providers/aws: final_snapshot_id isn't ForceNew

Removing `ForceNew` from `final_snapshot_identifier` - it's a parameter
that's _only_ passed during the DeleteDBInstance API call, so it's perfectly
valid to change the attribute for an existing DB Instance.

fixes #1138
This commit is contained in:
Paul Hinze 2015-03-05 19:04:52 -06:00
parent 9270af6dfa
commit bc1baa8712
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ func resourceAwsDbInstance() *schema.Resource {
"final_snapshot_identifier": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},
"db_subnet_group_name": &schema.Schema{