few-apartment-82932
08/16/2025, 1:30 PMconst readonlyRole = new gcp.organizations.IAMCustomRole(
"gouach-public-assets-read-only",
{
orgId: config.require("gcpOrganizationId"),
title: "Gouach Public Assets bucket Read-only policy",
description: "Allow only storage.objects.get on the public-assets bucket",
permissions: ["storage.objects.get"],
stage: "GA",
},
);