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 have a terragrunt repository that deploys a web app, and in that component I have a before_hook checking the image of the app on a container registry exists. Is there any way to skip the application of this component if the before_hook fails, but letting the application of the rest of the infrastructure continue?
The text was updated successfully, but these errors were encountered:
Basically, use the errors configuration block to detect the error from your before hook, suppress the error, then proceed with the rest of the run queue.
I have a terragrunt repository that deploys a web app, and in that component I have a before_hook checking the image of the app on a container registry exists. Is there any way to skip the application of this component if the before_hook fails, but letting the application of the rest of the infrastructure continue?
The text was updated successfully, but these errors were encountered: