terraform-aws-iam icon indicating copy to clipboard operation
terraform-aws-iam copied to clipboard

Terraform module to create AWS IAM resources πŸ‡ΊπŸ‡¦

Results 41 terraform-aws-iam issues
Sort by recently updated
recently updated
newest added

## Description The cluster autoscaler gets "permission denied" when trying to call SetDesiredCapacity for the ASGs - [x] βœ‹ I have searched the open/closed issues and my issue is not...

## Description Add the way to expose encrypted ses_smtp_password_v4 in output. ## Motivation and Context Currently `iam_access_key_ses_smtp_password_v4` is empty if entity encrypted with pgp key. The way to expose an...

## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No πŸ›‘: please wait to...

question

I want to create inline policy with assumable role. Currently,i see it only supports custom policy arn not inline policy JSON. Could you please how to create inline policy with...

stale

When Karpenter provisioners are using a custom `LaunchTemplate` there is a chance that it includes a custom key-pair.

## Description When using the iam-assumable-role-with-oidc sub module (5.4.0), specifically with Github Actions and AWS, I noticed that my build was failing to authenticate with the following error: `Couldn't retrieve...

## Description Adds the ability to implement self-assume permission for IAM assumable role with OIDC. ## Motivation and Context AWS is [changing the way IAM role trust policies work](https://aws.amazon.com/blogs/security/announcing-an-update-to-iam-role-trust-policy-behavior/). Before,...

module "userone" { source = "./modules/iam-user" name = "somestring" } ## Description Please provide a clear and concise description of the issue you are encountering, and a reproduction of your...

Updated Karpenter Controller IAM policy. ## Description Added missing actions to the Karpenter controller IAM policy ## Motivation and Context If you are using the Karpenter terraform IRSA module you...

## Description The example policy, which is used by the `iam-role-for-service-accounts-eks` module, provided by the official aws-ebs-csi-driver is too lax (https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/example-iam-policy.json). This policy presents the following issues: It allows the...

enhancement
stale