Skip to content

Latest commit

 

History

History

aws-iam-user-group

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

AWS IAM User Group This module creates IAM user group, attaches users and policies to it.

Requirements

Name Version
terraform >= 1.0
aws >= 4.0, < 5.0

Providers

Name Version
aws >= 4.0, < 5.0

Modules

No modules.

Resources

Name Type
aws_iam_group.this resource
aws_iam_group_policy_attachment.this resource
aws_iam_user_group_membership.this resource

Inputs

Name Description Type Default Required
attached_policy_arns n/a map(string) n/a yes
name n/a string n/a yes
path You can optionally give an optional path to the group. You can use a single path, or nest multiple paths as if they were a folder structure. For example, you could use the nested path /division_abc/subdivision_xyz/product_1234/engineering/ to match your company's organizational structure. string "/" no
users Map of users with their respective internal keys. Can be { userid = "userid" } map(string) n/a yes

Outputs

Name Description
iam_group n/a
iam_group_arn n/a