SweetOps / terraform-google-network-old-fork

Terraform module : GCP : for creation of VPC network

Home Page:https://registry.terraform.io/modules/tasdikrahman/network/gcp/

Repository from Github https://github.comSweetOps/terraform-google-network-old-forkRepository from Github https://github.comSweetOps/terraform-google-network-old-fork

Network Google Cloud Platform

Manages a network within GCE

Example (minimum)
module "network" {
  source = "git::https://github.com/SweetOps/terraform-google-network.git?ref=master"
  name   = "${var.name}"
}

Inputs

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

Outputs

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

Docs

LICENSE

MIT License

About

Terraform module : GCP : for creation of VPC network

https://registry.terraform.io/modules/tasdikrahman/network/gcp/

License:MIT License


Languages

Language:HCL 100.0%