Can pulumi take iam policies in json files? On ter...
# general
m
Can pulumi take iam policies in json files? On terraform I would create a iam role resource that points to a json file and use that resource. I don't want to read a json document at all, just point to it. Thanks :)
This is a neat enough solution but would be nice to be able to simply point to a json file.
json.loads(open('policies/<iam-policy-path>.json').read())