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

Inline Policy #463

Closed
Arwiim opened this issue Mar 5, 2024 · 3 comments · May be fixed by #479
Closed

Inline Policy #463

Arwiim opened this issue Mar 5, 2024 · 3 comments · May be fixed by #479
Labels

Comments

@Arwiim
Copy link

Arwiim commented Mar 5, 2024

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

  • No 🛑: please wait to file a request until the functionality is avaialble in the AWS provider

Is possible to create an inline-policy within the iam rol?

module "iam_assumable_role_admin" {
  source = "../../modules/iam-assumable-role"
  create_role = true
  trusted_role_services = [
    "lambda.amazonaws.com"
  ]
  role_name = "NaranjaDataLakeStack-odlLambdaCreateEMRRole-15O2CRK2MW8HK"

  # --> INLINE POLICY HERE

  }
Copy link

github-actions bot commented Apr 5, 2024

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Apr 5, 2024
Copy link

This issue was automatically closed because of stale in 10 days

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant