Create AWS infrastructure via Terraform
database_master_password
redis_auth_token
Since the codebase creates the state bucket but uses the state bucket to store state. We need to migrate the state to the provisioned storage backend.
- Ignore/comment out the
backend.tf
- Apply your TF
- Enable
backend.tf
- Migrate:
terraform init
-> migrate state? -> Yes
examples:
make init environment=dev project=raygill-test
make plan environment=dev
make apply environment=dev