# Network

## Creating a VPC network

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