From caeb3d6def1b2e5fee91cfdd464549c15ad7e710 Mon Sep 17 00:00:00 2001 From: Puneeth Date: Thu, 18 Jun 2020 10:50:29 +0200 Subject: [PATCH] Update variables.tf (#12) --- variables.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variables.tf b/variables.tf index 9bdbf72..b6e1060 100644 --- a/variables.tf +++ b/variables.tf @@ -69,16 +69,16 @@ locals { } variable private_subnet_tags { - type = "map" + type = map(string) default = {} } variable public_subnet_tags { - type = "map" + type = map(string) default = {} } variable tags { - type = "map" + type = map(string) default = {} }