Merge pull request #8806 from optimisticanshul/8793-snapshot-identifier

Changing snapshot_identifier on aws_db_instance resource should force…
pull/9056/head
Paul Stack 10 years ago committed by GitHub
commit a77d55c919

@ -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