Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.82 KB

go-terratest-gce-example

Inputs

Name Description Type Default Required
disk_size Disk size for root instance in GB string "25" no
disk_type Disk type for root instance string "pd-standard" no
environment Identifier for environment, use for label and tag string "dev" no
host_target Identifier for host target (currently we use value of squad name), use for label and tag string "devops" no
image_name Name of base image to be reolled out for instance string n/a yes
instance_name Instance name identifier, so everyone can recognise it easily string n/a yes
ip_forward Enable or disable ip_forward string "false" no
machine_type Machine type of instance string n/a yes
node_count Count of node to create string "1" no
project Project id to create the node on string n/a yes
service_group Identifier for service group, use for label and tag string "terratest" no
service_type Identifier for service type, use for label and tag string "test" no
shared_project Location of shared project string n/a yes
subnetwork Subnetwork where VPC and networking related project run string n/a yes
subnetwork_project ProjectID where the networking related resource running string n/a yes
zones GCP zone to rollout the image list(string) n/a yes

Outputs

Name Description
environment
host_target
instance_name Name of instance in GCE
public_ip Public IP of instance in GCE
rrdatas
service_group
service_type