Andriy Knysh
Andriy Knysh
@colinh6 thank you for the PR. Would you mind adding the new output to the example as well? https://github.com/cloudposse/terraform-aws-eks-cluster/blob/master/examples/complete/outputs.tf thanks
@dmitrijn thank you for the PR Please run the following commands and commit the changes: ```console make init make github/init make readme ```
/terratest
/test all
/test all
`workspace_key_prefix` can be specified per component, e.g. ```yaml components: terraform: vpc: backend: s3: workspace_key_prefix: "my-vpc" ``` If not specified, then Atmos generates it automatically using the Atmos component name. In...
@hypnotisttom thanks again!. Note that this is not an Atmos issue, this is how YAML behaves. https://github.com/stoplightio/spectral/issues/1345 Before it even gets to Atmos code and then to Terraform, the YAML...
@nitrocode please see this doc https://atmos.tools/integrations/opentofu on OpenTofu support
updating to the latest version breaks all the scrolling on the site. We'll have to review all of that and prob add/update some CSS before updating. (this is usually happens...
@hypnotisttom thank you for testing and opening the issue. We tested the scenario that you described, and added the stack config and tests to this Atmos release https://github.com/cloudposse/atmos/releases/tag/v1.41.0 Please review...