Merge pull request #1386 from nickhs/b-docs-minor-aws-db-fixes

Fix docs inconsistencies in AWS DB Provider
This commit is contained in:
Paul Hinze 2015-04-06 11:02:02 -05:00
commit cf0b65ac6a
2 changed files with 6 additions and 6 deletions

View File

@ -61,10 +61,10 @@ The following arguments are supported:
Only used for [DB Instances on the _EC2-Classic_ Platform](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html#USER_VPC.FindDefaultVPC).
* `db_subnet_group_name` - (Optional) Name of DB subnet group
* `parameter_group_name` - (Optional) Name of the DB parameter group to associate.
* `storage_encrypted` - (Optional) Specifies whether the DB instance is encrypted. The Default is `false` if not specified.
* `storage_encrypted` - (Optional) Specifies whether the DB instance is encrypted. The default is `false` if not specified.
* `apply_immediately` - (Optional) Specifies whether any database modifications
are applied immediately, or during the next maintenance window. Default is
`False`. See [Amazon RDS Documentation for more for more information.](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)
`false`. See [Amazon RDS Documentation for more for more information.](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html)
## Attributes Reference

View File

@ -12,7 +12,7 @@ Provides an RDS DB parameter group resource.
```
resource "aws_db_parameter_group" "default" {
name = "rds_pg"
name = "rds-pg"
family = "mysql5.6"
description = "RDS default parameter group"