diff --git a/jetbrains-gateway/main.tf b/jetbrains-gateway/main.tf index 545fe68..b43aff2 100644 --- a/jetbrains-gateway/main.tf +++ b/jetbrains-gateway/main.tf @@ -32,7 +32,7 @@ variable "default" { variable "jetbrains_ides" { type = list(string) - description = "The list of IDE product codes, e.g. ["GO", "WS"] + description = "The list of IDE product codes, e.g. ['GO', 'WS']" default = var.default != null && var.default != "" ? var.default : null validation { condition = (