You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
for role_account in local.role_account_permutations : "${role_account.account_number}/${role_account.role_name}" => role_account
}
realm_id = var.realm
client_id = var.iam_auth_client_id
name = "${local.iam_arn_prefix}::${each.value.account_number}:${local.saml_provider}/${var.idp_name},${local.iam_arn_prefix}::${each.value.account_number}:${local.role}/${each.value.role_name}"
description = "'${each.value.role_name}' role for account '${each.value.account_number}', the '${each.value.environment}' environment for project '${each.value.project_name}' with identifier '${each.value.project_identifier}'"