mirror of
https://github.com/ghndrx/linux-copy-demo.git
synced 2026-02-10 15:04:55 +00:00
init repo
This commit is contained in:
8
variables.tf
Normal file
8
variables.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user