diff --git a/.gitlab/README.md.template b/.gitlab/README.md.template index e28b928d9ed2fdcb725bfadfbee890f250be9521..d5e7efc91db9c8d90c3da2340023a3fd8926eac6 100644 --- a/.gitlab/README.md.template +++ b/.gitlab/README.md.template @@ -286,6 +286,14 @@ or `TF_CLI_ARGS_init` (handled by OpenTofu directly) to `-lockfile=readonly` to prevent any changes to the lockfile during the pipeline job and with that ensuring that OpenTofu really uses the locked dependencies. +### Examples + +Here are some example repositories to demonstrate how this component maybe used: + +- [timofurrer/opentofu-test](https://gitlab.com/timofurrer/opentofu-test): uses multiple environments configured for different kinds of pipelines with a single branch. + +Please contribute your own examples! + ## Releases & Versioning This project currently releases tagged commits. @@ -416,6 +424,10 @@ Some more example configurations for your `renovate.json`: }, ``` +**Example Repositories**: + +- [timofurrer/opentofu-test](https://gitlab.com/timofurrer/opentofu-test) + ## Usage on self-managed GitLab CI/CD components are not yet distributed and available on self-managed GitLab instances. diff --git a/README.md b/README.md index b4477fb64050b62899fe506c1bbbb1f169b705fc..9bfdff95b02bd441187ba3f60935019a8d0949bb 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,14 @@ or `TF_CLI_ARGS_init` (handled by OpenTofu directly) to `-lockfile=readonly` to prevent any changes to the lockfile during the pipeline job and with that ensuring that OpenTofu really uses the locked dependencies. +### Examples + +Here are some example repositories to demonstrate how this component maybe used: + +- [timofurrer/opentofu-test](https://gitlab.com/timofurrer/opentofu-test): uses multiple environments configured for different kinds of pipelines with a single branch. + +Please contribute your own examples! + ## Releases & Versioning This project currently releases tagged commits. @@ -435,6 +443,10 @@ Some more example configurations for your `renovate.json`: }, ``` +**Example Repositories**: + +- [timofurrer/opentofu-test](https://gitlab.com/timofurrer/opentofu-test) + ## Usage on self-managed GitLab CI/CD components are not yet distributed and available on self-managed GitLab instances.