-
Notifications
You must be signed in to change notification settings - Fork 134
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
Support for OpenSearch v2 #323
Comments
Related to #322 It is due to this line:
We don't have testing support yet for OpenSearch 2.x and it does have breaking api features, so the provider hasn't incorporated support for it. This provider won't include support for opensearch 2.x, that will be done in https://github.com/opensearch-project/terraform-provider-opensearch |
Hi @phillbaker , it is great new, new provider for OpenSearch. May know what is ETA of first release? Thanks in advance |
Closing as a dupe of #298 |
I was previously successfully using the
elasticsearch_ingest_pipeline
resource against OpenSearch v1. After upgrading to v2 I get the following errorReading through the information in #268 I am able to set
elasticsearch_version = "7.17.7"
which seems to allow terraform progress.Is this the recommended way forward for now? Should the provider instead be adding an
opensearch_ingest_pipeline
resource? This is something I could perhaps try and contribute to when I have a little time...The text was updated successfully, but these errors were encountered: