Skip to content

Commit

Permalink
Add missing = for attribute in map in usage example (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Mironenko <simixido@gmail.com>
  • Loading branch information
LaurentR and maximmi authored Feb 25, 2020
1 parent a4fb70f commit 33b651e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module "elasticsearch" {
encrypt_at_rest_enabled = true
kibana_subdomain_name = "kibana-es"
advanced_options {
advanced_options = {
"rest.action.multi.allow_explicit_index" = "true"
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ usage: |-
encrypt_at_rest_enabled = true
kibana_subdomain_name = "kibana-es"
advanced_options {
advanced_options = {
"rest.action.multi.allow_explicit_index" = "true"
}
}
Expand Down

0 comments on commit 33b651e

Please sign in to comment.