Skip to content

Commit

Permalink
Merge pull request #502 from plus3it/dependabot/terraform/tests/custo…
Browse files Browse the repository at this point in the history
…m_sg_rules/vpc--github--terraform-aws-modules/terraform-aws-vpc--v5.8.1-5.12.0

chore(deps): Bump vpc::terraform-aws-vpc from 5.8.1 to 5.12.0 in /tests/custom_sg_rules
  • Loading branch information
mergify[bot] authored Aug 6, 2024
2 parents 0af03f9 + 9b7a276 commit 656305b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/custom_sg_rules/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.8.1"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.12.0"

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

0 comments on commit 656305b

Please sign in to comment.