Skip to content

Latest commit

 

History

History
 
 

development-backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Providers

Name Version
google >= 4.20.0

Modules

Name Source Version
demo-backend-mig github.com/terraform-google-modules/cloud-foundation-fabric//modules/compute-mig v16.0.0
demo-backend-template github.com/terraform-google-modules/cloud-foundation-fabric//modules/compute-vm v16.0.0
ilb-backend github.com/terraform-google-modules/cloud-foundation-fabric//modules/net-ilb v16.0.0

Resources

Name Type
google_compute_firewall.hc-allow resource

Inputs

Name Description Type Default Required
machine_type GCE Machine type. string "e2-small" no
name Name of the Example Backend. string "demo-backend" no
network VPC network for running the MIGs (needs to be peered with the Apigee tenant project). string n/a yes
project_id GCP Project id. string n/a yes
region GCP Region for the MIGs. string n/a yes
subnet VPC subnet for running the MIGs string n/a yes

Outputs

Name Description
ilb_forwarding_rule_address ILB forwarding rule IP address.
ilb_forwarding_rule_self_link ILB forwarding rule self link.
instance_group Backend Service MIG.
region Backend Service region.