load-balanced-vms
GoogleCloudPlatform/load-balanced-vms/google
Creates a Managed Instance Group with a loadbalancer
Load balanced managed VMs This module was generated from terraform-google-module-template, which by default generates a module that simply creates a GCS bucket. As the module develops, this README should be updated. The resources/services/activations/deletions that this module will create/trigger are: Instance Template Managed Instance Group * Load Balancer Tagline Create a Managed Instance Group exposed by a HTTP Load Balancer. Detailed Create a virtual machine cluster with a load balancer to make the VMs globally available, and instantaneously manage traffic. You can choose whether to deploy your solution through the console directly or download as Terraform on GitHub to deploy later. Architecture 1. The user makes a request to the application, which is deployed on Compute Engine. The re
| Name | Type | Description | Default |
|---|---|---|---|
| zone | string | The Compute Zone to deploy to | required |
| nodes | string | The number of nodes in the managed instance group | required |
| project_id | string | The project ID to deploy to | required |
| region | string | The Compute Region to deploy to | required |
| deployment_name | string | The name of this particular deployment, will get added as a prefix to most resou | "load-balanced-vms" |
| labels | map(string) | A map of labels to apply to contained resources. | {
"load-balanced-vms": true
} |
| enable_apis | string | Whether or not to enable underlying apis in this solution. . | true |
| network_id | string | VPC network to deploy VMs in. A VPC will be created if not specified. | "" |
| subnet_self_link | string | Subnetwork to deploy VMs in. A Subnetwork will be created if not specified. | "" |
| network_project_id | string | Shared VPC host project ID if a Shared VPC is provided via network_id. | "" |
load_balancer_endpoint — The url of the front end which we want to surface to the userneos_tutorial_url — The URL to launch the in-console tutorial for the Load balanced managed VMs solutionconsole_page_for_load_balancer — The url of the load balancer page in consoleCreates a global HTTP load balancer for Compute Engine by using forwarding rules
Creates a Cloud SQL database instance
Creates an internal load balancer for Compute Engine by using forwarding rules
Creates a regional TCP proxy load balancer for Compute Engine by using target po