Files
tf-variable-demo/terraform.tfvars
gregory hendrickson 40acf53cfa Init repo
2023-03-30 03:51:24 -07:00

7 lines
236 B
HCL

credentials_file = "path/to/credentials.json"
project_id = "terraform-demo-382210"
region = "us-central1"
zone = "us-central1-a"
image_name = "debian-cloud/debian-11"
instance_type = "n1-standard-1"