Creates and manages VPC on GCP
Basic usage
module vpc-module {
source = "[email protected]:GMafra/terraform-gcp-vpc.git"
name = "tf-vpc"
}
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | Name of the VPC | String | - | Yes |
auto_create_subnetworks | false = Creates custom VPC, true Creates auto VPC | String | false | No |
Name | Description |
---|---|
name | The unique name of the network |
gateway_ipv4 | The IPv4 address of the gateway |
self_link | The URI of the created resource |