Skip to content

Commit 3afb7c9

Browse files
Merge branch 'split-observability-da' of github.com:terraform-ibm-modules/terraform-ibm-secrets-manager into split-observability-da
2 parents 20c82c2 + 9f3f008 commit 3afb7c9

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

solutions/fully-configurable/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ locals {
77

88
module "resource_group" {
99
source = "terraform-ibm-modules/resource-group/ibm"
10-
version = "1.2.1"
10+
version = "1.3.0"
1111
existing_resource_group_name = var.existing_resource_group_name
1212
}
1313

solutions/fully-configurable/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ variable "provider_visibility" {
2121

2222
variable "existing_resource_group_name" {
2323
type = string
24-
description = "The name of an existing resource group to provision resource in."
25-
default = "Default"
26-
nullable = false
24+
description = "The name of an existing resource group to provision the resources. If not provided the default resource group will be used."
25+
default = null
2726
}
2827

2928
variable "region" {

solutions/security-enforced/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ variable "ibmcloud_api_key" {
1010

1111
variable "existing_resource_group_name" {
1212
type = string
13-
description = "The name of an existing resource group to provision resource in."
14-
default = "Default"
15-
nullable = false
13+
description = "The name of an existing resource group to provision the resources. If not provided the default resource group will be used."
14+
default = null
1615
}
1716

1817
variable "region" {

0 commit comments

Comments
 (0)