summaryrefslogtreecommitdiff
path: root/data/deprecations/15-8-terraform-latest-stable-change.yml
blob: 60e9a5092520c5fe93b7a7cec7a60239f03226e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- 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.