Files
linux-copy-demo/variables.tf
2023-04-12 16:23:57 -07:00

9 lines
227 B
HCL

variable "credentials_file" {}
variable "project_id" {}
variable "region" {}
variable "image_name" {}
variable "instance_type" {}
variable "zone" {type=list}
variable "network_name" {}
variable "subnets_cidr_list" { type=list}