From fa0c9d25aa9bbb3889af0be170f02b7c3b79a750 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Fri, 24 Apr 2020 13:45:16 -0700 Subject: [PATCH] remove quotes from var --- security/guardduty/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/guardduty/variables.tf b/security/guardduty/variables.tf index 69a01f6..0b8937b 100644 --- a/security/guardduty/variables.tf +++ b/security/guardduty/variables.tf @@ -22,7 +22,7 @@ variable "regions" { variable "tags" { default = {} - type = "map" + type = map description = "Optional tag mapping to apply to the infrastructure" }