diff --git a/backports/.Base.gitlab-ci.yml b/backports/.Base.gitlab-ci.yml index e601d06db2806e88f6290a3fa48f1d5ec84e8225..2452abc8e618446ee6b1f397a9bb886f1405bc81 100644 --- a/backports/.Base.gitlab-ci.yml +++ b/backports/.Base.gitlab-ci.yml @@ -40,7 +40,7 @@ variables: echo "The OpenTofu CI/CD component with a default configuration can be included as follows:" echo " " echo "include:" - echo " - component: gitlab.com/components/opentofu/full-pipeline@0.1.0" + echo " - component: gitlab.com/components/opentofu/full-pipeline@~latest" echo " inputs:" echo " version: latest" echo " opentofu_version: 1.6.0" diff --git a/backports/OpenTofu/Base.gitlab-ci.yml b/backports/OpenTofu/Base.gitlab-ci.yml index e89f7841b0da7e3ccb8d11724ab121be441245d2..3ef1683e9d573c62969a87bcb24280121852e153 100644 --- a/backports/OpenTofu/Base.gitlab-ci.yml +++ b/backports/OpenTofu/Base.gitlab-ci.yml @@ -40,7 +40,7 @@ variables: echo "The OpenTofu CI/CD component with a default configuration can be included as follows:" echo " " echo "include:" - echo " - component: gitlab.com/components/opentofu/full-pipeline@0.1.0" + echo " - component: gitlab.com/components/opentofu/full-pipeline@~latest" echo " inputs:" echo " version: latest" echo " opentofu_version: 1.6.0"