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