-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Enhancement]: Add additional parameters for aws_opensearchserverless_collection resource #31939
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
https://github.com/hashicorp/terraform-provider-aws/pulls?q=is%3Aopen+is%3Apr+label%3Aservice%2Fopensearchserverless shows that the VPC Endpoint resource is still in the queue to be reviewed. Given the recent activity around the OpenSearch serverless resources, I'm quite hopeful it should be looked at quite soon. #28467 is the tracking bug for that resource. For the |
@balaji-punniyakodi As @mattburgess mentioned, I believe all of the screenshots you have provided can be addressed by using the aws_opensearchserverless_security_policy resource to create encryption and network policies applicable to a collection. #32404 was just merged to provide more examples to do what you mention (e.g. specify your own KMS key, configure public access and VPCE access) as well. |
With the above notes, marking this as resolved. If additional functionality is desired, please open a new issue with the requisite details. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Regarding #31091
Hi Team,
I can see you have recently created aws_opensearchserverless_collection resource https://github.com/hashicorp/terraform-provider-aws/blob/main/website/docs/r/opensearchserverless_collection.html.markdown however I dont see the parameter to specify the KMS key, network settings (Public or private with VPCE endpoints) from terraform and resource type.
Let us know if you have any further questions.
Affected Resource(s) and/or Data Source(s)
aws_opensearchserverless_collection
Potential Terraform Configuration
No response
References
review #31091 and https://github.com/hashicorp/terraform-provider-aws/blob/main/website/docs/r/opensearchserverless_collection.html.markdown
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: