From d345ee1d49a7ed858406041b8d6449b10c7cfc54 Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 13:45:39 -0700 Subject: [PATCH] . --- variables.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) 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