Skip to content

wjpatton/terraform-google-network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Google Cloud Platform

Manages a network within GCE

Example (minimum)
module "network" {
  source = "tasdikrahman/network/google"
  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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%