diff --git a/website/source/docs/providers/aws/r/redshift_subnet_group.html.markdown b/website/source/docs/providers/aws/r/redshift_subnet_group.html.markdown index af7ad619f..6f5c07036 100644 --- a/website/source/docs/providers/aws/r/redshift_subnet_group.html.markdown +++ b/website/source/docs/providers/aws/r/redshift_subnet_group.html.markdown @@ -50,7 +50,7 @@ The following arguments are supported: * `name` - (Required) The name of the Redshift Subnet group. * `description` - (Optional) The description of the Redshift Subnet group. Defaults to "Managed by Terraform". -* `subnet_ids` - (Optional) An array of VPC subnet IDs. +* `subnet_ids` - (Required) An array of VPC subnet IDs. * `tags` - (Optional) A mapping of tags to assign to the resource. ## Attributes Reference