GoogleCloudPlatform/terraform-google-lb-internal

Name: terraform-google-lb-internal

Owner: Google Cloud Platform

Description: Modular Internal Load Balancer for GCE using forwarding rules.

Created: 2017-08-23 22:13:25.0

Updated: 2018-05-15 01:27:09.0

Pushed: 2018-05-15 01:27:08.0

Homepage:

Size: 155

Language: HCL

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Internal Load Balancer Terraform Module

Modular Internal Load Balancer for GCE using forwarding rules.

Usage
le "gce-ilb" {
urce         = "GoogleCloudPlatform/lb-internal/google"
gion         = "${var.region}"
me           = "group2-ilb"
rts          = ["${module.mig2.service_port}"]
alth_port    = "${module.mig2.service_port}"
urce_tags    = ["${module.mig1.target_tags}"]
rget_tags    = ["${module.mig2.target_tags}","${module.mig3.target_tags}"]
ckends       = [
{ group = "${module.mig2.instance_group}" },
{ group = "${module.mig3.instance_group}" },


Resources created

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.