From 63e62f36092e17e1154cf325d2ce572a0fb2017f Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Tue, 12 Sep 2023 10:57:42 +0200 Subject: [PATCH] feat: release and license information note --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db15e89..34c96e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Terraform Images +This repository won't upgrade to any new Terraform releases with the BSL license for now. +Please follow [this issue](https://gitlab.com/gitlab-org/terraform-images/-/issues/114) for updates. + This repository provides a docker image which contains the `gitlab-terraform` shell script. This script is a thin wrapper around the `terraform` binary. Its main purpose is to serve the [Infrastructure as code with Terraform and GitLab ](https://docs.gitlab.com/ee/user/infrastructure/), by extracting some of the standard configuration a user would need to set up to use the Terraform backend on GitLab as well as the Terraform merge request widget. -- GitLab