-
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
F create aws open search vpc endpoint #32435
Conversation
…terraform-provider-aws into f-opensearch-vpc-endpoint
Community NoteVoting for Prioritization
For Submitters
|
…n import block using type 'terraform''.
@lafod Thanks for the contribution 🎉 👏. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccOpenSearchVPCEndpoint_' PKG=opensearch
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opensearch/... -v -count 1 -parallel 20 -run=TestAccOpenSearchVPCEndpoint_ -timeout 720m
=== RUN TestAccOpenSearchVPCEndpoint_basic
=== PAUSE TestAccOpenSearchVPCEndpoint_basic
=== RUN TestAccOpenSearchVPCEndpoint_disappears
=== PAUSE TestAccOpenSearchVPCEndpoint_disappears
=== CONT TestAccOpenSearchVPCEndpoint_basic
=== CONT TestAccOpenSearchVPCEndpoint_disappears
--- PASS: TestAccOpenSearchVPCEndpoint_disappears (2400.59s)
--- PASS: TestAccOpenSearchVPCEndpoint_basic (2486.61s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/opensearch 2491.548s
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccOpenSearchDomainDataSource_Data_advanced\|TestAccOpenSearchVPCEndpoint_update' PKG=opensearch
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opensearch/... -v -count 1 -parallel 20 -run=TestAccOpenSearchDomainDataSource_Data_advanced\|TestAccOpenSearchVPCEndpoint_update -timeout 720m
=== RUN TestAccOpenSearchDomainDataSource_Data_advanced
=== PAUSE TestAccOpenSearchDomainDataSource_Data_advanced
=== RUN TestAccOpenSearchVPCEndpoint_update
=== PAUSE TestAccOpenSearchVPCEndpoint_update
=== CONT TestAccOpenSearchDomainDataSource_Data_advanced
=== CONT TestAccOpenSearchVPCEndpoint_update
--- PASS: TestAccOpenSearchDomainDataSource_Data_advanced (2349.01s)
--- PASS: TestAccOpenSearchVPCEndpoint_update (2645.30s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/opensearch 2650.470s
This functionality has been released in v5.13.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! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This new resource allows you to access AWS Open search domain via a VPC Endpoint. These endpoints create a private connection between your VPC and Amazon OpenSearch Service.
Relations
Closes #29912
References
https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc-interface-endpoints.html
https://aws.amazon.com/blogs/big-data/simplify-private-network-access-for-solutions-using-amazon-opensearch-service-managed-vpc-endpoints/
Output from Acceptance Testing