Files
tf-variable-demo/modules/compute_engine_template/variables.tf
gregory hendrickson 8ae53a8932 commit new files
2023-03-30 04:13:23 -07:00

6 lines
128 B
HCL

variable "project_id" {}
variable "region" {}
variable "image_name" {}
variable "instance_type" {}
variable "startup_script" {}