Skip to content

Commit 4c14189

Browse files
Merge pull request #43865 from digitalfiz/patch-1
Update api_gateway_gateway_response response_type argument reference with a link to the documentation of response types
2 parents a5a3d16 + ea4c6c3 commit 4c14189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/api_gateway_gateway_response.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ 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 [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).
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.
41-
* `response_type` - (Required) Response type 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)