diff --git a/vpc.tf b/vpc.tf index d6de23c..5f9d7a9 100644 --- a/vpc.tf +++ b/vpc.tf @@ -126,4 +126,5 @@ module "ecsasg" { use_amazon_linux2 = true instance_type = var.instance_type tags = var.asg_tags + enable_ipv6 = var.enable_ipv6 }