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

Rephrase backports notes

parent ef61344f
Branches
Tags
No related merge requests found
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
# https://gitlab.com/components/opentofu # https://gitlab.com/components/opentofu
# It is generated with the `make backports` command from that project. # It is generated with the `make backports` command from that project.
# #
# Please make sure to use the component when your project is hosted on GitLab.com # Please make sure to use the component (https://gitlab.com/components/opentofu)
# when your project is hosted on GitLab.com
# or when you are willing to mirror the component project into your self-managed # or when you are willing to mirror the component project into your self-managed
# instance and use it from there. # instance and use it from there.
# #
# Attention: This template will be removed in favor of the OpenTofu CI/CD component as soon as components # Attention: This template will be removed in favor of the OpenTofu CI/CD component following components
# are available for self-managed instances. # are available for self-managed instances.
# #
# This specific template is located at: # This specific template is located at:
......
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
# https://gitlab.com/components/opentofu # https://gitlab.com/components/opentofu
# It is generated with the `make backports` command from that project. # It is generated with the `make backports` command from that project.
# #
# Please make sure to use the component when your project is hosted on GitLab.com # Please make sure to use the component (https://gitlab.com/components/opentofu)
# when your project is hosted on GitLab.com
# or when you are willing to mirror the component project into your self-managed # or when you are willing to mirror the component project into your self-managed
# instance and use it from there. # instance and use it from there.
# #
# Attention: This template will be removed in favor of the OpenTofu CI/CD component as soon as components # Attention: This template will be removed in favor of the OpenTofu CI/CD component following components
# are available for self-managed instances. # are available for self-managed instances.
# #
# This specific template is located at: # This specific template is located at:
...@@ -88,7 +89,7 @@ opentofu:use-component-instead-of-template: ...@@ -88,7 +89,7 @@ opentofu:use-component-instead-of-template:
'.opentofu:plan': '.opentofu:plan':
stage: build stage: build
environment: environment:
name: $TF_STATE_NAME name: $TF_STATE_NAME
action: prepare action: prepare
resource_group: $TF_STATE_NAME resource_group: $TF_STATE_NAME
......
...@@ -47,7 +47,7 @@ spec: ...@@ -47,7 +47,7 @@ spec:
'$[[ inputs.as ]]': '$[[ inputs.as ]]':
stage: $[[ inputs.stage ]] stage: $[[ inputs.stage ]]
environment: environment:
name: $[[ inputs.state_name ]] name: $[[ inputs.state_name ]]
action: prepare action: prepare
resource_group: $[[ inputs.state_name ]] resource_group: $[[ inputs.state_name ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment