Skip to content
Snippets Groups Projects
Commit 356937d0 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'readme-example-no-opentofu-version' into 'main'

Example without OpenTofu version input

See merge request components/opentofu!270
parents 8de6ac7e abe163dd
Branches
Tags
No related merge requests found
Pipeline #269236 passed
...@@ -26,6 +26,14 @@ together with an OpenTofu version. ...@@ -26,6 +26,14 @@ together with an OpenTofu version.
> The usage examples use `<...>` pattern for placeholders that you must replace with your desired values. > The usage examples use `<...>` pattern for placeholders that you must replace with your desired values.
```yaml ```yaml
include:
- component: $CI_SERVER_FQDN/components/opentofu/full-pipeline@<VERSION>
stages: [validate, test, build, deploy, cleanup]
---
# ... or with explicit OpenTofu version
include: include:
- component: $CI_SERVER_FQDN/components/opentofu/full-pipeline@<VERSION> - component: $CI_SERVER_FQDN/components/opentofu/full-pipeline@<VERSION>
inputs: inputs:
......
...@@ -28,6 +28,14 @@ together with an OpenTofu version. ...@@ -28,6 +28,14 @@ together with an OpenTofu version.
> The usage examples use `<...>` pattern for placeholders that you must replace with your desired values. > The usage examples use `<...>` pattern for placeholders that you must replace with your desired values.
```yaml ```yaml
include:
- component: $CI_SERVER_FQDN/components/opentofu/full-pipeline@<VERSION>
stages: [validate, test, build, deploy, cleanup]
---
# ... or with explicit OpenTofu version
include: include:
- component: $CI_SERVER_FQDN/components/opentofu/full-pipeline@<VERSION> - component: $CI_SERVER_FQDN/components/opentofu/full-pipeline@<VERSION>
inputs: inputs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment