provider/google: Update Google Compute godep

This commit is contained in:
Christoph Tavan 2017-04-26 21:23:13 +02:00
parent 226361184e
commit 2368d8ee7e

View File

@ -333,7 +333,7 @@ func resourceComputeAutoscalerUpdate(d *schema.ResourceData, meta interface{}) e
}
op, err := config.clientCompute.Autoscalers.Patch(
project, zone, d.Id(), scaler).Do()
project, zone, scaler).Do()
if err != nil {
return fmt.Errorf("Error updating Autoscaler: %s", err)
}