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
1 changed files with 1 additions and 1 deletions

View File

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