SetPartial on app_engine.

This commit is contained in:
Paddy 2018-06-07 18:11:07 -07:00
parent 4999637399
commit 6910d8277e

View File

@ -523,6 +523,7 @@ func resourceGoogleProjectUpdate(d *schema.ResourceData, meta interface{}) error
}
log.Printf("[DEBUG] Updated App Engine App")
}
d.SetPartial("app_engine")
}
}