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" }