Skip to content
Snippets Groups Projects
Commit 8aceac7b authored by CkReal's avatar CkReal
Browse files

fix: README.md.template typo

parent 1a513335
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 ...@@ -122,7 +122,7 @@ and compose your own pipeline, for example, to just run the `fmt` job you can do
```yaml ```yaml
include: include:
- component: gitlab.com/components/opentofu/fmt@<VERSON> - component: gitlab.com/components/opentofu/fmt@<VERSION>
inputs: inputs:
# The version must currently be specified explicitly as an input, # The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed # to find the correctly associated images. # This can be removed
...@@ -139,7 +139,7 @@ you want to extend the jobs: ...@@ -139,7 +139,7 @@ you want to extend the jobs:
```yaml ```yaml
include: include:
- component: gitlab.com/components/opentofu/job-templates@<VERSON> - component: gitlab.com/components/opentofu/job-templates@<VERSION>
inputs: inputs:
# The version must currently be specified explicitly as an input, # The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed # 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 ...@@ -124,7 +124,7 @@ and compose your own pipeline, for example, to just run the `fmt` job you can do
```yaml ```yaml
include: include:
- component: gitlab.com/components/opentofu/fmt@<VERSON> - component: gitlab.com/components/opentofu/fmt@<VERSION>
inputs: inputs:
# The version must currently be specified explicitly as an input, # The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed # to find the correctly associated images. # This can be removed
...@@ -141,7 +141,7 @@ you want to extend the jobs: ...@@ -141,7 +141,7 @@ you want to extend the jobs:
```yaml ```yaml
include: include:
- component: gitlab.com/components/opentofu/job-templates@<VERSON> - component: gitlab.com/components/opentofu/job-templates@<VERSION>
inputs: inputs:
# The version must currently be specified explicitly as an input, # The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed # 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.
Please register or to comment