Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Modular Regional TCP Load Balancer for GCE using target pool and forwarding rule.

License

Notifications You must be signed in to change notification settings

faceit/terraform-google-lb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regional TCP Load Balancer Terraform Module

Modular Regional TCP Load Balancer for GCE using target pool and forwarding rule.

Usage

module "gce-lb-fr" {
  source       = "GoogleCloudPlatform/lb/google"
  region       = "${var.region}"
  name         = "group1-lb"
  service_port = "${module.mig1.service_port}"
  target_tags  = ["${module.mig1.target_tags}"]
}

Resources created

Figure 1. diagram of terraform resources

architecture diagram

About

Modular Regional TCP Load Balancer for GCE using target pool and forwarding rule.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%