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.64k stars 9.02k forks source link

Add aws_api_gateway_usage_plan data source #16323

Open gdavison opened 3 years ago

gdavison commented 3 years ago

Community Note

Description

In order to make the aws_api_gateway_usage_plan resource more composable, #16276 proposes adding a aws_api_gateway_usage_plan_stage_association resource. This association will be assisted by creating a data source to return Usage Plan information.

New Data Source

References

bruno-chavez commented 1 year ago

I would really love this new data source, Im in a escenario where creating api keys on-demand is impossible if not placed in the same state where the usage plan is created!