Merge pull request #292 from mleventi/patch-1

Update provider.html.md
This commit is contained in:
Armon Dadgar 2014-09-15 11:13:33 -07:00
commit 7d1d9bab79
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func resourceUpdate(d *schema.ResourceData, meta interface{}) error {
d.SetPartial("tags")
}
if d.HashChange("name") {
if d.HasChange("name") {
if err := updateName(d, meta); err != nil {
return err
}