Skip to content

Commit facc4fb

Browse files
committed
Also changed wording for AWS documentation link for region
1 parent 513a871 commit facc4fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/r/api_gateway_gateway_response.html.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ 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).
40-
* `rest_api_id` - (Required) String identifier of the associated REST API.
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.
42-
* `status_code` - (Optional) HTTP status code of the Gateway Response.
43-
* `response_templates` - (Optional) Map of templates used to transform the response body.
44-
* `response_parameters` - (Optional) Map of parameters (paths, query strings and headers) of the Gateway Response.
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).
40+
- `rest_api_id` - (Required) String identifier of the associated REST API.
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.
42+
- `status_code` - (Optional) HTTP status code of the Gateway Response.
43+
- `response_templates` - (Optional) Map of templates used to transform the response body.
44+
- `response_parameters` - (Optional) Map of parameters (paths, query strings and headers) of the Gateway Response.
4545

4646
## Attribute Reference
4747

0 commit comments

Comments
 (0)