Skip to content

Commit

Permalink
Merge pull request #509 from plus3it/dependabot/terraform/tests/multi…
Browse files Browse the repository at this point in the history
…ple_endpoints/vpc--github--terraform-aws-modules/terraform-aws-vpc--v5.12.0-5.12.1

chore(deps): Bump vpc::terraform-aws-vpc from 5.12.0 to 5.12.1 in /tests/multiple_endpoints
  • Loading branch information
mergify[bot] authored Aug 12, 2024
2 parents 2f7cd49 + 3ecd9da commit a9b2e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multiple_endpoints/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=v5.12.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.12.1"

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

0 comments on commit a9b2e79

Please sign in to comment.