From a7f2a9e80fe1705c0c9363c466881886786e9b05 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 12:51:55 +0300 Subject: [PATCH] update 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 b43aff2..b119f16 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." default = var.default != null && var.default != "" ? var.default : null validation { condition = (