Skip to content

Commit 8baec44

Browse files
committed
fix: main.tf integration test
1 parent 85bec3f commit 8baec44

File tree

1 file changed

+1
-1
lines changed
  • integration/test-data-source

1 file changed

+1
-1
lines changed

integration/test-data-source/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ locals {
5555
"workspace_preset.name" : data.coder_workspace_preset.preset.name,
5656
"workspace_preset.parameters.param" : data.coder_workspace_preset.preset.parameters.param,
5757
"workspace_preset.prebuilds.instances" : tostring(one(data.coder_workspace_preset.preset.prebuilds).instances),
58-
"workspace_preset.prebuilds.cache_invalidation.invalidate_after_secs" : tostring(one(data.coder_workspace_preset.preset.prebuilds.cache_invalidation).invalidate_after_secs),
58+
"workspace_preset.prebuilds.cache_invalidation.invalidate_after_secs" : tostring(one(one(data.coder_workspace_preset.preset.prebuilds).cache_invalidation).invalidate_after_secs),
5959
}
6060
}
6161

0 commit comments

Comments
 (0)