Add documentation for aws_db_instance/final_snapshot_identifer.

This commit is contained in:
Hector Castro 2014-08-01 11:34:46 -04:00
parent 61122beec4
commit 733f10d7b9
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.