diff --git a/tests/multiple_endpoints/main.tf b/tests/multiple_endpoints/main.tf index 11c026c..be1907f 100644 --- a/tests/multiple_endpoints/main.tf +++ b/tests/multiple_endpoints/main.tf @@ -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"