Loading templates/gitlab-ci-terraform.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1076,7 +1076,7 @@ tf-plan-production: # enabled on production branches - if: '$CI_COMMIT_REF_NAME =~ $PROD_REF' # create production env if on branch master and variable TF_PROD_ENABLED defined and AUTODEPLOY_TO_PROD is set # create production env if on branch master and variable TF_PROD_ENABLED defined tf-production: extends: .tf-create stage: infra-prod Loading Loading
templates/gitlab-ci-terraform.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1076,7 +1076,7 @@ tf-plan-production: # enabled on production branches - if: '$CI_COMMIT_REF_NAME =~ $PROD_REF' # create production env if on branch master and variable TF_PROD_ENABLED defined and AUTODEPLOY_TO_PROD is set # create production env if on branch master and variable TF_PROD_ENABLED defined tf-production: extends: .tf-create stage: infra-prod Loading