https://pulumi.com logo
h

helpful-processor-86468

08/14/2020, 11:49 AM
any clue why im getting:
gcp:organizations/getIAMPolicy:getIAMPolicy returned an error: grpc: error while marshaling: proto: repeated field Values has nil element
with:
Copy code
scheduler_policy_func_invoker = organizations.get_iam_policy(bindings=[
        {
            "members": [job_account_member],
            "role": "roles/cloudfunctions.invoker",
        },
    ])
g

gentle-diamond-70147

08/18/2020, 3:35 AM
What is
job_account_member
in your code?
2 Views