github cloudposse/atmos v1.34.2

latest releases: v1.88.1, v1, v1.88.0...
17 months ago

what

  • Add workspace to the outputs of atmos describe stacks command

why

  • We often need to know the terraform workspace for each component (taking into account that Terraform workspaces can be overridden per component, so they are not always the same as the stack names)

test

tenant1-ue2-dev:
    components:
      terraform:
        
        top-level-component1:
          workspace: tenant1-ue2-dev

        test/test-component-override-3:
          workspace: test-component-override-3-workspace

Don't miss a new atmos release

NewReleases is sending notifications on new releases.