Skip to content

Commit ee24c53

Browse files
authored
fix: The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#685)
1 parent b6fb3bd commit ee24c53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ variable "ibmcloud_api_key" {
77
variable "existing_resource_group_name" {
88
type = string
99
description = "The name of an existing resource group to provision the resources. If not provided the default resource group will be used."
10-
nullable = false
1110
}
1211

1312
variable "region" {

0 commit comments

Comments
 (0)