mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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 {
|
advanced_options {
|
||||||
"rest.action.multi.allow_explicit_index" = true
|
"rest.action.multi.allow_explicit_index" = "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
access_policies = <<CONFIG
|
access_policies = <<CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user