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

7 lines
149 B
HCL

variable "credentials_file" {}
variable "project_id" {}
variable "region" {}
variable "zone" {}
variable "image_name" {}
variable "instance_type" {}