Closed ewbankkit closed 1 year ago
Hi,
@ewbankkit any updates on this ? Service limit is pretty low on VPC Links, and mutualizing it requires data sources.
ApiGatewayv2 resources were released two monthes ago, and we need those data sources to use them properly : https://github.com/terraform-providers/terraform-provider-aws/issues/12954 https://github.com/terraform-providers/terraform-provider-aws/issues/12955 https://github.com/terraform-providers/terraform-provider-aws/issues/12956 https://github.com/terraform-providers/terraform-provider-aws/issues/12957
Thanks,
any update on this ?
any update on this?
Would really like for this to be supported!
I really need this one too.
I need it too!!
We currently store the vpc_link_id on a ssm parameter. Not the easiest workaround...
I'll work on this one.
Here is the PR: https://github.com/hashicorp/terraform-provider-aws/pull/33975
This functionality has been released in v5.25.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Description
Add a new data source for a single API Gateway v2 VPC Link (HTTP or WebSocket API).
Arguments could be:
api_id
vpc_link_id
name
tags
New or Affected Resource(s)
aws_apigatewayv2_vpc_link
Potential Terraform Configuration
References
Related: