Merge pull request #1141 from hashicorp/b-rds-snapshot-force-new
providers/aws: final_snapshot_id isn't ForceNew
This commit is contained in:
commit
6a9e4ce227
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue