Skip to content

Commit 7ac6a7e

Browse files
committed
Merge branch 'addons' of github.com:terraform-ibm-modules/terraform-ibm-monitoring-agent into addons
2 parents d7659a6 + a26e862 commit 7ac6a7e

File tree

1 file changed

+1
-1
lines changed
  • solutions/fully-configurable

1 file changed

+1
-1
lines changed

solutions/fully-configurable/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "instance_crn_parser" {
2323

2424
resource "ibm_resource_key" "key" {
2525
count = local.create_access_key
26-
name = "${local.prefix}-key"
26+
name = "${local.prefix}key"
2727
resource_instance_id = module.instance_crn_parser.service_instance
2828
role = "Manager"
2929
}

0 commit comments

Comments
 (0)