Update description for channel variable in main.tf

pull/226/head
Muhammad Atif Ali 1 year ago
parent 210312ecb5
commit f927e438d0

@ -58,7 +58,7 @@ variable "latest" {
variable "channel" {
type = string
description = "The channel to fetch the IDE version from."
description = "JetBrains IDE release channel. Valid values are release and eap."
default = "release"
validation {
condition = can(regex("^(?:release|eap)$", var.channel))

Loading…
Cancel
Save