From 2f65dd824d591bf64101239f4b761ca43fb5fd09 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 8 Jul 2021 16:31:01 -0400 Subject: [PATCH] update --- common/variables.common.subnets.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/variables.common.subnets.tf b/common/variables.common.subnets.tf index 1e7f772..4b45497 100644 --- a/common/variables.common.subnets.tf +++ b/common/variables.common.subnets.tf @@ -8,7 +8,6 @@ variable "public_subnets" { # subnets = list(string) # labels = list(string) # availability_zones = list(string) - # optional # tags = map(string) })) default = [] @@ -24,7 +23,6 @@ variable "private_subnets" { # subnets = list(string) # labels = list(string) # availability_zones = list(string) - # optional # tags = map(string) })) default = []