diff --git a/variables.tf b/variables.tf index 34806b8..089ff5a 100644 --- a/variables.tf +++ b/variables.tf @@ -9,7 +9,7 @@ variable "ibmcloud_zone" { } variable "resource_group" { - default = "rhdp-rg" + default = "Default" description = "Define the resource group for the workload" }