Skip to content
Snippets Groups Projects
Commit a202acf9 authored by Jon Richter's avatar Jon Richter
Browse files

docs(README): fix spelling

parent b88debad
No related branches found
No related tags found
No related merge requests found
...@@ -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_encrpytion` (`boolean`): if set to `true` will auto-encrypt your state and plan. - `auto_encryption` (`boolean`): if set to `true` will auto-encrypt your state and plan.
- `auto_encrpytion_passphrase` (`string`): is required if `auto_encrpytion` is `true` and - `auto_encryption_passphrase` (`string`): is required if `auto_encryption` 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_encrpytion: true auto_encryption: true
auto_encrpytion_passphrase: $PASSPHRASE auto_encryption_passphrase: $PASSPHRASE
stages: [validate, build, deploy] stages: [validate, build, deploy]
``` ```
......
...@@ -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_encrpytion` (`boolean`): if set to `true` will auto-encrypt your state and plan. - `auto_encryption` (`boolean`): if set to `true` will auto-encrypt your state and plan.
- `auto_encrpytion_passphrase` (`string`): is required if `auto_encrpytion` is `true` and - `auto_encryption_passphrase` (`string`): is required if `auto_encryption` 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_encrpytion: true auto_encryption: true
auto_encrpytion_passphrase: $PASSPHRASE auto_encryption_passphrase: $PASSPHRASE
stages: [validate, build, deploy] stages: [validate, build, deploy]
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment