mirror of
https://github.com/ghndrx/linux-copy-demo.git
synced 2026-02-09 22:44:55 +00:00
9 lines
227 B
HCL
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}
|