diff --git a/tests/use_all_variables/main.tf b/tests/use_all_variables/main.tf index 408444d..56845f4 100644 --- a/tests/use_all_variables/main.tf +++ b/tests/use_all_variables/main.tf @@ -1,5 +1,5 @@ module "vpc" { - source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.2.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.4.0" name = "tardigrade-security-group-testing" cidr = "10.0.0.0/16"