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 4e7dcaa commit 79eded5Copy full SHA for 79eded5
integration/coder-app-open-in/main.tf
@@ -33,7 +33,7 @@ resource "coder_app" "defaulted" {
33
locals {
34
# NOTE: these must all be strings in the output
35
output = {
36
- "coder_app.slim-window.open_in" = tostring(coder_app.slim-window.open_in)
+ "coder_app.tab.open_in" = tostring(coder_app.tab.open_in)
37
"coder_app.defaulted.open_in" = tostring(coder_app.defaulted.open_in)
38
}
39
0 commit comments