From 43b1457a3d2b8a7dc8ff61f609230c4a6740d1f7 Mon Sep 17 00:00:00 2001 From: Gillian Stravers Date: Thu, 21 Nov 2024 13:50:18 +0100 Subject: [PATCH] fixed variables --- variables.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variables.tf b/variables.tf index 11a3710..291b6fe 100644 --- a/variables.tf +++ b/variables.tf @@ -1,11 +1,11 @@ -variable "create_resource_group" { - description = "A flag to create the Resource Group" +variable "create_ipg_resource_group" { + description = "A flag to create a Resource Group for the IP Groups" type = bool default = true } variable "resource_group" { - description = "The Resource Group to create" + description = "The Resource Group to add the IP Groups to or create if create_ipg_resource_group is true" type = object({ name = string location = string