Changing snapshot_identifier on aws_db_instance resource should force a rebuild

pull/8806/head
Anshul Sharma 10 years ago
parent 896b89a343
commit 0e93a964b2

@ -265,6 +265,7 @@ func resourceAwsDbInstance() *schema.Resource {
Type: schema.TypeString,
Computed: false,
Optional: true,
ForceNew: true,
Elem: &schema.Schema{Type: schema.TypeString},
},

Loading…
Cancel
Save