From e08b8f6528f3ca76cf4f6010c0ae475c132ebd52 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Thu, 18 Jan 2024 18:27:10 +0100
Subject: [PATCH] give it a try

---
 templates/full-pipeline.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index 266688c..03b3e08 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -23,9 +23,9 @@ spec:
       
     opentofu_version:
       default: '1.6.0'
-      # options:
-      #   - '1.6.0'
-      #   - '1.6.0-rc1'
+      _options:
+        - '1.6.0'
+        - '1.6.0-rc1'
       description: 'OpenTofu version that should be used.'
 
     # Images
-- 
GitLab