-
Notifications
You must be signed in to change notification settings - Fork 158
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 AWS OpenSearch #1747
Labels
Milestone
Comments
Related upstream issue: hashicorp/terraform-provider-aws#20853 |
One alternative you could try is using the native provider's resource: https://www.pulumi.com/registry/packages/aws-native/api-docs/opensearchservice/domain/ |
hashicorp/terraform-provider-aws#20853 has been merged. I assume that we need to wait for this #1902 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hello!
Issue details
Recently AWS decided to fork ElasticSearch with their own product OpenSearch and made according changes to its offering.
AWS CDK already allows to use new OpenSearch service:
https://docs.aws.amazon.com/cdk/api/v1/docs/aws-opensearchservice-readme.html
https://docs.aws.amazon.com/cdk/api/v1/docs/aws-elasticsearch-readme.html#migrating-to-opensearch
Please add support for OpenSearch within Pulumi SDK.
The text was updated successfully, but these errors were encountered: