diff --git a/variables.tf b/variables.tf index 1b75331..fb79893 100644 --- a/variables.tf +++ b/variables.tf @@ -2,3 +2,13 @@ variable "project_id" { type = string description = "The ID of the project to deploy resources into" } + +variable "region" { + type = string + description = "The region to deploy resources into" +} + +variable "zone" { + type = string + description = "The zone in which resource to be deployed" +} \ No newline at end of file