Skip to content

aws_iam_policy_attachment used for additional policies #40

@Ewande

Description

@Ewande

aws_iam_policy_attachment creates exclusive attachments, I think it makes more sense to use aws_iam_role_policy_attachment in those cases:

resource "aws_iam_policy_attachment" "additional_one" {

resource "aws_iam_policy_attachment" "additional_many" {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions