Manages a network within GCE
module "network" {
source = "git::https://github.com/SweetOps/terraform-google-network.git?ref=master"
name = "${var.name}"
}| Name | Description | Type | Default | Required |
|---|---|---|---|---|
auto_create_subnetworks |
Auto-creation of the associated subnet | string | false |
no |
name |
Network name to create on GCP | string | `` | yes |
project |
GCE project ID | string | `` | no |
| Name | Description |
|---|---|
gateway_ipv4 |
The IPv4 address of the gateway |
name |
The unique name of the network |
self_link |
The URL of the created resource |
- https://cloud.google.com/compute/docs/vpc
- https://www.terraform.io/docs/providers/google/r/compute_network.html
MIT License