diff --git a/variables.tf b/variables.tf index 2c286cc..d76c094 100644 --- a/variables.tf +++ b/variables.tf @@ -51,7 +51,8 @@ variable "associate_public_ip_address" { default = "false" } -variable "tags" { type = "map" +variable "tags" { + type = "map" description = "Optional : A map of tags to assign to the resource." default = { } }