We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00142e8 commit 2b9c247Copy full SHA for 2b9c247
1 file changed
infra/terraform/_bootstrap/main.tf
@@ -1,13 +1,4 @@
1
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.
11
backend "s3" {
12
bucket = "iii-terraform-state-prod-us-east-1"
13
key = "_bootstrap/terraform.tfstate"
0 commit comments