Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Opentofu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DBS
gitlab-component
Opentofu
Commits
27fad3ee
Unverified
Commit
27fad3ee
authored
1 year ago
by
Timo Furrer
Browse files
Options
Downloads
Patches
Plain Diff
WIP
parent
2fa42374
Branches
destroy-pipeline
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/full-pipeline.yml
+9
-8
9 additions, 8 deletions
templates/full-pipeline.yml
with
9 additions
and
8 deletions
templates/full-pipeline.yml
+
9
−
8
View file @
27fad3ee
...
...
@@ -98,14 +98,15 @@ include:
destroy
:
stage
:
cleanup
trigger
:
include
:
/templates/destroy-pipeline.yml
include
:
-
local
:
/templates/destroy-pipeline.yml
inputs
:
version
:
$[[ inputs.version ]]
opentofu_version
:
$[[ inputs.opentofu_version ]]
image_registry_base
:
$[[ inputs.image_registry_base ]]
root_dir
:
$[[ inputs.root_dir ]]
state_name
:
$[[ inputs.state_name ]]
auto_destroy
:
$[[ inputs.auto_destroy ]]
strategy
:
depend
inputs
:
version
:
$[[ inputs.version ]]
opentofu_version
:
$[[ inputs.opentofu_version ]]
image_registry_base
:
$[[ inputs.image_registry_base ]]
root_dir
:
$[[ inputs.root_dir ]]
state_name
:
$[[ inputs.state_name ]]
auto_destroy
:
$[[ inputs.auto_destroy ]]
rules
:
-
when
:
manual
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