Skip to content

Commit ce8bf78

Browse files
committed
Fix typo in exampples
1 parent 7f9d428 commit ce8bf78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)