From a202acf9583bf03c316d44bc2aa6b941f0605b8b Mon Sep 17 00:00:00 2001
From: Jon Richter <jon.richter@tib.eu>
Date: Thu, 19 Dec 2024 15:38:18 +0100
Subject: [PATCH] docs(README): fix spelling

---
 .gitlab/README.md.template | 8 ++++----
 README.md                  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab/README.md.template b/.gitlab/README.md.template
index 6addbf7..e3dae83 100644
--- a/.gitlab/README.md.template
+++ b/.gitlab/README.md.template
@@ -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:
 
-- `auto_encrpytion` (`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` (`boolean`): if set to `true` will auto-encrypt your state and plan.
+- `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.
   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
@@ -176,8 +176,8 @@ include:
       # once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
       version: <VERSION> # component version
       opentofu_version: <OPENTOFU_VERSION>
-      auto_encrpytion: true
-      auto_encrpytion_passphrase: $PASSPHRASE
+      auto_encryption: true
+      auto_encryption_passphrase: $PASSPHRASE
 
 stages: [validate, build, deploy]
 ```
diff --git a/README.md b/README.md
index 8b0fd8f..def1dfb 100644
--- a/README.md
+++ b/README.md
@@ -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:
 
-- `auto_encrpytion` (`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` (`boolean`): if set to `true` will auto-encrypt your state and plan.
+- `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.
   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
@@ -178,8 +178,8 @@ include:
       # once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
       version: <VERSION> # component version
       opentofu_version: <OPENTOFU_VERSION>
-      auto_encrpytion: true
-      auto_encrpytion_passphrase: $PASSPHRASE
+      auto_encryption: true
+      auto_encryption_passphrase: $PASSPHRASE
 
 stages: [validate, build, deploy]
 ```
-- 
GitLab