From 895f8fd42c9d40fbb3754eb6bd31967f2b3870eb Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Thu, 18 Jan 2024 18:20:08 +0100
Subject: [PATCH] no

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a58044b..bc83b04 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ stages: [validate, test, build, deploy, cleanup]
 | `stage_deploy` | `deploy` | Defines the deploy stage. This stage includes the `apply` job. |
 | `stage_cleanup` | `cleanup` | Defines the cleanup stage. This stage includes the `destroy` and `delete-state` jobs. |
 | `version` | `latest` | Version of this component. Has to be the same as the one in the component include entry. |
-| `opentofu_version` | `1.6.0` | OpenTofu version that should be used. Must be one of `1.6.0`, `1.6.0-rc1`. |
+| `opentofu_version` | `1.6.0` | OpenTofu version that should be used. |
 | `root_dir` | `${CI_PROJECT_DIR}` | Root directory for the OpenTofu project. |
 | `state_name` | `default` | Remote OpenTofu state name. |
 | `auto_apply` | `false` | Whether the apply job is manual or automatically run. |
@@ -88,8 +88,6 @@ stages: [validate, test, build, deploy, cleanup]
 
 The following OpenTofu versions are available with this component via the `opentofu_version` input:
 
-- [`1.6.0`](https://github.com/opentofu/opentofu/releases/tag/v1.6.0)
-- [`1.6.0-rc1`](https://github.com/opentofu/opentofu/releases/tag/v1.6.0-rc1)
 
 ## Releases & Versioning
 
-- 
GitLab