provider/google: Update Google Compute godep

pull/14015/head
Christoph Tavan 9 years ago
parent ac1127060d
commit c9640e40df
No known key found for this signature in database
GPG Key ID: D9B600C63A37FD28

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -3315,10 +3315,10 @@
"revisionTime": "2016-11-27T23:54:21Z"
},
{
"checksumSHA1": "a3xBCGUHttHW7+VrTk8bqxU6pOY=",
"checksumSHA1": "tD5kobeqw1b4V20UQsM2zTTDRHY=",
"path": "google.golang.org/api/compute/v1",
"revision": "8840436417f044055c16fc7e4018f08484f52839",
"revisionTime": "2017-01-13T00:03:17Z"
"revision": "fbbaff1827317122a8a0e1b24de25df8417ce87b",
"revisionTime": "2017-04-21T05:17:54Z"
},
{
"checksumSHA1": "lAMqZyc46cU5WaRuw4mVHFXpvps=",

Loading…
Cancel
Save