Updated the documentation to reflect that subnets_ids is required (#9817)
This commit is contained in:
parent
955d6e9d0a
commit
ad041ae0e7
|
@ -50,7 +50,7 @@ The following arguments are supported:
|
||||||
|
|
||||||
* `name` - (Required) The name of the Redshift Subnet group.
|
* `name` - (Required) The name of the Redshift Subnet group.
|
||||||
* `description` - (Optional) The description of the Redshift Subnet group. Defaults to "Managed by Terraform".
|
* `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.
|
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
||||||
|
|
||||||
## Attributes Reference
|
## Attributes Reference
|
||||||
|
|
Loading…
Reference in New Issue