Skip to content

Commit

Permalink
Merge pull request #39 from lgallard/fix/selection-tags-readme
Browse files Browse the repository at this point in the history
Fix selection-tags in README
  • Loading branch information
lgallard authored May 13, 2021
2 parents cd0e50a + eaed2a5 commit 7f977b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.6 (May 13, 2021)

FIXES:

* Fix `selection_tags` in README

## 0.11.5 (May 5, 2021)

FIXES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module "aws_backup_example" {
{
name = "selection-1"
resources = ["arn:aws:dynamodb:us-east-1:123456789101:table/mydynamodb-table1"]
selection_tag = [
selection_tags = [
{
type = "STRINGEQUALS"
key = "Environment"
Expand Down

0 comments on commit 7f977b3

Please sign in to comment.