fix(terraform): AWS alignments
[csit.git] / fdio.infra.terraform / terraform-aws-subnet / variables.tf
index cae74ba..c0e1fad 100644 (file)
@@ -14,7 +14,7 @@ variable "tags_environment" {
 variable "subnet_assign_ipv6_address_on_creation" {
   description = "Specify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address."
   type        = bool
-  default     = false
+  default     = true
 }
 
 variable "subnet_availability_zone" {