atmos icon indicating copy to clipboard operation
atmos copied to clipboard

👽 Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile.

Results 132 atmos issues
Sort by recently updated
recently updated
newest added

## Describe the Feature It would be nice to show how to integrate `terragrunt` into atmos

enhancement

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature It would be nice to show how to integrate `cdktf` into...

enhancement

## Describe the Bug When specifying `logs.verbose` in `atmos.yaml`, it doesn't do anything. This is my config: ```yaml logs: verbose: true colors: true ``` The code here is borked: https://github.com/cloudposse/atmos/blob/0a3aca63b72d4b5b3206c5f46552dc49bf8e4a43/pkg/config/utils.go#L325-L337...

bug

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature The current way to get component outputs is to use this...

enhancement

## Describe the Feature A `--skip-init` flag would be great for situations where you know for sure that the terraform config hasn't changed. This is the case for the series...

## Describe the Feature This is just my opinion, but the structure of `atmos` is a bit funky when compared to most other CLI tools. I'm referring to this structure:...

## what * adding a (rough) test that demonstrates randomly changing `terraform.backend.s3` key order in backend config file generation ## why * We’ve noticed that backend.tf.json constantly changes the order...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature ```yaml # stacks/catalog/eks/defaults.yaml components: terraform: eks/defaults: metadata: type: abstract settings: spacelift:...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Can we make the `atmos vendor pull -c ecr` take a...

enhancement

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Sometimes I need to switch between atmos versions in order to...

enhancement