* First attempt at iam_by_principals_additive * Remove validation * Update IAM ADR * Apply to organization and project modules * Update READMEs * Add tests * Remove "cycle errors"
5 lines
129 B
HCL
5 lines
129 B
HCL
iam_by_principals_additive = {
|
|
"user:user1@example.com" = ["role1", "role2"]
|
|
"user:user2@example.com" = ["role2", "role3"]
|
|
}
|