diff --git a/website/source/docs/providers/aws/r/db_subnet_group.html.markdown b/website/source/docs/providers/aws/r/db_subnet_group.html.markdown index f9050ad45..2937b54e7 100644 --- a/website/source/docs/providers/aws/r/db_subnet_group.html.markdown +++ b/website/source/docs/providers/aws/r/db_subnet_group.html.markdown @@ -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