Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 12e61b8

Browse files
author
vishwabmc
committed
Initialise resource group to Default
Signed-off-by: vishwabmc <vishwanath@in.ibm.com>
1 parent ac31ea5 commit 12e61b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ variable "cos_bucket_name" {
4242
variable "cos_resource_group" {
4343
description = "Resource group of the COS instance"
4444
type = string
45-
default = "default"
45+
default = "Default"
4646
}
4747

4848
variable "cos_endpoint" {

0 commit comments

Comments
 (0)