Skip to content

Commit

Permalink
chore(deps): Bump vpc::terraform-aws-vpc in /tests/gateway_type_endpoint
Browse files Browse the repository at this point in the history
Bumps [vpc::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 3.11.5 to 3.12.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@v3.11.5...v3.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2022
1 parent a2babf5 commit 6ccaa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gateway_type_endpoint/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "random_string" "this" {
}

module "vpc" {
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v3.11.5"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v3.12.0"

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

0 comments on commit 6ccaa86

Please sign in to comment.