Update file terraform-gitlab.yml

This commit is contained in:
2023-08-13 13:11:05 +00:00
parent 82a291f69b
commit bcb5915063

View File

@@ -31,12 +31,6 @@ validate:
allow_failure: false
extends: .terraform_validate
plan:
stage: plan
allow_failure: false
extends: .terraform_plan
needs: ["validate","format"]
apply:
stage: apply
allow_failure: false