Skip to content

Commit

Permalink
Merge pull request #44 from lgallard/feature/multiple-log-types
Browse files Browse the repository at this point in the history
Fix typo in examples
  • Loading branch information
lgallard authored Aug 26, 2021
2 parents 666722b + 77b413d commit e8f60f1
Show file tree
Hide file tree
Showing 3 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.12.1 (August 26, 2021)

FIXES:

* Fix typo in examples

## 0.12.0 (August 26, 2021)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "aws_es" {
index_slow_logs = {
enabled = true
cloudwatch_log_group_arn = "arn:aws:logs:us-east-1:123456789101:log-group:/aws/elasticsearch/index_slow_logs:*"
rog_publishing_options_retention = 90
log_publishing_options_retention = 90
}
search_slow_logs = {
enabled = true
Expand Down
2 changes: 1 addition & 1 deletion examples/public/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "aws_es" {
index_slow_logs = {
enabled = true
cloudwatch_log_group_arn = "arn:aws:logs:us-east-1:123456789101:log-group:/aws/elasticsearch/index_slow_logs:*"
rog_publishing_options_retention = 90
log_publishing_options_retention = 90
}
search_slow_logs = {
enabled = true
Expand Down

0 comments on commit e8f60f1

Please sign in to comment.