website: fix misspelled argument name for aws_db_instance resource

This commit is contained in:
Matthieu Fronton 2014-10-21 07:52:32 -04:00
parent d0ce67a5b7
commit e7925bad15
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The following arguments are supported:
* `vpc_security_group_ids` - (Optional) List of VPC security groups to associate.
* `skip_final_snapshot` - (Optional) Enables skipping the final snapshot on deletion.
* `security_group_names` - (Optional) List of DB Security Groups to associate.
* `subnet_group_name` - (Optional) Name of DB subnet group
* `db_subnet_group_name` - (Optional) Name of DB subnet group
## Attributes Reference