This message was deleted.
# python
s
This message was deleted.
e
by "not working" I mean:
Copy code
Exception: invocation of aws:iam/getPolicyDocument:getPolicyDocument returned an error: grpc: error while marshaling: proto: repeated field Values has nil element
and if I take a look at stderr logs:
Copy code
I0810 17:04:23.317668    6966 rpc.go:71] Marshaling property for RPC[Provider[aws, 0xc000806060].Invoke(aws:iam/getPolicyDocument:getPolicyDocument).args]: actions={[{s3:PutObject}]}
I0810 17:04:23.317672    6966 rpc.go:71] Marshaling property for RPC[Provider[aws, 0xc000806060].Invoke(aws:iam/getPolicyDocument:getPolicyDocument).args]: resources={[output<string>{}]}
Resources is a list of empty Outputs 😐