This message was deleted.
# general
s
This message was deleted.
l
Apply this issue to
aws.iam.ManagedPolicy.LambdaFullAccess
policy or some other very widely used policy...
g
Hi Chad, the use of
aws.iam.PolicyAttachment
creates exclusive attachments of IAM policies across AWS accounts. Pulumi docs: https://www.pulumi.com/docs/reference/pkg/aws/iam/policyattachment/ You can use
aws.iam.RolePolicyAttachment
for your use case which does not create exclusive relationships.
l
Oh @green-stone-37839 You mean this BIG warning in the documentation I presume
WARNING: The aws.iam.PolicyAttachment resource creates exclusive attachments of IAM policies.......
Thank you!!!!
g
Anytime!
l
Probably a cut-n-paste from some solution and didn't even read that page. Appreciate this. 🙂
g
no problem!
l
My teammates suggested
ExclusivePolicyAttachment
would be a nice resource name. Just sharing.