We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6aef1c commit 13f624fCopy full SHA for 13f624f
released/discovery_center/mission_4033/step1/main.tf
@@ -77,15 +77,15 @@ resource "btp_subaccount_role_collection_assignment" "subaccount_admin" {
77
subaccount_id = data.btp_subaccount.dc_mission.id
78
role_collection_name = "Subaccount Administrator"
79
user_name = each.value
80
- origin = local.origin_key
+ origin = local.origin_key
81
}
82
83
resource "btp_subaccount_role_collection_assignment" "subaccount_service_admin" {
84
for_each = toset(var.subaccount_service_admins)
85
86
role_collection_name = "Subaccount Service Administrator"
87
88
89
90
91
0 commit comments