Skip to content

Commit f81e490

Browse files
committed
fixup! fixup! address PR comments
1 parent 9c28e1c commit f81e490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dogfood/main.tf

+3-3
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)