{"id":36493833,"url":"https://github.com/launchbynttdata/tf-aws-module_primitive-iam_role","last_synced_at":"2026-01-12T01:58:54.266Z","repository":{"id":324956393,"uuid":"1081963642","full_name":"launchbynttdata/tf-aws-module_primitive-iam_role","owner":"launchbynttdata","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-18T19:04:05.000Z","size":366,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T20:22:38.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchbynttdata.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-23T14:38:03.000Z","updated_at":"2025-11-18T18:48:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/launchbynttdata/tf-aws-module_primitive-iam_role","commit_stats":null,"previous_names":["launchbynttdata/tf-aws-module_primitive-iam_role"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/launchbynttdata/tf-aws-module_primitive-iam_role","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-iam_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-iam_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-iam_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-iam_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchbynttdata","download_url":"https://codeload.github.com/launchbynttdata/tf-aws-module_primitive-iam_role/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-iam_role/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-12T01:58:50.903Z","updated_at":"2026-01-12T01:58:54.254Z","avatar_url":"https://github.com/launchbynttdata.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tf-aws-module_primitive-iam_role\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | ~\u003e 1.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 5.100.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_iam_role.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |\n| [aws_iam_policy_document.assume_role](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) | The name of the IAM role. | `string` | `null` | no |\n| \u003ca name=\"input_name_prefix\"\u003e\u003c/a\u003e [name\\_prefix](#input\\_name\\_prefix) | The prefix for the IAM role name. | `string` | `null` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of tags to assign to the IAM role. | `map(string)` | `{}` | no |\n| \u003ca name=\"input_assume_role_policy\"\u003e\u003c/a\u003e [assume\\_role\\_policy](#input\\_assume\\_role\\_policy) | IAM assume role policy statements to include in the trust policy. | \u003cpre\u003elist(object({\u003cbr/\u003e    sid     = optional(string)\u003cbr/\u003e    effect  = optional(string, \"Allow\")\u003cbr/\u003e    actions = list(string)\u003cbr/\u003e\u003cbr/\u003e    # each statement may have multiple principal blocks\u003cbr/\u003e    principals = optional(list(object({\u003cbr/\u003e      type        = string\u003cbr/\u003e      identifiers = list(string)\u003cbr/\u003e    })))\u003cbr/\u003e\u003cbr/\u003e    conditions = optional(list(object({\u003cbr/\u003e      test     = string       # e.g., \"StringEquals\"\u003cbr/\u003e      variable = string       # e.g., \"aws:PrincipalTag/Team\"\u003cbr/\u003e      values   = list(string) # e.g., [\"DevOps\"]\u003cbr/\u003e    })))\u003cbr/\u003e  }))\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_max_session_duration\"\u003e\u003c/a\u003e [max\\_session\\_duration](#input\\_max\\_session\\_duration) | The maximum session duration (in seconds) for the IAM role. | `number` | `3600` | no |\n| \u003ca name=\"input_permission_boundary_arn\"\u003e\u003c/a\u003e [permission\\_boundary\\_arn](#input\\_permission\\_boundary\\_arn) | The ARN of the policy used to set the permissions boundary for the IAM role. | `string` | `null` | no |\n| \u003ca name=\"input_path\"\u003e\u003c/a\u003e [path](#input\\_path) | The path for the IAM role. | `string` | `null` | no |\n| \u003ca name=\"input_force_detach_policies\"\u003e\u003c/a\u003e [force\\_detach\\_policies](#input\\_force\\_detach\\_policies) | Whether to force detachment of policies when deleting the IAM role. | `bool` | `false` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | The description of the IAM role. | `string` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_role_arn\"\u003e\u003c/a\u003e [role\\_arn](#output\\_role\\_arn) | The ARN of the IAM role. |\n| \u003ca name=\"output_role_name\"\u003e\u003c/a\u003e [role\\_name](#output\\_role\\_name) | The name of the IAM role. |\n| \u003ca name=\"output_role_id\"\u003e\u003c/a\u003e [role\\_id](#output\\_role\\_id) | The unique ID of the IAM role. |\n| \u003ca name=\"output_role_unique_id\"\u003e\u003c/a\u003e [role\\_unique\\_id](#output\\_role\\_unique\\_id) | The unique ID of the IAM role. |\n| \u003ca name=\"output_create_date\"\u003e\u003c/a\u003e [create\\_date](#output\\_create\\_date) | The creation date of the IAM role. |\n| \u003ca name=\"output_role_tags\"\u003e\u003c/a\u003e [role\\_tags](#output\\_role\\_tags) | The tags applied to the IAM role. |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-iam_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-iam_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-iam_role/lists"}