Loading templates/gitlab-ci-terraform.yml +1 −0 Original line number Diff line number Diff line Loading @@ -1012,6 +1012,7 @@ stages: # finally propagate environment info # /!\ append is important here as it may have been created by a hook script echo -e "environment_type=$environment_type\\nenvironment_name=$CI_ENVIRONMENT_NAME\\nenvironment_slug=$CI_ENVIRONMENT_SLUG" >> terraform.env chmod 644 terraform.env } function tf_destroy() { Loading Loading
templates/gitlab-ci-terraform.yml +1 −0 Original line number Diff line number Diff line Loading @@ -1012,6 +1012,7 @@ stages: # finally propagate environment info # /!\ append is important here as it may have been created by a hook script echo -e "environment_type=$environment_type\\nenvironment_name=$CI_ENVIRONMENT_NAME\\nenvironment_slug=$CI_ENVIRONMENT_SLUG" >> terraform.env chmod 644 terraform.env } function tf_destroy() { Loading