Files
hunfabric/tests/modules/project/iam_by_principals_additive.tfvars
Julio Castillo 7eff7b19dc Add iam_by_principals_additive to project, organization and folder modules (#2814)
* 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"
2025-01-14 12:32:19 +00:00

5 lines
129 B
HCL

iam_by_principals_additive = {
"user:user1@example.com" = ["role1", "role2"]
"user:user2@example.com" = ["role2", "role3"]
}