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

Merge branch 'fix-typo-README' into 'main'

fix: README typo

See merge request components/opentofu!48
parents 1a513335 8aceac7b
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ and compose your own pipeline, for example, to just run the `fmt` job you can do
```yaml
include:
- component: gitlab.com/components/opentofu/fmt@<VERSON>
- component: gitlab.com/components/opentofu/fmt@<VERSION>
inputs:
# The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed
......@@ -139,7 +139,7 @@ you want to extend the jobs:
```yaml
include:
- component: gitlab.com/components/opentofu/job-templates@<VERSON>
- component: gitlab.com/components/opentofu/job-templates@<VERSION>
inputs:
# The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed
......
......@@ -124,7 +124,7 @@ and compose your own pipeline, for example, to just run the `fmt` job you can do
```yaml
include:
- component: gitlab.com/components/opentofu/fmt@<VERSON>
- component: gitlab.com/components/opentofu/fmt@<VERSION>
inputs:
# The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed
......@@ -141,7 +141,7 @@ you want to extend the jobs:
```yaml
include:
- component: gitlab.com/components/opentofu/job-templates@<VERSON>
- component: gitlab.com/components/opentofu/job-templates@<VERSION>
inputs:
# The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment