Skip to content

Commit

Permalink
chore(deps): Bump vpc_owner::terraform-aws-vpc
Browse files Browse the repository at this point in the history
Bumps [vpc_owner::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.13.0 to 5.14.0.
- [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.13.0...v5.14.0)

---
updated-dependencies:
- dependency-name: vpc_owner::github::terraform-aws-modules/terraform-aws-vpc::v5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent cbbb5d6 commit a0712c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cross-account-vpc-attachment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ module "vpc_member" {
}

module "vpc_owner" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.13.0"
source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.14.0"
providers = {
aws = aws.owner
}
Expand Down

0 comments on commit a0712c5

Please sign in to comment.