Skip to content

Commit d93720f

Browse files
committed
fixup! fixup! remove contents dirs
1 parent 15bd406 commit d93720f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dogfood/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ terraform {
44
source = "coder/coderd"
55
}
66
}
7-
# backend "gcs" {
8-
# bucket = "coder-dogfood-tf-state"
9-
# }
7+
backend "gcs" {
8+
bucket = "coder-dogfood-tf-state"
9+
}
1010
}
1111

1212
data "coderd_organization" "default" {

0 commit comments

Comments
 (0)