From 733f10d7b9f8690760264971437cb67f159a6e9d Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Fri, 1 Aug 2014 11:34:46 -0400 Subject: [PATCH] Add documentation for aws_db_instance/final_snapshot_identifer. --- website/source/docs/providers/aws/r/db_instance.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/db_instance.html.markdown b/website/source/docs/providers/aws/r/db_instance.html.markdown index 335edaecd..2195a8a15 100644 --- a/website/source/docs/providers/aws/r/db_instance.html.markdown +++ b/website/source/docs/providers/aws/r/db_instance.html.markdown @@ -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.