Skip to content

Commit 513a871

Browse files
Be more explicit when linking to AWS documentation
Co-authored-by: Justin Retzolk <[email protected]>
1 parent 8e98e3f commit 513a871

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
@@ -38,7 +38,7 @@ This resource supports the following arguments:
3838

3939
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). 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.
41-
* `response_type` - (Required) [Response type](https://docs.aws.amazon.com/apigateway/latest/developerguide/supported-gateway-response-types.html) of the associated GatewayResponse.
41+
* `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.
4343
* `response_templates` - (Optional) Map of templates used to transform the response body.
4444
* `response_parameters` - (Optional) Map of parameters (paths, query strings and headers) of the Gateway Response.

0 commit comments

Comments
 (0)