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
0ebfacd3
Commit
0ebfacd3
authored
5 months ago
by
Timo Furrer
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/docs-encryption-spelling-typo' into 'main'
Fix spelling in readme See merge request components/opentofu!215
parents
b88debad
a202acf9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/README.md.template
+4
-4
4 additions, 4 deletions
.gitlab/README.md.template
README.md
+4
-4
4 additions, 4 deletions
README.md
with
8 additions
and
8 deletions
.gitlab/README.md.template
+
4
−
4
View file @
0ebfacd3
...
@@ -152,8 +152,8 @@ The only thing you have to do is to provide a passphrase.
...
@@ -152,8 +152,8 @@ The only thing you have to do is to provide a passphrase.
All templates related to the state have the following inputs related to auto-encryption:
All templates related to the state have the following inputs related to auto-encryption:
- `auto_encr
p
ytion` (`boolean`): if set to `true` will auto-encrypt your state and plan.
- `auto_encry
p
tion` (`boolean`): if set to `true` will auto-encrypt your state and plan.
- `auto_encr
p
ytion_passphrase` (`string`): is required if `auto_encr
p
ytion` is `true` and
- `auto_encry
p
tion_passphrase` (`string`): is required if `auto_encry
p
tion` is `true` and
defines the passphrase for your state and plan files. Make sure to keep it secured.
defines the passphrase for your state and plan files. Make sure to keep it secured.
You may use a protected and masked GitLab CI/CD variable for it.
You may use a protected and masked GitLab CI/CD variable for it.
- `auto_encryption_enable_migration_from_unencrypted` (`boolean`): if set to `true` will
- `auto_encryption_enable_migration_from_unencrypted` (`boolean`): if set to `true` will
...
@@ -176,8 +176,8 @@ include:
...
@@ -176,8 +176,8 @@ include:
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
version: <VERSION> # component version
version: <VERSION> # component version
opentofu_version: <OPENTOFU_VERSION>
opentofu_version: <OPENTOFU_VERSION>
auto_encr
p
ytion: true
auto_encry
p
tion: true
auto_encr
p
ytion_passphrase: $PASSPHRASE
auto_encry
p
tion_passphrase: $PASSPHRASE
stages: [validate, build, deploy]
stages: [validate, build, deploy]
```
```
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
4
View file @
0ebfacd3
...
@@ -154,8 +154,8 @@ The only thing you have to do is to provide a passphrase.
...
@@ -154,8 +154,8 @@ The only thing you have to do is to provide a passphrase.
All templates related to the state have the following inputs related to auto-encryption:
All templates related to the state have the following inputs related to auto-encryption:
-
`auto_encr
p
ytion`
(
`boolean`
): if set to
`true`
will auto-encrypt your state and plan.
-
`auto_encry
p
tion`
(
`boolean`
): if set to
`true`
will auto-encrypt your state and plan.
-
`auto_encr
p
ytion_passphrase`
(
`string`
): is required if
`auto_encr
p
ytion`
is
`true`
and
-
`auto_encry
p
tion_passphrase`
(
`string`
): is required if
`auto_encry
p
tion`
is
`true`
and
defines the passphrase for your state and plan files. Make sure to keep it secured.
defines the passphrase for your state and plan files. Make sure to keep it secured.
You may use a protected and masked GitLab CI/CD variable for it.
You may use a protected and masked GitLab CI/CD variable for it.
-
`auto_encryption_enable_migration_from_unencrypted`
(
`boolean`
): if set to
`true`
will
-
`auto_encryption_enable_migration_from_unencrypted`
(
`boolean`
): if set to
`true`
will
...
@@ -178,8 +178,8 @@ include:
...
@@ -178,8 +178,8 @@ include:
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
version
:
<VERSION>
# component version
version
:
<VERSION>
# component version
opentofu_version
:
<OPENTOFU_VERSION>
opentofu_version
:
<OPENTOFU_VERSION>
auto_encr
p
ytion
:
true
auto_encry
p
tion
:
true
auto_encr
p
ytion_passphrase
:
$PASSPHRASE
auto_encry
p
tion_passphrase
:
$PASSPHRASE
stages
:
[
validate
,
build
,
deploy
]
stages
:
[
validate
,
build
,
deploy
]
```
```
...
...
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