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.74k stars 9.1k forks source link

New data source: aws_apigatewayv2_integration #12956

Open ewbankkit opened 4 years ago

ewbankkit commented 4 years ago

Community Note

Description

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

Arguments could be:

New or Affected Resource(s)

Potential Terraform Configuration

data "aws_apigatewayv2_integration" "example" {
  api_id           = "abcd1234"
  integration_type = "AWS_PROXY"
}

References

Related:

github-actions[bot] commented 1 month ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!