Init repo

This commit is contained in:
gregory hendrickson
2023-03-30 03:51:24 -07:00
commit 40acf53cfa
14 changed files with 60 additions and 0 deletions

6
variables.tf Normal file
View File

@@ -0,0 +1,6 @@
variable "credentials_file" {}
variable "project_id" {}
variable "region" {}
variable "zone" {}
variable "image_name" {}
variable "instance_type" {}