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

8 lines
177 B
HCL

variable "image_name" {}
variable "instance_type" {}
variable "zone" {}
variable "project_id" {}
variable "region" {}
variable "network_name" {}
variable "subnets_cidr_list" {}