provider/aws: Documentation fixed for elasticsearch_domain (#13704)
Fixes: #13434
This commit is contained in:
parent
b3cc7ea4cf
commit
bb69e3730b
|
@ -20,7 +20,7 @@ resource "aws_elasticsearch_domain" "es" {
|
|||
}
|
||||
|
||||
advanced_options {
|
||||
"rest.action.multi.allow_explicit_index" = true
|
||||
"rest.action.multi.allow_explicit_index" = "true"
|
||||
}
|
||||
|
||||
access_policies = <<CONFIG
|
||||
|
|
Loading…
Reference in New Issue