From 008202129b93d0f07881d1cbafe85599a9dc1ea1 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 23 Nov 2024 07:58:13 +0100 Subject: [PATCH] add missing role to org-level delegated IAM grants (#2731) --- 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"],