From 8a20adbf4048440c2dbc7af770a6305648814c2b Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Wed, 29 May 2024 10:36:18 +0200
Subject: [PATCH] Remove note about terraform-images heritage

---
 .gitlab/README.md.template | 8 --------
 README.md                  | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/.gitlab/README.md.template b/.gitlab/README.md.template
index cb132e7..cfccbef 100644
--- a/.gitlab/README.md.template
+++ b/.gitlab/README.md.template
@@ -1,13 +1,5 @@
 # OpenTofu CI/CD Component
 
-> 🚧 **NOTE** 🚧
->
-> The `src/gitlab-tofu.sh` script is still merely a copy from [`gitlab-terraform`](https://gitlab.com/gitlab-org/terraform-images).
-> Therefore, lots of things in this script and in the templates are still Terraform-related and haven't
-> been changed to their OpenTofu equivalents.
-> Have a look at the [Migrating from the Terraform CI/CD templates](#migrating-from-the-terraform-cicd-templates)
-section when migrating from Terraform CI/CD templates.
-
 This project is home to the **OpenTofu CI/CD component** and it's related assets,
 like the `gitlab-tofu` wrapper script and OCI images containing that script
 together with an OpenTofu version.
diff --git a/README.md b/README.md
index d74b269..a05f96b 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,6 @@
 
 # OpenTofu CI/CD Component
 
-> 🚧 **NOTE** 🚧
->
-> The `src/gitlab-tofu.sh` script is still merely a copy from [`gitlab-terraform`](https://gitlab.com/gitlab-org/terraform-images).
-> Therefore, lots of things in this script and in the templates are still Terraform-related and haven't
-> been changed to their OpenTofu equivalents.
-> Have a look at the [Migrating from the Terraform CI/CD templates](#migrating-from-the-terraform-cicd-templates)
-section when migrating from Terraform CI/CD templates.
-
 This project is home to the **OpenTofu CI/CD component** and it's related assets,
 like the `gitlab-tofu` wrapper script and OCI images containing that script
 together with an OpenTofu version.
-- 
GitLab