Network

Creating a VPC network

resources:
  - type: compute.v1.network
    name: vpc1
    props:
      auto_create_subnetworks: false

Last updated