Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bef80c commit 899b2c7Copy full SHA for 899b2c7
coderd/testdata/parameters/groups/main.tf
@@ -12,7 +12,7 @@ data "coder_parameter" "group" {
12
name = "group"
13
default = try(data.coder_workspace_owner.me.groups[0], "")
14
dynamic "option" {
15
- for_each = data.coder_workspace_owner.me.groups
+ for_each = concat(data.coder_workspace_owner.me.groups, "bloob")
16
content {
17
name = option.value
18
value = option.value
0 commit comments