Skip to content

Commit 4346ed4

Browse files
Fix misspelled word
Co-authored-by: Justin Retzolk <[email protected]>
1 parent facc4fb commit 4346ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/api_gateway_gateway_response.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "aws_api_gateway_gateway_response" "test" {
3636

3737
This resource supports the following arguments:
3838

39-
- `region` - (Optional) Region where this resource will be manage. See the [AWS Documentation](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints) for supported values. Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
39+
- `region` - (Optional) Region where this resource will be managed. See the [AWS Documentation](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints) for supported values. Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
4040
- `rest_api_id` - (Required) String identifier of the associated REST API.
4141
- `response_type` - (Required) Response type of the associated GatewayResponse. See the [AWS Documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/supported-gateway-response-types.html) for supported values.
4242
- `status_code` - (Optional) HTTP status code of the Gateway Response.

0 commit comments

Comments
 (0)