Loading templates/gitlab-ci-terraform.yml +7 −2 Original line number Diff line number Diff line Loading @@ -465,6 +465,11 @@ stages: # remove gitlab-managed tf state if [[ "$TF_GITLAB_BACKEND_DISABLED" != "true" ]] then if ! command -v curl > /dev/null then log_info "--- installing curl (required to remove GitLab terraform state)..." apk add --no-cache curl fi curl --header "Private-Token: ${TF_PASSWORD}" --request DELETE "${TF_ADDRESS}" fi Loading Loading
templates/gitlab-ci-terraform.yml +7 −2 Original line number Diff line number Diff line Loading @@ -465,6 +465,11 @@ stages: # remove gitlab-managed tf state if [[ "$TF_GITLAB_BACKEND_DISABLED" != "true" ]] then if ! command -v curl > /dev/null then log_info "--- installing curl (required to remove GitLab terraform state)..." apk add --no-cache curl fi curl --header "Private-Token: ${TF_PASSWORD}" --request DELETE "${TF_ADDRESS}" fi Loading