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

Support diffForStages and failOnDestructiveChanges #44

Open
mrgrain opened this issue Jan 17, 2024 · 1 comment
Open

Support diffForStages and failOnDestructiveChanges #44

mrgrain opened this issue Jan 17, 2024 · 1 comment

Comments

@mrgrain
Copy link

mrgrain commented Jan 17, 2024

This is basically the inverse of the current noDiffForStages and noFailOnDestructiveChanges.

But that's probably just one solution to my actual use case:

  • I have a large app with many stacks/stages across different regions
  • For reasons, I cannot have a single role that can perform diff for all stages across all regions
  • I am looking for a way to group my stacks into multiple jobs that each use a different role and diff a subset of stages
  • Currently I have to exclude the unwanted stages, which causes a lot of repetition.

PS: Not using failOnDestructiveChanges. Just threw this in for good measure. 😂

@bnazanb
Copy link

bnazanb commented Oct 11, 2024

noDiffForStages doesn't even seem to work. Based on code, we get the input, but not doing anything with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants