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

View File

@@ -0,0 +1,19 @@
variable "project_id" {
type = string
description = "The ID of the Google Cloud project to use for resources."
}
variable "region" {
type = string
description = "The region to create resources in."
}
variable "sa_email" {
type = string
description = "The email address of the service account to associate with the instance."
}
variable "image_name" {
type = string
description = "The name of the image to use for the instance boot disk."
}