Make project iam viewer name consistent with GCP naming (#2694)
* Make project iam viewer name consistent with GCP naming * Fix tests
This commit is contained in:
@@ -56,7 +56,7 @@ outputs:
|
||||
ngfw_enterprise_viewer: organizations/123456789012/roles/ngfwEnterpriseViewer
|
||||
organization_admin_viewer: organizations/123456789012/roles/organizationAdminViewer
|
||||
organization_iam_admin: organizations/123456789012/roles/organizationIamAdmin
|
||||
project_iam_viewer: organizations/123456789012/roles/projectIAMViewer
|
||||
project_iam_viewer: organizations/123456789012/roles/projectIamViewer
|
||||
service_project_network_admin: organizations/123456789012/roles/serviceProjectNetworkAdmin
|
||||
storage_viewer: organizations/123456789012/roles/storageViewer
|
||||
tag_viewer: organizations/123456789012/roles/tagViewer
|
||||
@@ -74,4 +74,4 @@ outputs:
|
||||
pool: null
|
||||
workload_identity_pool:
|
||||
pool: null
|
||||
providers: {}
|
||||
providers: {}
|
||||
|
||||
@@ -61,7 +61,7 @@ custom_roles = {
|
||||
ngfw_enterprise_admin = "organizations/123456789012/roles/ngfwEnterpriseAdmin"
|
||||
ngfw_enterprise_viewer = "organizations/123456789012/roles/ngfwEnterpriseViewer"
|
||||
organization_admin_viewer = "organizations/123456789012/roles/organizationAdminViewer"
|
||||
project_iam_viewer = "organizations/123456789012/roles/projectIAMViewer"
|
||||
project_iam_viewer = "organizations/123456789012/roles/projectIamViewer"
|
||||
service_project_network_admin = "organizations/123456789012/roles/xpnServiceAdmin"
|
||||
storage_viewer = "organizations/123456789012/roles/storageViewer"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user