Currently mixes "do this before bootstrap" and "do this after bootstrap" steps in one section. Split into:
- First-Time Setup (before): Just the mv backend.tf backend.tf.disabled step
- After Bootstrap Completes (after): The restore and migrate steps
First-Time Setup
Before running the bootstrap, temporarily disable the backend configuration:
mv backend.tf backend.tf.disabled
This file references an S3 bucket that doesn't exist yet. You'll restore it after the bootstrap creates the bucket.
Currently mixes "do this before bootstrap" and "do this after bootstrap" steps in one section. Split into:
- First-Time Setup (before): Just the mv backend.tf backend.tf.disabled step
- After Bootstrap Completes (after): The restore and migrate steps
# First-Time Setup
Before running the bootstrap, temporarily disable the backend configuration:
`mv backend.tf backend.tf.disabled`
This file references an S3 bucket that doesn't exist yet. You'll restore it after the bootstrap creates the bucket.