Skip to content

Commit

Permalink
Merge pull request plus3it#279 from plus3it/dependabot/terraform/test…
Browse files Browse the repository at this point in the history
…s/sg_per_endpoint/vpc--github--terraform-aws-modules/terraform-aws-vpc--v3.11.5-3.12.0

chore(deps): Bump vpc::terraform-aws-vpc from 3.11.5 to 3.12.0 in /tests/sg_per_endpoint
  • Loading branch information
mergify[bot] authored Feb 8, 2022
2 parents aa84cfb + eba0822 commit 2cb5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sg_per_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 2cb5f2a

Please sign in to comment.