Skip to content

Commit

Permalink
Bump clouddrove/vpc/aws in /_example/aurora-mysql-serverless
Browse files Browse the repository at this point in the history
Bumps [clouddrove/vpc/aws](https://github.com/clouddrove/terraform-aws-vpc) from 1.3.1 to 2.0.0.
- [Release notes](https://github.com/clouddrove/terraform-aws-vpc/releases)
- [Changelog](https://github.com/clouddrove/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](clouddrove/terraform-aws-vpc@1.3.1...2.0.0)

---
updated-dependencies:
- dependency-name: clouddrove/vpc/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 0962bc8 commit bddb02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/aurora-mysql-serverless/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
##---------------------------------------------------------------------------------------------------------------------------
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
version = "2.0.0"

name = "vpc"
environment = "test"
Expand Down

0 comments on commit bddb02d

Please sign in to comment.