You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
Error: Invalid argument name
on main.tf line 15, in resource "aws_elasticsearch_domain" "example":
15: "rest.action.multi.allow_explicit_index" = true
Argument names must not be quoted.
advanced_options here is TypeMap, which means we expect =, but that's not what the error suggests.
The text was updated successfully, but these errors were encountered:
The corresponding issue over in Terraform was closed by teaching Terraform's upgrade tool to deal with this, since ultimately this is a problem of ambiguity during upgrade rather than a defect in HCL 2. Therefore I'm going to close this now, because there isn't really anything we can do about it without leaking application-specific implementation details into this error message that comes from the HCL 2 parser.
advanced_options
here isTypeMap
, which means we expect=
, but that's not what the error suggests.The text was updated successfully, but these errors were encountered: