Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable/Disable a whole stack-group #750

Closed
cornerman opened this issue Jun 20, 2019 · 2 comments
Closed

Enable/Disable a whole stack-group #750

cornerman opened this issue Jun 20, 2019 · 2 comments

Comments

@cornerman
Copy link
Contributor

Within my stack-group I have a lot of monitoring stuff that I do not really want to deploy to my development stages. I could of course build separate stack-groups, but currently I am parameterizing the stack-group with a variable whether it is production or development. Now, I have to hand in this variable into all cloudformation stack and put a condition on all of my resources in there.

Would it be possible to disable a whole stack-group in the config.yamldynamically, for example:

region: some-region-x
enabled: {{ var.MonitoringEnabled }}
@mike-rsi
Copy link

I think this functionality would be useful in stack configs as well.

@zaro0508
Copy link
Contributor

zaro0508 commented Oct 2, 2022

this has been implemented in v3.2.0 with PR #1229. The ignore stack config will allow you to disable a whole stack group

@zaro0508 zaro0508 closed this as completed Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants