Skip to content

Commit 13f624f

Browse files
committed
fix format
1 parent c6aef1c commit 13f624f

File tree

1 file changed

+2
-2
lines changed
  • released/discovery_center/mission_4033/step1

1 file changed

+2
-2
lines changed

released/discovery_center/mission_4033/step1/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ resource "btp_subaccount_role_collection_assignment" "subaccount_admin" {
7777
subaccount_id = data.btp_subaccount.dc_mission.id
7878
role_collection_name = "Subaccount Administrator"
7979
user_name = each.value
80-
origin = local.origin_key
80+
origin = local.origin_key
8181
}
8282

8383
resource "btp_subaccount_role_collection_assignment" "subaccount_service_admin" {
8484
for_each = toset(var.subaccount_service_admins)
8585
subaccount_id = data.btp_subaccount.dc_mission.id
8686
role_collection_name = "Subaccount Service Administrator"
8787
user_name = each.value
88-
origin = local.origin_key
88+
origin = local.origin_key
8989
}
9090

9191

0 commit comments

Comments
 (0)