This message was deleted.
# general
s
This message was deleted.
s
Just for reference for others (it seems have figured it out, right?): A
RolePolicy
is the inline policy inside the referenced IAM role, whereas the
Policy
is a managed policy which you then need to attach via a
RolePolicyAttachment
to the
role
.
That resources are all based on the underlying resources in the Terraform provider. They are mostly designed to match the underlying API objects, here AWS.