From 0cb36f2cad2e0a33323a594c80b30099fe56ba4f Mon Sep 17 00:00:00 2001 From: whoffler Date: Wed, 6 Aug 2025 08:37:29 +0100 Subject: [PATCH 1/2] chore: update 'resource_group version'= '1.3.0' --- solutions/fully-configurable/main.tf | 2 +- solutions/fully-configurable/variables.tf | 4 ++-- solutions/security-enforced/variables.tf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index 96033fa4..d7f61d2c 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -7,7 +7,7 @@ locals { module "resource_group" { source = "terraform-ibm-modules/resource-group/ibm" - version = "1.2.1" + version = "1.3.0" existing_resource_group_name = var.existing_resource_group_name } diff --git a/solutions/fully-configurable/variables.tf b/solutions/fully-configurable/variables.tf index cbf4c605..92cf70a6 100644 --- a/solutions/fully-configurable/variables.tf +++ b/solutions/fully-configurable/variables.tf @@ -21,8 +21,8 @@ variable "provider_visibility" { variable "existing_resource_group_name" { type = string - description = "The name of an existing resource group to provision resource 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 nullable = false } diff --git a/solutions/security-enforced/variables.tf b/solutions/security-enforced/variables.tf index 9255536e..851c2f88 100644 --- a/solutions/security-enforced/variables.tf +++ b/solutions/security-enforced/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 to provision resource 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 nullable = false } From a8ac1a6f28770a867e81186d5c7f602187990b42 Mon Sep 17 00:00:00 2001 From: whoffler Date: Wed, 6 Aug 2025 09:08:44 +0100 Subject: [PATCH 2/2] update --- solutions/fully-configurable/variables.tf | 3 +-- solutions/security-enforced/variables.tf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/solutions/fully-configurable/variables.tf b/solutions/fully-configurable/variables.tf index 92cf70a6..6b715a65 100644 --- a/solutions/fully-configurable/variables.tf +++ b/solutions/fully-configurable/variables.tf @@ -21,9 +21,8 @@ variable "provider_visibility" { variable "existing_resource_group_name" { type = string - description = The name of an existing resource group to provision the resources. If not provided the default resource group will be used. + description = "The name of an existing resource group to provision the resources. If not provided the default resource group will be used." default = null - nullable = false } variable "region" { diff --git a/solutions/security-enforced/variables.tf b/solutions/security-enforced/variables.tf index 851c2f88..ae5d3706 100644 --- a/solutions/security-enforced/variables.tf +++ b/solutions/security-enforced/variables.tf @@ -10,9 +10,8 @@ variable "ibmcloud_api_key" { variable "existing_resource_group_name" { type = string - description = The name of an existing resource group to provision the resources. If not provided the default resource group will be used. + description = "The name of an existing resource group to provision the resources. If not provided the default resource group will be used." default = null - nullable = false } variable "region" {