Skip to content
Snippets Groups Projects
Unverified Commit 8ad03715 authored by Timo Furrer's avatar Timo Furrer
Browse files

Add note about upgrading OpenTofu versions

parent bfb4d86e
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,8 @@ stages:
variables:
# Pipeline configuration
DOCKER_DIND_IMAGE: "docker:24.0.7-dind"
#
# OpenTofu variables
LATEST_OPENTOFU_VERSION: '1.6.0'
......
# Contributing
Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components
## Upgrade OpenTofu versions
When adding new OpenTofu versions the following places need to be updated:
| File | What |
| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------- |
| [`templates/full-pipeline.yml`](templates/full-pipeline.yml) | The `default` value and `options` list of the `sepc.inputs.opentofu_versions` entry. |
| [`.gitlab-ci.yml`](.gitlab-ci.yml) | The `.opentofu_versions.parallel.matrix` list and the `LATEST_OPENTOFU_VERSION` variable. |
All of the above definitions have to match each other.
We currently need to change it in multiple places, because there is not a good way to share information
from the templates and the components pipeline defintion - at least in the features we'd like to use them.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment