sparse-intern-71089
08/16/2021, 9:08 PMlively-ice-73493
08/16/2021, 9:13 PMaws.iam.ManagedPolicy.LambdaFullAccess
policy or some other very widely used policy...green-stone-37839
08/16/2021, 9:28 PMaws.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.lively-ice-73493
08/16/2021, 9:29 PMWARNING: The aws.iam.PolicyAttachment resource creates exclusive attachments of IAM policies.......Thank you!!!!
green-stone-37839
08/16/2021, 9:30 PMlively-ice-73493
08/16/2021, 9:30 PMgreen-stone-37839
08/16/2021, 9:31 PMlively-ice-73493
08/16/2021, 10:24 PMExclusivePolicyAttachment
would be a nice resource name. Just sharing.