Skip to content
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

aws_api_gateway_rest_api support for vps_endpoint_ids #10635

Closed
andreacfm opened this issue Oct 25, 2019 · 3 comments
Closed

aws_api_gateway_rest_api support for vps_endpoint_ids #10635

andreacfm opened this issue Oct 25, 2019 · 3 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/apigateway Issues and PRs that pertain to the apigateway service.

Comments

@andreacfm
Copy link

andreacfm commented Oct 25, 2019

aws_api_gateway_rest_api does not support VpcEndpointIds under the endpoint_configuration block. This makes impossible to create a private api with VPC access without a final manual touch.
Is there a plan to support this?

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

New or Affected Resource(s)

  • aws_api_gateway_rest_api

Potential Terraform Configuration

resource "aws_api_gateway_rest_api" "jobs_api" {
  name = "jobs-api"

  endpoint_configuration {
    types            = ["PRIVATE"]
    vpc_endpoint_ids = ["${data.aws_vpc_endpoint....id}", "${data.aws_vpc_endpoint.....id}"]
  }
}
@andreacfm andreacfm added the enhancement Requests to existing resources that expand the functionality or scope. label Oct 25, 2019
@andreacfm andreacfm changed the title aws_api_gateway_rest_api support for vps_endpoint_ids under aws_api_gateway_rest_api support for vps_endpoint_ids Oct 25, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Oct 25, 2019
@ghost ghost added the service/apigateway Issues and PRs that pertain to the apigateway service. label Oct 25, 2019
@ewbankkit
Copy link
Contributor

ewbankkit commented Oct 25, 2019

@andreacfm Thanks for opening this. I think that this is the same issue as #10154.

@andreacfm
Copy link
Author

@ewbankkit yes it is. Closing this one.

@ghost
Copy link

ghost commented Mar 29, 2020

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!

@ghost ghost locked and limited conversation to collaborators Mar 29, 2020
@breathingdust breathingdust removed the needs-triage Waiting for first response or review from a maintainer. label Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/apigateway Issues and PRs that pertain to the apigateway service.
Projects
None yet
Development

No branches or pull requests

3 participants