Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.73 KB

README.md

File metadata and controls

55 lines (41 loc) · 2.73 KB

Overview

This module a backend VM and instance group based on it.

Versions

  • backend-2 - rename size/type variable
  • backend-1 - initial backend vm

TF Docs

Requirements

No requirements.

Providers

Name Version
google 6.9.0

Modules

No modules.

Resources

Name Type
google_compute_firewall.backend_services resource
google_compute_firewall.healh_check resource
google_compute_firewall.ssh resource
google_compute_instance.this resource
google_compute_instance_group.this resource
google_compute_image.this data source

Inputs

Name Description Type Default Required
dns_zone Zone for DNS and SSL string "test.ivynet.dev." no
name The name of the VM (and instance group) string n/a yes
network-id The ID of the network to add VM to string n/a yes
network-proxy-cidr The CIDR range of the proxy (load balancer) string n/a yes
network-subnet-id The ID of the subnet toadd VM to string n/a yes
project Name of the GCP project string "ivynet-tests" no
region Name of the region string "us-central1" no
region_zone Letter for the zone (by default based on the region) string "c" no
vm-size VM size/type string "n2-standard-2" no

Outputs

Name Description
backend-group-id ID of the Backend VM group