Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to attach managed policy? #114

Open
davorceman opened this issue Jul 14, 2022 · 3 comments
Open

Is it possible to attach managed policy? #114

davorceman opened this issue Jul 14, 2022 · 3 comments

Comments

@davorceman
Copy link

Is it possible to attach managed policies to roles created with this plugin?
I'm deploying rest of the stack with TF or CF, and I would like to create managed policy with correct permissions to these resources needed for these lambdasw (Kinesis, DynamoDB, RDS...).
Then I should be able to attach these managed policies to roles per function created with this plugin.

Something similar is possible without plugin, using just aws provider, but this is for all functions. I would like to have it per function :)

iam:
    role:
      managedPolicies:
        - arn:aws:iam::123456789:policy/myPolicy1
        - arn:aws:iam::123456789:policy/myPolicy2
@s1mrankaur
Copy link

+1

2 similar comments
@dtaylor7
Copy link

+1

@lracicot
Copy link

lracicot commented Feb 6, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants