Skip to content

v1.3.6

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 09 Nov 18:22
· 347 commits to main since this release
2cfb75b

🚀 Enhancements

Run `terraform init -reconfigure` when running `terraform workspace`. Fix infrastructure stack name in Spacelift processor @aknysh (#75)

what

  • Run terraform init -reconfigure when running terraform workspace
  • Fix infrastructure stack name in Spacelift processor

why

  • When running terraform workspace in Spacelift, it requires to run terraform 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