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 002062a commit de3c119Copy full SHA for de3c119
integration/coder-app-open-in/main.tf
@@ -40,9 +40,9 @@ resource "coder_app" "defaulted" {
40
locals {
41
# NOTE: these must all be strings in the output
42
output = {
43
- "coder_app.window.open_in" = tostring(coder_app.window.open_in)
44
- "coder_app.slim-window.open_in" = tostring(coder_app.slim-window.open_in)
45
- "coder_app.defaulted.open_in" = tostring(coder_app.defaulted.open_in)
+ "coder_app.window.open_in" = tostring(coder_app.window.open_in)
+ "coder_app.slim-window.open_in" = tostring(coder_app.slim-window.open_in)
+ "coder_app.defaulted.open_in" = tostring(coder_app.defaulted.open_in)
46
}
47
48
0 commit comments