Skip to content

Commit 85bec3f

Browse files
committed
fix: cache_invalidation block in integration tests
1 parent c6db67d commit 85bec3f

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
@@ -27,7 +27,7 @@ data "coder_workspace_preset" "preset" {
2727

2828
prebuilds {
2929
instances = 1
30-
cache_invalidation = {
30+
cache_invalidation {
3131
invalidate_after_secs = 86400
3232
}
3333
}

0 commit comments

Comments
 (0)