Skip to content

Commit

Permalink
chore(deps): Bump vpc_pcx_requester::terraform-aws-vpc
Browse files Browse the repository at this point in the history
Bumps [vpc_pcx_requester::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.18.0 to 5.18.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-vpc@v5.18.0...v5.18.1)

---
updated-dependencies:
- dependency-name: vpc_pcx_requester::github::terraform-aws-modules/terraform-aws-vpc::v5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 1f4b2dd commit 30a7b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generated_route_tables/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "generated_route_tables" {
}

module "vpc_pcx_requester" {
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.18.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.18.1"

name = "tardigrade-pcx-requester-${random_string.this.result}"
cidr = "10.0.0.0/16"
Expand Down

0 comments on commit 30a7b50

Please sign in to comment.