From e30038434edf8b5cb203655aef7ef5610ca49230 Mon Sep 17 00:00:00 2001 From: whoffler Date: Thu, 7 Aug 2025 07:35:19 +0100 Subject: [PATCH] chore: update existing_resource_group_name default to null --- solutions/fully-configurable/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/fully-configurable/variables.tf b/solutions/fully-configurable/variables.tf index 5bc646c..ba3b157 100644 --- a/solutions/fully-configurable/variables.tf +++ b/solutions/fully-configurable/variables.tf @@ -10,8 +10,8 @@ variable "ibmcloud_api_key" { variable "existing_resource_group_name" { type = string - description = "The name of an existing resource group in which to provision the private path services in." - default = "Default" + description = "The name of an existing resource group to provision the resources. If not provided the default resource group will be used." + default = null } variable "region" {