Merge pull request #1141 from hashicorp/b-rds-snapshot-force-new

providers/aws: final_snapshot_id isn't ForceNew
This commit is contained in:
Paul Hinze 2015-03-06 10:13:08 -06:00
commit 6a9e4ce227
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{