| 29 | const regionDisksClient = new compute.RegionDisksClient(); |
| 30 | |
| 31 | const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); |
| 32 | |
| 33 | const createRegionDisk = async (projectId, region, diskName) => { |
| 34 | const [response] = await regionDisksClient.insert({ |