Skip to content

Commit a26e862

Browse files
authored
Update main.tf
1 parent 90db5b0 commit a26e862

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)