Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/remove_terraform_template.yml')
-rw-r--r--data/removals/14_0/remove_terraform_template.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/data/removals/14_0/remove_terraform_template.yml b/data/removals/14_0/remove_terraform_template.yml
deleted file mode 100644
index 77fade19fc5..00000000000
--- a/data/removals/14_0/remove_terraform_template.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- title: "Breaking changes to Terraform CI template"
- reporter: nagyv-gitlab
- removal_date: "2021-06-22"
- removal_milestone: "14.0"
- issue_url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/328500'
- breaking_change: true
- body: |
- GitLab 14.0 renews the Terraform CI template to the latest version. The new template is set up for the GitLab Managed Terraform state, with a dependency on the GitLab `terraform-images` image, to provide a good user experience around GitLab's Infrastructure-as-Code features.
-
- The current stable and latest templates are not compatible, and the current latest template becomes the stable template beginning with GitLab 14.0, your Terraform pipeline might encounter an unexpected failure if you run a custom `init` job.