diff --git a/tests/sg_per_endpoint/main.tf b/tests/sg_per_endpoint/main.tf index 9625c0f..7bd406d 100644 --- a/tests/sg_per_endpoint/main.tf +++ b/tests/sg_per_endpoint/main.tf @@ -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"