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 79eded5

Browse files
committedJan 20, 2025·
fix tests
1 parent 4e7dcaa commit 79eded5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "coder_app" "defaulted" {
3333
locals {
3434
# NOTE: these must all be strings in the output
3535
output = {
36-
"coder_app.slim-window.open_in" = tostring(coder_app.slim-window.open_in)
36+
"coder_app.tab.open_in" = tostring(coder_app.tab.open_in)
3737
"coder_app.defaulted.open_in" = tostring(coder_app.defaulted.open_in)
3838
}
3939
}

0 commit comments

Comments
 (0)
Please sign in to comment.