diff --git a/.gitlab/README.md.template b/.gitlab/README.md.template index f231b2bb4fd7f73cfee1eb4a11d1f432751ee0ad..e6fd8819a7fa7e212053ad2b046cc574a452c090 100644 --- a/.gitlab/README.md.template +++ b/.gitlab/README.md.template @@ -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 diff --git a/README.md b/README.md index 650fbd1048f685f2a08abe3377335804fe889997..b9ade2b63ca31b4f8bb37537bb7f317e6dd94de8 100644 --- a/README.md +++ b/README.md @@ -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