Documented aws_api_gateway_usage_plan.api_stages attributes as required (#13930)

This commit is contained in:
Josh Komoroske 2017-04-25 07:21:49 -07:00 committed by Clint
parent c38d5470a5
commit 414060c83b
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ The API Gateway Usage Plan argument layout is a structure composed of several su
#### Api Stages arguments
* `api_id` (Optional) - API Id of the associated API stage in a usage plan.
* `stage` (Optional) - API stage name of the associated API stage in a usage plan.
* `api_id` (Required) - API Id of the associated API stage in a usage plan.
* `stage` (Required) - API stage name of the associated API stage in a usage plan.
#### Quota Settings Arguments