iam-user-with-policies
ahaiong/iam-user-with-policies/ahaiong
Terraform Module
HCL
AHAIONG
Install
module "iam-user-with-policies" {
source = "ahaiong/iam-user-with-policies/ahaiong"
version = "0.0.1"
}
Inputs (4)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Name of IAM user | "" |
| custom_user_policy_arns | list(string) | List of IAM policies ARNs to attach to IAM user | [] |
| custom_user_policies | list(map(string)) | List of maps of inline IAM policies to attach to IAM user. Should have `name` an | [] |
| create_user | bool | Whether to create IAM user | true |
Resources (3)
aws_iam_policyaws_iam_useraws_iam_user_policy_attachment
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud AHAIONG
★ Stars0
Forks1
Total downloads1.2k
Inputs4
Resources3
Namespaceahaiong
Updated