Use correct terms in DB Subnet Group docs

This commit is contained in:
Anthony Stanton 2015-07-09 17:39:05 +02:00
parent ab0a7d8096
commit 49a1f21a09
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