Skip to content

Latest commit

 

History

History

aws-users

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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_user.users resource

Inputs

Name Description Type Default Required
path You can optionally give an optional path to all users. 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 null no
tags Additional tags attached to all users map(string) {} no
users Map of users to be added to AWS IAM
map(object({
email = string
}))
n/a yes

Outputs

Name Description
user_ids n/a