Skip to content

Commit 2b9c247

Browse files
committed
chore(infra): remove verbose comments from backend configuration in main.tf
1 parent 00142e8 commit 2b9c247

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

infra/terraform/_bootstrap/main.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
terraform {
2-
# Remote state backend pointing at the very bucket this module creates.
3-
#
4-
# Chicken-and-egg: on a first-time bootstrap (bucket doesn't exist yet), this
5-
# backend config is unusable. For that scenario, see _bootstrap/README.md
6-
# "Re-bootstrap from scratch" — you temporarily comment out this block, run
7-
# the bootstrap with local state, then uncomment and `terraform init
8-
# -migrate-state` to move the state into the newly-created bucket.
9-
#
10-
# For any subsequent apply (the bucket already exists), this backend Just Works.
112
backend "s3" {
123
bucket = "iii-terraform-state-prod-us-east-1"
134
key = "_bootstrap/terraform.tfstate"

0 commit comments

Comments
 (0)