is there any way to get this working: ```new aws.iam.Policy('mypolicy', { ..., policy: JSON.str...
i
is there any way to get this working:
Copy code
new aws.iam.Policy('mypolicy', {
  ...,
  policy: JSON.stringify({
    ... Resource: other.resource.arn ...
  })
})