{"id":28940504,"url":"https://github.com/thesoftwarehouse/aws-oidc-github","last_synced_at":"2026-02-03T17:35:14.546Z","repository":{"id":282241443,"uuid":"947919017","full_name":"TheSoftwareHouse/aws-oidc-github","owner":"TheSoftwareHouse","description":"Terraform Module To Bootstrap AWS IAM Role For OIDC From GitHub","archived":false,"fork":false,"pushed_at":"2025-03-26T09:43:05.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-23T01:11:27.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheSoftwareHouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-13T13:05:53.000Z","updated_at":"2025-03-26T09:43:08.000Z","dependencies_parsed_at":"2025-06-23T01:11:29.589Z","dependency_job_id":"92e54bb8-1e99-49bf-8bf0-4aee1bebccb2","html_url":"https://github.com/TheSoftwareHouse/aws-oidc-github","commit_stats":null,"previous_names":["thesoftwarehouse/aws-oidc-github"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheSoftwareHouse/aws-oidc-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSoftwareHouse%2Faws-oidc-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSoftwareHouse%2Faws-oidc-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSoftwareHouse%2Faws-oidc-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSoftwareHouse%2Faws-oidc-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheSoftwareHouse","download_url":"https://codeload.github.com/TheSoftwareHouse/aws-oidc-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSoftwareHouse%2Faws-oidc-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29050920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: 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":"2025-06-23T01:10:54.017Z","updated_at":"2026-02-03T17:35:14.537Z","avatar_url":"https://github.com/TheSoftwareHouse.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.15 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | n/a |\n| \u003ca name=\"provider_tls\"\u003e\u003c/a\u003e [tls](#provider\\_tls) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_iam_openid_connect_provider.github](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_openid_connect_provider) | resource |\n| [aws_iam_role.ci_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |\n| [aws_iam_role_policy_attachment.role_policies](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |\n| [aws_iam_policy_document.allow_ci](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n| [tls_certificate.github](https://registry.terraform.io/providers/hashicorp/tls/latest/docs/data-sources/certificate) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_github_org\"\u003e\u003c/a\u003e [github\\_org](#input\\_github\\_org) | Github Trusted Organisation | `string` | n/a | yes |\n| \u003ca name=\"input_github_repos\"\u003e\u003c/a\u003e [github\\_repos](#input\\_github\\_repos) | Github Trusted Repositories | `list(string)` | `[]` | no |\n| \u003ca name=\"input_github_url\"\u003e\u003c/a\u003e [github\\_url](#input\\_github\\_url) | The URL Of The Token Endpoint For Github | `string` | `\"https://token.actions.githubusercontent.com\"` | no |\n| \u003ca name=\"input_role_name\"\u003e\u003c/a\u003e [role\\_name](#input\\_role\\_name) | Name Of The Role To Create | `string` | `\"GitHubActions\"` | no |\n| \u003ca name=\"input_role_policies\"\u003e\u003c/a\u003e [role\\_policies](#input\\_role\\_policies) | List Of IAM Policy ARNs To Attach To The CI Role | `list(string)` | \u003cpre\u003e[\u003cbr\u003e  \"arn:aws:iam::aws:policy/AdministratorAccess\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | List Of Tags For Resources | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_role_arn\"\u003e\u003c/a\u003e [role\\_arn](#output\\_role\\_arn) | n/a |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesoftwarehouse%2Faws-oidc-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesoftwarehouse%2Faws-oidc-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesoftwarehouse%2Faws-oidc-github/lists"}