diff --git a/variables.tf b/variables.tf index 82b12bd..841e41c 100644 --- a/variables.tf +++ b/variables.tf @@ -20,13 +20,13 @@ variable "stack_name" { } variable "delimiter" { - type = "string" + type = string default = "-" description = "Delimiter to be used between strings, typically is -, optionally set to empty string for windows hostnames and such" } variable "tags" { - type = "map" + type = map default = {} description = "Additional tags to tack onto this object (e.g. `map('Purpose`,`webserver`)" }