RB
RB
Closed by https://github.com/cloudposse/atmos/pull/207 by @aknysh
Ah so #207 did allow using opa here but did not expose hooks for after-plan, before-plan, etc so I will re-open. Another use-case came up if we wanted to apply...
Filter spacelift stacks based on account directories like `folder:stage/qa`, `folder:stage/dev`, etc
Use cases I can think of - If you want to auto attach policies to specific stacks, you may want to use `autoattach:folder:stage:qa` instead of `autoattach:deps:stacks/ue1-qa.yaml` - Visually filtering stacks...
The use-case is if `components/terraform` is not the directory where devs want to put the component. If they want to put it in `components/terraform/aws` for instance, they would have to...
"real" (not abstract) component completion and root stack completion would be very handy here. I also noticed that subcommands are missing. ```bash ✗ atmos terraform generate -- Execute 'terraform generate'...
@tettaji nice PR! Thank you for the work. @nemccarthy Hi Nathan. Do you think this PR can be merged into main branch? If not, what can be improved on to...
I get the same issue with the datadog-agent helm chart. ```hcl │ Error: Provider produced inconsistent final plan │ │ When expanding the plan for module.datadog_agent.helm_release.this[0] to │ include new...
I think I'm having a similar issue. I'm running ESXi 5.0 non free license and when I am using the vm list page, the shutdown / power on buttons will...
It does make sense, but if `infracost comment github` has the ability to read from the environment variable itself, why would the token need to be explicitly be passed in?...
Couldn't both be supported? The app could check for an environment variable to read and fill the value. If the flag is used, since it's explicit, it could take precedence....