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
We use gitlab-ci for testing our terraform projects for certain conventions and other linting requirements before they may be applied.
We've setup gitlab to block merging a request if there are failing pipelines on the merge and enabled the mergability flag, but it appears that Atlantis proceeds with applying if requested.
Is it possible to block a terraform apply if the gitlab branch is not mergeable due to the pipeline failure?
Thanks
The text was updated successfully, but these errors were encountered:
This would be quite handy, we've got a similar environments where we use GitLab runners to run static code analysis beforehand (e.g. yaml/json validation, terragrunt and terraform validate commands, etc...). Then, we manually run atlantis apply if we're happy with the result.
Hello,
We use gitlab-ci for testing our terraform projects for certain conventions and other linting requirements before they may be applied.
We've setup gitlab to block merging a request if there are failing pipelines on the merge and enabled the mergability flag, but it appears that Atlantis proceeds with applying if requested.
Is it possible to block a terraform apply if the gitlab branch is not mergeable due to the pipeline failure?
Thanks
The text was updated successfully, but these errors were encountered: