← modules/iam-user/aws · Registry
modules/iam-user/aws 0.1.0
Source: cf-tfr.davidguerrero.fr/modules/iam-user/aws
module "iam-user" {
source = "cf-tfr.davidguerrero.fr/modules/iam-user/aws"
version = "0.1.0"
}
Download: module.tar.gz
Requirements
| Name |
Version |
| terraform |
>= 1.0 |
| aws |
>= 5.1.0 |
Providers
| Name |
Version |
| aws |
>= 5.1.0 |
Modules
No modules.
Resources
Inputs
| Name |
Description |
Type |
Default |
Required |
| name |
Name of the user, region will be appended to the name. |
string |
n/a |
yes |
| policy_arns |
IAM policy ARNs to attach to the user. |
set(string) |
[] |
no |
Outputs
| Name |
Description |
| access_key_id |
The user's access key ID. |
| access_key_secret |
The user's access key secret. |
| name |
The user's name. |