Skip to content

Commit 8f259be

Browse files
committed
run linter
1 parent 79eded5 commit 8f259be

File tree

1 file changed

+2
-2
lines changed
  • integration/coder-app-open-in

1 file changed

+2
-2
lines changed

integration/coder-app-open-in/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ resource "coder_app" "defaulted" {
3333
locals {
3434
# NOTE: these must all be strings in the output
3535
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)
36+
"coder_app.tab.open_in" = tostring(coder_app.tab.open_in)
37+
"coder_app.defaulted.open_in" = tostring(coder_app.defaulted.open_in)
3838
}
3939
}
4040

0 commit comments

Comments
 (0)