{"id":22199250,"url":"https://github.com/babbel/terraform-aws-iam-role-for-github-repository","last_synced_at":"2026-03-10T13:13:14.793Z","repository":{"id":38191454,"uuid":"484012318","full_name":"babbel/terraform-aws-iam-role-for-github-repository","owner":"babbel","description":"Terraform module creating an IAM role which can be assumed via OpenID by a GitHub-repository-specific GitHub Actions workflow","archived":false,"fork":false,"pushed_at":"2026-02-28T00:02:27.000Z","size":50,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":27,"default_branch":"main","last_synced_at":"2026-03-02T09:46:26.689Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/babbel/iam-role-for-github-repository/aws","language":"HCL","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/babbel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-21T10:48:08.000Z","updated_at":"2025-11-27T20:18:19.000Z","dependencies_parsed_at":"2023-01-24T03:45:21.950Z","dependency_job_id":"6bfc44d1-864f-44a2-b72d-f01757559ea4","html_url":"https://github.com/babbel/terraform-aws-iam-role-for-github-repository","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/babbel/terraform-aws-iam-role-for-github-repository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-iam-role-for-github-repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-iam-role-for-github-repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-iam-role-for-github-repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-iam-role-for-github-repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babbel","download_url":"https://codeload.github.com/babbel/terraform-aws-iam-role-for-github-repository/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-iam-role-for-github-repository/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30334417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"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":["aws","terraform","terraform-module"],"created_at":"2024-12-02T15:13:45.835Z","updated_at":"2026-03-10T13:13:14.761Z","avatar_url":"https://github.com/babbel.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS IAM Role Assumable via OpenID by GitHub Actions Workflows\n\nTerraform module creating an IAM role which can be assumed via OpenID by a GitHub-repository-specific GitHub Actions workflow.\n\nhttps://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services\n\n## Usage\n\n```tf\nmodule \"iam_role\" {\n  source  = \"babbel/iam-role-for-github-repository/aws\"\n  version = \"~\u003e 2.0\"\n\n  github_repository           = github_repository.example\n  iam_openid_connect_provider = aws_iam_openid_connect_provider.github\n}\n\nresource \"github_repository\" \"example\" {\n  name = \"example\"\n}\n\nresource \"aws_iam_openid_connect_provider\" \"github\" {\n  url = data.tls_certificate.github.url\n\n  client_id_list  = [\"sts.amazonaws.com\"]\n  thumbprint_list = [local.github-certificate.sha1_fingerprint]\n}\n\ndata \"tls_certificate\" \"github\" {\n  url = \"https://token.actions.githubusercontent.com\"\n}\n\nlocals {\n  github-certificate = one([\n    for certificate in data.tls_certificate.github.certificates :\n    certificate\n    if !certificate.is_ca\n  ])\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-iam-role-for-github-repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabbel%2Fterraform-aws-iam-role-for-github-repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-iam-role-for-github-repository/lists"}