Updated the documentation to reflect that subnets_ids is required (#9817)

This commit is contained in:
Ninir 2016-11-02 22:43:26 +01:00 committed by Paul Stack
parent 955d6e9d0a
commit ad041ae0e7
1 changed files with 1 additions and 1 deletions

View File

@ -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