Fix resman tests

This commit is contained in:
Julio Castillo 2022-02-25 12:27:37 +01:00
parent 31bf9b98d1
commit 4194cae448
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ module "stage" {
organization_id = 123456789012 organization_id = 123456789012
} }
custom_roles = { custom_roles = {
"organizationIamAdmin" : "organizations/123456789012/roles/organizationIamAdmin", # organization_iam_admin = "organizations/123456789012/roles/organizationIamAdmin",
"xpnServiceAdmin" : "organizations/123456789012/roles/xpnServiceAdmin" service_project_network_admin = "organizations/123456789012/roles/xpnServiceAdmin"
} }
groups = { groups = {
gcp-billing-admins = "gcp-billing-admins", gcp-billing-admins = "gcp-billing-admins",