init repo

This commit is contained in:
Gregory
2023-04-12 16:23:57 -07:00
commit 97e995b906
12 changed files with 176 additions and 0 deletions

8
variables.tf Normal file
View 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}