Skip to content

Commit

Permalink
Merge branch 'master' into feature/provider-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard authored Jun 29, 2020
2 parents b9e9d6c + 02acd7c commit ae85112
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
Expand Up @@ -4,6 +4,12 @@ FIXES:

* Add AWS provider version requirement

## 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 ae85112

Please sign in to comment.