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
1deda55c
Unverified
Commit
1deda55c
authored
8 months ago
by
Timo Furrer
Browse files
Options
Downloads
Patches
Plain Diff
Improve documentation around module release
Changelog: changed
parent
c71d4fd4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/README.md.template
+10
-9
10 additions, 9 deletions
.gitlab/README.md.template
README.md
+10
-9
10 additions, 9 deletions
README.md
with
20 additions
and
18 deletions
.gitlab/README.md.template
+
10
−
9
View file @
1deda55c
...
...
@@ -190,18 +190,19 @@ plan:
- TF_ROOT: prod/
```
Have a look at the [`full-pipeline`](templates/
full-pipeline
.yml) for how it's constructed.
Have a look at the [`full-pipeline`](templates/
job-templates
.yml) for how it's constructed.
The following job components exist:
- [`fmt`](templates/fmt.yml)
- [`validate`](templates/validate.yml)
- [`test`](templates/test.yml)
- [`plan`](templates/plan.yml)
- [`apply`](templates/apply.yml)
- [`destroy`](templates/destroy.yml)
- [`delete-state`](templates/delete-state.yml)
- [`custom-command`](templates/custom-command.yml)
- [`fmt`](templates/fmt.yml): Check formatting of configuration files.
- [`validate`](templates/validate.yml): Validate configuration.
- [`test`](templates/test.yml): Test configuration.
- [`plan`](templates/plan.yml): Plan an apply or destroy.
- [`apply`](templates/apply.yml): Apply a configuration.
- [`destroy`](templates/destroy.yml): Destroy a configuration.
- [`delete-state`](templates/delete-state.yml): Delete the GitLab-managed Terraform state.
- [`custom-command`](templates/custom-command.yml): Run a custom OpenTofu command.
- [`module-release`](templates/module-release.yml): Release an OpenTofu module to the GitLab Terraform Module Registry.
Have a look at the individual template spec to learn about the available inputs.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
10
−
9
View file @
1deda55c
...
...
@@ -192,18 +192,19 @@ plan:
-
TF_ROOT
:
prod/
```
Have a look at the
[
`full-pipeline`
](
templates/
full-pipeline
.yml
)
for how it's constructed.
Have a look at the
[
`full-pipeline`
](
templates/
job-templates
.yml
)
for how it's constructed.
The following job components exist:
-
[
`fmt`
](
templates/fmt.yml
)
-
[
`validate`
](
templates/validate.yml
)
-
[
`test`
](
templates/test.yml
)
-
[
`plan`
](
templates/plan.yml
)
-
[
`apply`
](
templates/apply.yml
)
-
[
`destroy`
](
templates/destroy.yml
)
-
[
`delete-state`
](
templates/delete-state.yml
)
-
[
`custom-command`
](
templates/custom-command.yml
)
-
[
`fmt`
](
templates/fmt.yml
)
: Check formatting of configuration files.
-
[
`validate`
](
templates/validate.yml
)
: Validate configuration.
-
[
`test`
](
templates/test.yml
)
: Test configuration.
-
[
`plan`
](
templates/plan.yml
)
: Plan an apply or destroy.
-
[
`apply`
](
templates/apply.yml
)
: Apply a configuration.
-
[
`destroy`
](
templates/destroy.yml
)
: Destroy a configuration.
-
[
`delete-state`
](
templates/delete-state.yml
)
: Delete the GitLab-managed Terraform state.
-
[
`custom-command`
](
templates/custom-command.yml
)
: Run a custom OpenTofu command.
-
[
`module-release`
](
templates/module-release.yml
)
: Release an OpenTofu module to the GitLab Terraform Module Registry.
Have a look at the individual template spec to learn about the available inputs.
...
...
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