Merge pull request #2668 from elblivion/master

Minor correction to AWS RDS provider docs
This commit is contained in:
Paul Hinze 2015-07-09 09:58:25 -06:00
commit 001dfe1dc6
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ resource "aws_db_subnet_group" "default" {
The following arguments are supported:
* `name` - (Required) The name of the DB security group.
* `description` - (Required) The description of the DB security group.
* `subnet_ids` - (Required) A list of ingress rules.
* `name` - (Required) The name of the DB subnet group.
* `description` - (Required) The description of the DB subnet group.
* `subnet_ids` - (Required) A list of VPC subnet IDs.
## Attributes Reference