Merge pull request #3822 from ijin/patch-2
Add db_subnet_group_name to aws_rds_cluster docs
This commit is contained in:
commit
6906dc1b2b
|
@ -63,6 +63,7 @@ Default: A 30-minute window selected at random from an 8-hour block of time per
|
||||||
* `apply_immediately` - (Optional) Specifies whether any cluster modifications
|
* `apply_immediately` - (Optional) Specifies whether any cluster modifications
|
||||||
are applied immediately, or during the next maintenance window. Default is
|
are applied immediately, or during the next maintenance window. Default is
|
||||||
`false`. See [Amazon RDS Documentation for more information.](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)
|
`false`. See [Amazon RDS Documentation for more information.](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)
|
||||||
|
* `db_subnet_group_name` - (Optional) A DB subnet group to associate with this DB instance.
|
||||||
|
|
||||||
## Attributes Reference
|
## Attributes Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue