-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/api_gateway_usage_plan - support method specific throttle settings #21461
r/api_gateway_usage_plan - support method specific throttle settings #21461
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccAPIGatewayUsagePlan_' PKG_NAME=internal/service/apigateway
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 20 -run=TestAccAPIGatewayUsagePlan_ -timeout 180m
=== RUN TestAccAPIGatewayUsagePlan_basic
=== PAUSE TestAccAPIGatewayUsagePlan_basic
=== RUN TestAccAPIGatewayUsagePlan_tags
=== PAUSE TestAccAPIGatewayUsagePlan_tags
=== RUN TestAccAPIGatewayUsagePlan_description
=== PAUSE TestAccAPIGatewayUsagePlan_description
=== RUN TestAccAPIGatewayUsagePlan_productCode
=== PAUSE TestAccAPIGatewayUsagePlan_productCode
=== RUN TestAccAPIGatewayUsagePlan_throttling
=== PAUSE TestAccAPIGatewayUsagePlan_throttling
=== RUN TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit
=== PAUSE TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit
=== RUN TestAccAPIGatewayUsagePlan_quota
=== PAUSE TestAccAPIGatewayUsagePlan_quota
=== RUN TestAccAPIGatewayUsagePlan_apiStages
=== PAUSE TestAccAPIGatewayUsagePlan_apiStages
=== RUN TestAccAPIGatewayUsagePlan_APIStages_multiple
=== PAUSE TestAccAPIGatewayUsagePlan_APIStages_multiple
=== RUN TestAccAPIGatewayUsagePlan_APIStages_throttle
=== PAUSE TestAccAPIGatewayUsagePlan_APIStages_throttle
=== RUN TestAccAPIGatewayUsagePlan_disappears
=== PAUSE TestAccAPIGatewayUsagePlan_disappears
=== CONT TestAccAPIGatewayUsagePlan_basic
=== CONT TestAccAPIGatewayUsagePlan_quota
=== CONT TestAccAPIGatewayUsagePlan_productCode
=== CONT TestAccAPIGatewayUsagePlan_apiStages
=== CONT TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit
=== CONT TestAccAPIGatewayUsagePlan_throttling
=== CONT TestAccAPIGatewayUsagePlan_description
=== CONT TestAccAPIGatewayUsagePlan_APIStages_throttle
=== CONT TestAccAPIGatewayUsagePlan_disappears
=== CONT TestAccAPIGatewayUsagePlan_APIStages_multiple
=== CONT TestAccAPIGatewayUsagePlan_tags
--- PASS: TestAccAPIGatewayUsagePlan_tags (89.08s)
--- PASS: TestAccAPIGatewayUsagePlan_quota (123.55s)
--- PASS: TestAccAPIGatewayUsagePlan_disappears (197.76s)
--- PASS: TestAccAPIGatewayUsagePlan_APIStages_throttle (199.06s)
--- PASS: TestAccAPIGatewayUsagePlan_throttling (240.47s)
--- PASS: TestAccAPIGatewayUsagePlan_apiStages (361.17s)
--- PASS: TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit (651.54s)
--- PASS: TestAccAPIGatewayUsagePlan_description (832.32s)
--- PASS: TestAccAPIGatewayUsagePlan_APIStages_multiple (1300.59s)
--- PASS: TestAccAPIGatewayUsagePlan_basic (2453.86s)
--- PASS: TestAccAPIGatewayUsagePlan_productCode (2643.51s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 2646.442s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.64.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #5901.
Output from acceptance testing: