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
I would like to open discussion / see solution, because I cannot find this in examples and my team is thinking to start using this for our terraform use cases.
How you handle errors in case when apply is failing? Terraform is awesome tool, but it's failing from milions of reasons, not always on Plan part. How you handle fails? Are you creating separate another PR after first one failed on apply part?
How you handle multiple environments, when you need to promote between stages dev -> test -> staging -> prod. Do you use multiple branches strategy, that each PR to another branch is creating separate plan and then apply after PR is approved? Or you have some action which is running on different comments or lables? Or do you have some other way to solve it? I don't like this idea of the matrix part, because I don't want to deploy multiple environments in the same time, when new change is not yet 100% tested. This matrix part is nice when you have multiple clients or similar envs. E.g. you scale your infra for multiple stages, but not when you only have dev,test,prod environments.
This discussion was converted from issue #542 on March 20, 2026 17:59.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.
-
Hi,
I would like to open discussion / see solution, because I cannot find this in examples and my team is thinking to start using this for our terraform use cases.
Best
Mateusz
Beta Was this translation helpful? Give feedback.
All reactions