From 4dd17148927295e3f6fc6d23b1939fed91e9b13c Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Thu, 18 Jan 2024 18:19:26 +0100
Subject: [PATCH] test without options

---
 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 fe22c05..266688c 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