-
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
API Gateway private REST API - Support VPC Endpoint #10627
Conversation
fixed according to @folbricht comments:
|
Any idea when this will be merged? I've literally got this exact problem holding my deployment up right now. Thanks! |
Hi, guys. Any news about this merge request? We really need it in our project. Thanks a lot! |
@bflad, can you help out with this? For some reason I can't restore the review request on the PR |
Any news on merging this PR? We would also benefit massively from this feature in our project. Thanks in advance and all the best! |
Hi, We are also looking for this feature as well. Many thanks |
Hello, any update on this request? |
Hello, I am also looking for this feature |
I'm looking for this feature as well. |
Any feedback from the core team on this PR? |
In case it's useful to anyone here, this is my workaround for the moment, a null resource provisioner to run the aws cli command that associates a vpc endpoint with the api gateway. This obviously assumes you have a the referenced resources elsewhere in your config.
|
I'd like to add |
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, thanks @DrFaust92 🚀
Output from acceptance testing:
--- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_Private (64.02s)
--- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration (125.87s)
--- PASS: TestAccAWSAPIGatewayRestApi_policy (160.06s)
--- PASS: TestAccAWSAPIGatewayRestApi_EndpointConfiguration_VPCEndpoint (189.90s)
--- PASS: TestAccAWSAPIGatewayRestApi_tags (249.67s)
--- PASS: TestAccAWSAPIGatewayRestApi_basic (271.25s)
--- PASS: TestAccAWSAPIGatewayRestApi_api_key_source (364.21s)
--- PASS: TestAccAWSAPIGatewayRestApi_disappears (401.90s)
--- PASS: TestAccAWSAPIGatewayRestApi_openapi (620.15s)
This has been released in version 2.46.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 for triage. Thanks! |
Is anyone else experience unreliability with this configuration? I am seeing a successful |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #10154
Release note for CHANGELOG:
Output from acceptance testing: