v1.3.6
🚀 Enhancements
Run `terraform init -reconfigure` when running `terraform workspace`. Fix infrastructure stack name in Spacelift processor @aknysh (#75)
what
- Run
terraform init -reconfigure
when runningterraform workspace
- Fix infrastructure stack name in Spacelift processor
why
- When running
terraform workspace
in Spacelift, it requires to runterraform init
, otherwise the following error gets thrown
│ Error: Backend initialization required, please run "terraform init"
│
│ Reason: Initial configuration of the requested backend "s3"
- The Spacelift infrastructure stack name (which is used as Spacelift ENV var
ATMOS_STACK
) is in the format{tenant}-{environment}-{stage}
, the component name was appended to it by mistake