https://pulumi.com logo
#general
Title
# general
m

many-house-85254

10/24/2023, 9:33 AM
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())
2 Views