You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all, I wanted to ask your advice. This GItHub Action looks great, and I'd love to start using it for our terraform CI. But our infrastructure spans several different regions across a couple of accounts, so we've ended up with over 15 tfstate buckets.
For example production/eu-west1, production/us-central1, production/shared, staging/eu-west1, staging/shared, etc.
While 15 is probably not very common, I would expect a handful like the above to not be terribly uncommon.
What do folks in that situation do for their plan CI? e.g. if a change to a module affects all environments, do you end up with 5 comments? (Or in my case 15?)
I've been building a custom action that creates a summary table, and links off to a job step summary page (because it can fit more content than a PR comment), but I'd love to abandon that and use this project if possible!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I wanted to ask your advice. This GItHub Action looks great, and I'd love to start using it for our terraform CI. But our infrastructure spans several different regions across a couple of accounts, so we've ended up with over 15 tfstate buckets.
For example
production/eu-west1,production/us-central1,production/shared,staging/eu-west1,staging/shared, etc.While 15 is probably not very common, I would expect a handful like the above to not be terribly uncommon.
What do folks in that situation do for their plan CI? e.g. if a change to a module affects all environments, do you end up with 5 comments? (Or in my case 15?)
I've been building a custom action that creates a summary table, and links off to a job step summary page (because it can fit more content than a PR comment), but I'd love to abandon that and use this project if possible!
Beta Was this translation helpful? Give feedback.
All reactions