From 03ee5550abb58189e269cec98db2c1a19576f269 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 12:51:08 +0300 Subject: [PATCH] fix description --- jetbrains-gateway/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (