From 3c919d54434c12d6439f851773fec53a48036556 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Tue, 16 Jan 2024 12:07:15 +0100
Subject: [PATCH] Add disclaimer in README

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 787d6d5..d095123 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
 # OpenTofu CI/CD component
 
-> **NOTE**
+> 🚨 🚧 **NOTE** 🚧 🚨 
 > 
 > This component is **work in progress**, where inputs, template names and the entire interface in general may 
 > change at any time until version 1.0.0 is reached. From where on this CI/CD component will be versioned using [semver 2.0](https://semver.org/).
 > The progress of implementing such a version can be tracked in https://gitlab.com/groups/gitlab-org/-/epics/12401.
+>
+> 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.
 
 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
-- 
GitLab