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

5
provider.tf Normal file
View File

@@ -0,0 +1,5 @@
provider "google" {
project = var.project_id
region = var.region
zone = var.zone
}