Skip to content

Commit e8f60f1

Browse files
authored
Merge pull request #44 from lgallard/feature/multiple-log-types
Fix typo in examples
2 parents 666722b + 77b413d commit e8f60f1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.1 (August 26, 2021)
2+
3+
FIXES:
4+
5+
* Fix typo in examples
6+
17
## 0.12.0 (August 26, 2021)
28

39
ENHANCEMENTS:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module "aws_es" {
4343
index_slow_logs = {
4444
enabled = true
4545
cloudwatch_log_group_arn = "arn:aws:logs:us-east-1:123456789101:log-group:/aws/elasticsearch/index_slow_logs:*"
46-
rog_publishing_options_retention = 90
46+
log_publishing_options_retention = 90
4747
}
4848
search_slow_logs = {
4949
enabled = true

examples/public/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "aws_es" {
2727
index_slow_logs = {
2828
enabled = true
2929
cloudwatch_log_group_arn = "arn:aws:logs:us-east-1:123456789101:log-group:/aws/elasticsearch/index_slow_logs:*"
30-
rog_publishing_options_retention = 90
30+
log_publishing_options_retention = 90
3131
}
3232
search_slow_logs = {
3333
enabled = true

0 commit comments

Comments
 (0)