-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[New Resource]: Opensearch: Authorize VPC endpoint access #33908
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
This functionality has been released in v5.22.0 of the Terraform AWS Provider |
wasn't that support to create opensearch vpc endpoints? If I understand it correctly, after creating this endpoint, if the endpoint is to an OpenSearch I another account (same region), in that account we need to authorize it. Is there anything like that already implemented? I didn't find it on the docs |
Hi, is someone currently working on this? I'd like to help |
I hate to "me too" this, but without this resource I have had to resort to some really horrible
and the shell script it calls:
Awful awful awful. I have basically no golang skills, but this is one of those times where I'm willing to learn it just so I can get this feature in, if nobody else is working on it. |
I have started working on it here: https://github.com/punkops/terraform-provider-aws/blob/03b0b0637499f967b37a9947a1b65e7176083e61/internal/service/opensearch/vpc_endpoint_access.go Not a master in golang myself but seems straight forward. It works but it needs a lot of polishing, testing and documentation still... Any suggestions and help is welcome. |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.74.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
When creating a VPC endpoint for an OpenSearch domain (
aws_opensearch_vpc_endpoint
) from a different account, the other account must first be allowed to create endpoints for the domain (see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc-interface-endpoints.html#vpc-endpoint-access)Requested Resource(s) and/or Data Source(s)
aws_opensearch_vpc_endpoint_authorized_principal
Potential Terraform Configuration
References
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: