Skip to content

Commit

Permalink
Merge pull request #1 from lgallard/fix/README-typos
Browse files Browse the repository at this point in the history
Fix typos in README
  • Loading branch information
lgallard authored Jun 27, 2020
2 parents 378f8f1 + a44681f commit 02acd7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.2 (June 27, 2020)

FIXES:

* Fix typo in README

## 0.1.1 (June 26, 2020)

FIXES:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:


```
Expand Down Expand Up @@ -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" {
Expand Down

0 comments on commit 02acd7c

Please sign in to comment.