Skip to content

Commit

Permalink
Bump cloudposse/vpc/aws from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [cloudposse/vpc/aws](https://github.com/cloudposse/terraform-aws-vpc) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/cloudposse/terraform-aws-vpc/releases)
- [Commits](cloudposse/terraform-aws-vpc@2.1.1...2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent b627076 commit 094ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "vpc" {
}

source = "cloudposse/vpc/aws"
version = "2.1.1"
version = "2.2.0"

ipv4_primary_cidr_block = var.vpc_cidr_block
name = "cyhy"
Expand Down

0 comments on commit 094ab3b

Please sign in to comment.