{"id":20656351,"url":"https://github.com/flaconi/terraform-aws-iam-user","last_synced_at":"2025-04-19T12:23:15.884Z","repository":{"id":38237516,"uuid":"197729144","full_name":"Flaconi/terraform-aws-iam-user","owner":"Flaconi","description":"Terraform module for IAM user","archived":false,"fork":false,"pushed_at":"2023-02-14T14:20:49.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":8,"subscribers_count":12,"default_branch":"master","last_synced_at":"2023-03-01T19:23:38.564Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flaconi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-07-19T07:58:48.000Z","updated_at":"2021-12-16T15:39:08.000Z","dependencies_parsed_at":"2022-09-04T21:54:12.441Z","dependency_job_id":null,"html_url":"https://github.com/Flaconi/terraform-aws-iam-user","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-iam-user","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-iam-user/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-iam-user/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-iam-user/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaconi","download_url":"https://codeload.github.com/Flaconi/terraform-aws-iam-user/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224951615,"owners_count":17397425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","terraform","terraform-module"],"created_at":"2024-11-16T18:14:53.178Z","updated_at":"2024-11-16T18:14:53.779Z","avatar_url":"https://github.com/Flaconi.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS IAM User\n\n[![Lint Status](https://github.com/Flaconi/terraform-aws-iam-user/actions/workflows/linting.yml/badge.svg?branch=master)](https://github.com/Flaconi/terraform-aws-iam-user/actions/workflows/linting.yml)\n[![Docs Status](https://github.com/Flaconi/terraform-aws-iam-user/actions/workflows/terraform-docs.yml/badge.svg?branch=master)](https://github.com/Flaconi/terraform-aws-iam-user/actions/workflows/terraform-docs.yml)\n[![Tag](https://img.shields.io/github/tag/Flaconi/terraform-aws-iam-user.svg)](https://github.com/Flaconi/terraform-aws-iam-user/releases)\n[![license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n\nTerraform module that provides an IAM User and optionally attaches it to inline defined policies, custom created policies and/or existing policiy ARN's\n\n## Examples\n\nCheck the [examples](examples) directory.\n\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.12.26 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 3 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 3 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_iam_access_key.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_access_key) | resource |\n| [aws_iam_policy.this_custom](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |\n| [aws_iam_user.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user) | resource |\n| [aws_iam_user_policy.this_inline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy) | resource |\n| [aws_iam_user_policy_attachment.this_arn](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment) | resource |\n| [aws_iam_user_policy_attachment.this_custom](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment) | resource |\n| [aws_iam_policy_document.this_custom](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n| [aws_iam_policy_document.this_inline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Name of the IAM user | `string` | n/a | yes |\n| \u003ca name=\"input_attach_policy_arns\"\u003e\u003c/a\u003e [attach\\_policy\\_arns](#input\\_attach\\_policy\\_arns) | Existing policy ARNs to attach to the IAM user | `list(string)` | `[]` | no |\n| \u003ca name=\"input_custom_policies\"\u003e\u003c/a\u003e [custom\\_policies](#input\\_custom\\_policies) | Custom policies to create and attach to the IAM user | \u003cpre\u003elist(object({\u003cbr\u003e    name = string\u003cbr\u003e    statements = list(object({\u003cbr\u003e      actions   = list(string)\u003cbr\u003e      resources = list(string)\u003cbr\u003e    }))\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_enabled\"\u003e\u003c/a\u003e [enabled](#input\\_enabled) | Set to false to prevent the module from creating any resources | `bool` | `true` | no |\n| \u003ca name=\"input_inline_policies\"\u003e\u003c/a\u003e [inline\\_policies](#input\\_inline\\_policies) | Inline defined policies to attach to the IAM user | \u003cpre\u003elist(object({\u003cbr\u003e    name = string\u003cbr\u003e    statements = list(object({\u003cbr\u003e      actions   = list(string)\u003cbr\u003e      resources = list(string)\u003cbr\u003e    }))\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_path\"\u003e\u003c/a\u003e [path](#input\\_path) | Path of the IAM user | `string` | `\"/\"` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | Tags applied to all resources | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_iam_access_key_id\"\u003e\u003c/a\u003e [iam\\_access\\_key\\_id](#output\\_iam\\_access\\_key\\_id) | The access key id |\n| \u003ca name=\"output_iam_access_key_secret\"\u003e\u003c/a\u003e [iam\\_access\\_key\\_secret](#output\\_iam\\_access\\_key\\_secret) | The access key secret |\n| \u003ca name=\"output_iam_user_arn\"\u003e\u003c/a\u003e [iam\\_user\\_arn](#output\\_iam\\_user\\_arn) | The IAM User ARN |\n| \u003ca name=\"output_iam_user_id\"\u003e\u003c/a\u003e [iam\\_user\\_id](#output\\_iam\\_user\\_id) | The IAM User ID |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## License\n\n[MIT](LICENSE)\n\nCopyright (c) 2019 [Flaconi GmbH](https://github.com/Flaconi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-iam-user","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaconi%2Fterraform-aws-iam-user","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-iam-user/lists"}