github cloudposse/atmos v1.118.0

latest releases: v1.130.0, v1, v1.129.0...
14 days ago
Enable `Go` templates in `metadata.terraform_workspace` section @aknysh (#823)

what

  • Enable Go templates in metadata.terraform_workspace and metadata.terraform_workspace_template sections

why

  • Allow using Go templates to dynamically construct Terraform workspaces for Atmos components
components:
  terraform:
    test:
      metadata:
        # Point to the Terraform component
        component: "test"
        # Override Terraform workspace using `Go` templates
        terraform_workspace: '{{ .vars.tenant }}-{{ .vars.environment }}-{{ .vars.stage }}-test'
Upload build preview site as artifacts @goruha (#822)

what

  • Upload preview site static files as GitHub actions artifacts

why

  • This is the first step of preview deployment strategy refactoring to support preview deployments from forks

Don't miss a new atmos release

NewReleases is sending notifications on new releases.