populate default list with all IDEs

pull/99/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 88aea58779
commit 6acab56d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,7 @@ variable "default" {
variable "jetbrains_ides" { variable "jetbrains_ides" {
type = list(string) type = list(string)
description = "The list of IDE product codes." description = "The list of IDE product codes."
default = ["IU", "PS", "WS", "PY", "CL", "GO", "RM"]
validation { validation {
condition = ( condition = (
alltrue([ alltrue([

Loading…
Cancel
Save