Merge pull request #485 from frntn/doc-issues

website: fix misspelled argument name for aws_db_instance resource
This commit is contained in:
Mitchell Hashimoto 2014-10-21 09:03:26 -07:00
commit 85a57ab792
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ The following arguments are supported:
for all instances in the pool to terminate.
* `load_balancers` (Optional) A list of load balancer names to add to the autoscaling
group names.
* `vpc_zone_identifier` (Optional) A list of vpc IDs to launch resources in.
* `vpc_zone_identifier` (Optional) A list of subnet IDs to launch resources in.
## Attributes Reference

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