This message was deleted.
# general
s
This message was deleted.
i
It fails with
Error: invocation of aws:iam/getPolicyDocument:getPolicyDocument returned an error: grpc: error while marshaling: proto: repeated field Values has nil element
Ok, seems like I should use
pulumi.all({ statements: ...})
is that the correct approach?
g
I think that should do it.