commit new all

This commit is contained in:
gregory hendrickson
2023-03-15 11:40:32 -07:00
commit e9964c2141
14 changed files with 441 additions and 0 deletions

7
variables.tf Normal file
View File

@@ -0,0 +1,7 @@
variable "project_id" {}
variable "region" {
default = "us-central1"
}
variable "zone" {
default = "us-central1-f"
}