Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de3c119

Browse files
committedDec 17, 2024·
lint
1 parent 002062a commit de3c119

File tree

1 file changed

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

1 file changed

+3
-3
lines changed
 

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ resource "coder_app" "defaulted" {
4040
locals {
4141
# NOTE: these must all be strings in the output
4242
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)
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)
4646
}
4747
}
4848

0 commit comments

Comments
 (0)
Please sign in to comment.