github cloudposse/atmos v1.3.6

latest releases: v1.88.1, v1, v1.88.0...
2 years ago

🚀 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

Don't miss a new atmos release

NewReleases is sending notifications on new releases.