We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79eded5 commit 8f259beCopy full SHA for 8f259be
integration/coder-app-open-in/main.tf
@@ -33,8 +33,8 @@ resource "coder_app" "defaulted" {
33
locals {
34
# NOTE: these must all be strings in the output
35
output = {
36
- "coder_app.tab.open_in" = tostring(coder_app.tab.open_in)
37
- "coder_app.defaulted.open_in" = tostring(coder_app.defaulted.open_in)
+ "coder_app.tab.open_in" = tostring(coder_app.tab.open_in)
+ "coder_app.defaulted.open_in" = tostring(coder_app.defaulted.open_in)
38
}
39
40
0 commit comments