Renamed the data source from jetbrains_ide to jetbrains_ides for consistency
This commit is contained in:
parent
c96782e124
commit
de29c2aa92
@ -177,8 +177,8 @@ locals {
|
|||||||
data "coder_parameter" "jetbrains_ides" {
|
data "coder_parameter" "jetbrains_ides" {
|
||||||
count = length(var.default) == 0 ? 1 : 0
|
count = length(var.default) == 0 ? 1 : 0
|
||||||
type = "list(string)"
|
type = "list(string)"
|
||||||
name = "jetbrains_ide"
|
name = "jetbrains_ides"
|
||||||
display_name = "JetBrains IDE"
|
display_name = "JetBrains IDEs"
|
||||||
icon = "/icon/jetbrains-toolbox.svg"
|
icon = "/icon/jetbrains-toolbox.svg"
|
||||||
mutable = true
|
mutable = true
|
||||||
default = jsonencode([])
|
default = jsonencode([])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user