From daccc121a514401a1e612c6d31831d36ea8dc300 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Thu, 18 Jan 2024 18:30:56 +0100 Subject: [PATCH] sourcery --- templates/full-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml index 03b3e08..856f554 100644 --- a/templates/full-pipeline.yml +++ b/templates/full-pipeline.yml @@ -23,7 +23,8 @@ spec: opentofu_version: default: '1.6.0' - _options: + options: + - '$OPENTOFU_VERSION' - '1.6.0' - '1.6.0-rc1' description: 'OpenTofu version that should be used.' -- GitLab