From 324030e3ac95f2f67756c6288814fe33309ecfc2 Mon Sep 17 00:00:00 2001 From: Ludo Date: Sat, 23 Nov 2024 07:32:20 +0100 Subject: [PATCH] add missing role to org-level delegated IAM grants --- fast/stages/0-bootstrap/organization.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/fast/stages/0-bootstrap/organization.tf b/fast/stages/0-bootstrap/organization.tf index c5928c8489..8a701692f5 100644 --- a/fast/stages/0-bootstrap/organization.tf +++ b/fast/stages/0-bootstrap/organization.tf @@ -162,6 +162,7 @@ module "organization" { "roles/resourcemanager.organizationViewer" ])) , join(",", formatlist("'%s'", [ + module.organization.custom_role_id["billing_viewer"], module.organization.custom_role_id["network_firewall_policies_admin"], module.organization.custom_role_id["ngfw_enterprise_admin"], module.organization.custom_role_id["ngfw_enterprise_viewer"],