-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Opensearch index template creation fails via terraform #72
Comments
cc : @phillbaker , and @prudhvigodithi ... if you guys can help take a look . thanks!! |
Same for me: |
Hey @pastibog @huziahmetovsv works for me, please check the following
|
Thanx, works for me |
Thanks, will try this. |
Thanks for the confirmation @huziahmetovsv, closing this issue, @pastibog @huziahmetovsv please feel free re-open if required. |
What is the bug?
Attempting to create an index template via terraform results in an [type=x_content_parse_exception]. The resource definition is the exact one taken from here: https://registry.terraform.io/providers/opensearch-project/opensearch/latest/docs/resources/index_template
How can one reproduce the bug?
Terraform file:
Nothing has been changed in the resource definition, it is the exact one from the provider page.
What is the expected behavior?
The index template is created.
What is your host/environment?
AWS OpenSearch 2.7 domain
Terraform v1.4.5
opensearch-project/opensearch 2.0.0-beta.1
The text was updated successfully, but these errors were encountered: