iam_user
adriell/iam_user/module
Repositorio terraform para criar usuário no iam da AWS.
Terraform Module - AWS Identity and Access Management (IAM) Terraform versions Terraform 0.12. Usage iam-user: ```hcl module "iam_user" { source = "../../" name = "example" enabled = true policy = Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | enabled | Set to false to prevent the module from creating any resources | bool | true | no | | name | Name of the IAM user | string | n/a | yes | | path | Path of the IAM user | string | / | no | | attach_policy_arns | Existing policy ARNs to attach to the IAM user | string | [] | no | | tags | Tags of the resources | map| n/a | no | | policy | Policy to attach Iam User | string | null | no | Authors Module managed by Adriel Viana. License Apache 2 Licensed. See LICENSE for full details.
| Name | Type | Description | Default |
|---|---|---|---|
| tags | map(string) | Tags of the resource | required |
| policy | string | Policy to attach Iam User | required |
| name | string | Name of the IAM user | required |
| attach_policy_arns | list | Existing policy ARNs to attach to the IAM user | [] |
| enabled | bool | Set to false to prevent the module from creating any resources | true |
| path | string | Path of the IAM user | "/" |
iam_user_arn — ARN do Usuárioiam_user_id — IAM ID do usuárioaccess_key_id — Access key idaccess_secret_key — Secret access key