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"
}
plain text: /constructs/tfmod-ahaiong-iam-user-with-policies-ahaiong/install.txt
⭐ Source on GitHub 📦 Registry page
Inputs (4)
NameTypeDescriptionDefault
namestringName of IAM user""
custom_user_policy_arnslist(string)List of IAM policies ARNs to attach to IAM user[]
custom_user_policieslist(map(string))List of maps of inline IAM policies to attach to IAM user. Should have `name` an[]
create_userboolWhether to create IAM usertrue
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