Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenTofu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
components
OpenTofu
Commits
a8d25619
Unverified
Commit
a8d25619
authored
1 year ago
by
Timo Furrer
Browse files
Options
Downloads
Patches
Plain Diff
Rephrase backports notes
parent
ef61344f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
backports/.Base.latest.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
backports/.Base.latest.gitlab-ci.yml
backports/OpenTofu/Base.latest.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
backports/OpenTofu/Base.latest.gitlab-ci.yml
templates/plan.yml
+1
-1
1 addition, 1 deletion
templates/plan.yml
with
8 additions
and
6 deletions
backports/.Base.latest.gitlab-ci.yml
+
3
−
2
View file @
a8d25619
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
backports/OpenTofu/Base.latest.gitlab-ci.yml
+
4
−
3
View file @
a8d25619
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
templates/plan.yml
+
1
−
1
View file @
a8d25619
...
@@ -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 ]]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment