hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.87k stars 9.21k forks source link

New data source: aws_apigatewayv2_vpc_link #12958

Closed ewbankkit closed 1 year ago

ewbankkit commented 4 years ago

Community Note

Description

Add a new data source for a single API Gateway v2 VPC Link (HTTP or WebSocket API).

Arguments could be:

New or Affected Resource(s)

Potential Terraform Configuration

data "aws_apigatewayv2_vpc_link" "example" {
  api_id = "abcd1234"
  name   = "example"
}

References

Related:

Skyfallz commented 4 years 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,

ivandres73 commented 2 years ago

any update on this ?

omrishilton commented 2 years ago

any update on this?

bruno-chavez commented 2 years ago

Would really like for this to be supported!

amexboy commented 2 years ago

I really need this one too.

liorgolan-yakim commented 1 year ago

I need it too!!

latch-lio commented 1 year ago

We currently store the vpc_link_id on a ssm parameter. Not the easiest workaround...

hunttom commented 1 year ago

I'll work on this one.

hunttom commented 1 year ago

Here is the PR: https://github.com/hashicorp/terraform-provider-aws/pull/33975

github-actions[bot] commented 1 year ago

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!

github-actions[bot] commented 11 months ago

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.