Skip to content

Commit

Permalink
Merge pull request #541 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.16.0-5.17.0

chore(deps): Bump vpc::terraform-aws-vpc from 5.16.0 to 5.17.0 in /tests/multiple_endpoints
  • Loading branch information
mergify[bot] authored Dec 19, 2024
2 parents f8ed8c4 + 9642bee commit a957e8b
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.16.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.17.0"

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

0 comments on commit a957e8b

Please sign in to comment.