diff options
Diffstat (limited to 'pkg/gce')
| -rw-r--r-- | pkg/gce/gce.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gce/gce.go b/pkg/gce/gce.go index bb6d89838..2e0b397ad 100644 --- a/pkg/gce/gce.go +++ b/pkg/gce/gce.go @@ -125,7 +125,7 @@ func (ctx *Context) CreateInstance(name, machineType, image, sshkey string) (str }, }, NetworkInterfaces: []*compute.NetworkInterface{ - &compute.NetworkInterface{ + { Network: ctx.Network, Subnetwork: ctx.Subnetwork, }, |
