Merge pull request #137 from hectcastro/final_snapshot_identifier

Add documentation for aws_db_instance/final_snapshot_identifer
This commit is contained in:
Jack Pearkes 2014-08-01 13:29:24 -04:00
commit b2cff86dbc
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ The following arguments are supported:
* `engine_version` - (Required) The engine version to use.
* `identifier` - (Required) The name of the RDS instance
* `instance_class` - (Required) The instance type of the RDS instance.
* `final_snapshot_identifier` - (Optional) The name of your final DB snapshot.
* `name` - (Required) The DB name to create.
* `password` - (Required) Password for the master DB user.
* `username` - (Required) Username for the master DB user.