confluentinc/terraform-google-managed-instance-group

Name: terraform-google-managed-instance-group

Owner: Confluent Inc.

Description: Modular Google Compute Engine managed instance group for Terraform.

Forked from: GoogleCloudPlatform/terraform-google-managed-instance-group

Created: 2017-09-27 20:45:55.0

Updated: 2017-09-27 20:45:57.0

Pushed: 2017-09-19 00:49:29.0

Homepage:

Size: 12

Language: HCL

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Managed Instance Group Terraform Module

Modular Google Compute Engine managed instance group for Terraform.

Usage
 "template_file" "php-startup-script" {
mplate = "${file("${format("%s/../scripts/gceme.sh.tpl", path.module)}")}"
rs {
PROXY_PATH = ""



le "mig1" {
urce            = "GoogleCloudPlatform/managed-instance-group/google"
gion            = "${var.region}"
ne              = "${var.zone}"
me              = "group1"
ze              = 2
rvice_port      = 80
rvice_port_name = "http"
rget_pools      = ["${module.gce-lb-fr.target_pool}"]
rget_tags       = ["allow-service1"]
artup_script    = "${data.template_file.php-startup-script.rendered}"

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.