provider/aws: Documentation fixed for elasticsearch_domain (#13704)

Fixes: #13434
This commit is contained in:
Paul Stack 2017-04-17 16:26:08 +03:00 committed by GitHub
parent b3cc7ea4cf
commit bb69e3730b

View File

@ -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