18 lines
1.1 KiB
YAML
18 lines
1.1 KiB
YAML
- title: "The latest Terraform templates will overwrite current stable templates"
|
|
announcement_milestone: "15.8"
|
|
removal_milestone: "16.0"
|
|
breaking_change: true
|
|
reporter: nagyv-gitlab
|
|
stage: configure
|
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/386001
|
|
body: | # (required) Do not modify this line, instead modify the lines below.
|
|
With every major GitLab version, we update the stable Terraform templates with the current latest templates.
|
|
This change affects the [quickstart](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml)
|
|
and the [base](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform/Base.gitlab-ci.yml) templates.
|
|
|
|
Because the new templates ship with default rules, the update might break your Terraform pipelines.
|
|
For example, if your Terraform jobs are triggered as a downstream pipeline, the rules won't trigger your jobs
|
|
in GitLab 16.0.
|
|
|
|
To accommodate the changes, you might need to adjust the [`rules`](https://docs.gitlab.com/ee/ci/yaml/#rules) in your
|
|
`.gitlab-ci.yml` file.
|