From 92a5089deb04d50ea8aa8a8f577baccc530a2e80 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 30 Dec 2022 08:53:53 -0500 Subject: [PATCH] fix --- common/variables.common.subnet_ids.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/variables.common.subnet_ids.tf b/common/variables.common.subnet_ids.tf index ab8544e..00d3e26 100644 --- a/common/variables.common.subnet_ids.tf +++ b/common/variables.common.subnet_ids.tf @@ -5,6 +5,7 @@ variable "public_subnets_ids" { label = string availability_zone = string id = string + tags = optional(map(string)) })) default = [] } @@ -16,6 +17,11 @@ variable "private_subnets_ids" { label = string availability_zone = string id = string + tags = optional(map(string)) })) default = [] } + +# enabled = optional(bool) +# private = optional(bool) +# offset = optional(number)