Files
tf-variable-demo/terraform.tfvars
ghndrx 24d89b487a +
2023-04-10 14:53:03 -07:00

7 lines
223 B
HCL

credentials_file = "credentials.json"
project_id = "variable-tf-demo"
region = "us-central1"
zone = "us-central1-a"
image_name = "debian-cloud/debian-11"
instance_type = "n1-standard-1"