Skip to content

Commit

Permalink
Merge pull request #29914 from kiran94/docs/correct-aws-api-gateway-u…
Browse files Browse the repository at this point in the history
…sage-plan-key

docs(api-gateway-usage-plan-key): correct example
  • Loading branch information
justinretzolk authored Mar 14, 2023
2 parents 6c5e3d0 + 5af2e06 commit 0c616dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_usage_plan_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "aws_api_gateway_usage_plan" "myusageplan" {
api_stages {
api_id = aws_api_gateway_rest_api.test.id
stage = aws_api_gateway_deployment.foo.stage_name
stage = aws_api_gateway_stage.foo.stage_name
}
}
Expand Down

0 comments on commit 0c616dd

Please sign in to comment.