diff --git a/terraform/foundation-stack/main.tf b/terraform/foundation-stack/main.tf index 61b091f..114457a 100644 --- a/terraform/foundation-stack/main.tf +++ b/terraform/foundation-stack/main.tf @@ -56,7 +56,7 @@ locals { module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.13.0" + version = "5.17.0" name = var.stack_name enable_dns_hostnames = "true" enable_dns_support = "true"