File tree Expand file tree Collapse file tree 4 files changed +1
-185
lines changed
Expand file tree Collapse file tree 4 files changed +1
-185
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,9 +61,8 @@ Multiple environments are supported via separate backend and variable files:
6161| Environment | Backend Config | Variables | State Machine | Purpose |
6262| -------------| ----------------| -----------| ---------------| ---------|
6363| dev | ` backend-dev.hcl ` | ` variables.tfvars ` | ` nrds_dev_sm ` | Local development |
64- | test | ` backend-test.hcl ` | ` variables-test.tfvars ` | ` nrds_test_sm ` | CI/CD testing (` infra_deploy_val.yaml ` ) |
64+ | test | ` backend-test.hcl ` | ` variables-test.tfvars ` | ` nrds_test_sm ` | CI/CD testing (` infra_deploy.yml ` ) |
6565| healthcheck | ` backend-healthcheck.hcl ` | ` variables-healthcheck.tfvars ` | ` nrds_healthcheck_sm ` | Auto-rerun failures (` health_check.yml ` ) |
66- | prod | ` backend-prod.hcl ` | ` variables-prod.tfvars ` | ` nrds_prod_sm ` | Production deployment (` deploy_datastream.yml ` ) |
6766
6867### Using an Environment
6968
@@ -84,7 +83,6 @@ Each environment has isolated Terraform state to prevent conflicts:
8483- ** dev** : ` ciroh-terraform-state ` bucket (us-east-2)
8584- ** test** : ` ciroh-ngen-datastream-test-tfstate ` bucket
8685- ** healthcheck** : ` ciroh-ngen-datastream-test-tfstate ` bucket (separate key)
87- - ** prod** : ` ciroh-ngen-datastream-prod-tfstate ` bucket
8886
8987### Adding a New Environment
9088
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments