From 2d070bd7b05683e5923800ec2c62375f006cef67 Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Sat, 27 Jun 2020 14:21:01 -0300 Subject: [PATCH 1/2] Fix typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66b6366..23ed6e3 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ module "secrets-manager-3" { ``` ## Secrets Rotation -If yo need to rotate your secrest, use `rotate_secrets` list to define them. Take into account that the lambda function must exist and it must have the right permissions to rotate the secrets in AWS Secret manager: +If yo need to rotate your secrets, use `rotate_secrets` list to define them. Take into account that the lambda function must exist and it must have the right permissions to rotate the secrets in AWS Secret manager: ``` @@ -159,7 +159,7 @@ module "secrets-manager-4" { ## Several secret definitions -You can define different type of secrets (string, key/balue or binary) in the same `secrets` or `rotate_secrets` list: +You can define different type of secrets (string, key/value or binary) in the same `secrets` or `rotate_secrets` list: ``` module "secrets-manager-5" { From a44681fda3bed5a09968614ad08e0cb30f652341 Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Sat, 27 Jun 2020 14:21:55 -0300 Subject: [PATCH 2/2] Fix typo in README --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8c687..5c729bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.2 (June 27, 2020) + +FIXES: + + * Fix typo in README + ## 0.1.1 (June 26, 2020) FIXES: