From 08598351f34b5993bf504be614404881e503ec4e Mon Sep 17 00:00:00 2001 From: kumarvna <36370570+kumarvna@users.noreply.github.com> Date: Sat, 7 Aug 2021 10:28:55 +0530 Subject: [PATCH] updating variables for terragrunt check --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index ddf1c68..5b4c617 100644 --- a/variables.tf +++ b/variables.tf @@ -1,5 +1,6 @@ variable "create_resource_group" { description = "Whether to create resource group and use it for all networking resources" + type = bool default = true }