providers/heroku: don't overwrite id

This commit is contained in:
Jack Pearkes 2014-07-23 15:09:57 -04:00
parent d4970ec4b1
commit 4b1d9b5b2f
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ func resource_heroku_app_update_state(
s.Attributes["region"] = app.App.Region.Name
s.Attributes["git_url"] = app.App.GitURL
s.Attributes["web_url"] = app.App.WebURL
s.Attributes["id"] = app.App.Id
toFlatten := make(map[string]interface{})