{"id":15155717,"url":"https://github.com/lubeso/terraform-module-gcp-oidc","last_synced_at":"2026-02-23T20:46:50.840Z","repository":{"id":243473123,"uuid":"812533111","full_name":"lubeso/terraform-module-gcp-oidc","owner":"lubeso","description":"Create an OIDC provider in Google Cloud.","archived":false,"fork":false,"pushed_at":"2024-06-09T07:34:51.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T15:26:15.237Z","etag":null,"topics":["google-cloud-platform","oidc","oidc-provider","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","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/lubeso.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}},"created_at":"2024-06-09T06:59:07.000Z","updated_at":"2024-06-09T07:34:16.000Z","dependencies_parsed_at":"2024-06-09T08:39:45.648Z","dependency_job_id":null,"html_url":"https://github.com/lubeso/terraform-module-gcp-oidc","commit_stats":null,"previous_names":["lubeso/terraform-module-gcp-oidc"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lubeso%2Fterraform-module-gcp-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lubeso%2Fterraform-module-gcp-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lubeso%2Fterraform-module-gcp-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lubeso%2Fterraform-module-gcp-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lubeso","download_url":"https://codeload.github.com/lubeso/terraform-module-gcp-oidc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655159,"owners_count":20974134,"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":["google-cloud-platform","oidc","oidc-provider","terraform","terraform-module"],"created_at":"2024-09-26T18:42:51.168Z","updated_at":"2026-02-23T20:46:45.818Z","avatar_url":"https://github.com/lubeso.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_google\"\u003e\u003c/a\u003e [google](#requirement\\_google) | ~\u003e 5.32.0 |\n| \u003ca name=\"requirement_random\"\u003e\u003c/a\u003e [random](#requirement\\_random) | ~\u003e 3.6.2 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_google\"\u003e\u003c/a\u003e [google](#provider\\_google) | 5.32.0 |\n| \u003ca name=\"provider_random\"\u003e\u003c/a\u003e [random](#provider\\_random) | 3.6.2 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [google_iam_workload_identity_pool.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iam_workload_identity_pool) | resource |\n| [google_iam_workload_identity_pool_provider.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iam_workload_identity_pool_provider) | resource |\n| [google_project_iam_member.roles](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project_iam_member) | resource |\n| [google_service_account.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account) | resource |\n| [google_service_account_iam_member.workload_identity_user](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account_iam_member) | resource |\n| [random_id.default](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) | resource |\n| [google_service_account_iam_policy.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/service_account_iam_policy) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_project\"\u003e\u003c/a\u003e [project](#input\\_project) | Unique ID for the Google Cloud Project | `string` | n/a | yes |\n| \u003ca name=\"input_random_id\"\u003e\u003c/a\u003e [random\\_id](#input\\_random\\_id) | Configuration for generating random IDs | `object({ byte_length = number })` | \u003cpre\u003e{\u003cbr\u003e  \"byte_length\": 2\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_service_account\"\u003e\u003c/a\u003e [service\\_account](#input\\_service\\_account) | Configuration for the workload service account resource | \u003cpre\u003eobject({\u003cbr\u003e    account_id   = string\u003cbr\u003e    display_name = optional(string)\u003cbr\u003e    iam = object({\u003cbr\u003e      principal = object({\u003cbr\u003e        subject = object({\u003cbr\u003e          attribute_value = string\u003cbr\u003e        })\u003cbr\u003e      })\u003cbr\u003e      roles = optional(list(string), [])\u003cbr\u003e    })\u003cbr\u003e  })\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_workload_identity_pool\"\u003e\u003c/a\u003e [workload\\_identity\\_pool](#input\\_workload\\_identity\\_pool) | Configuration for the Workload Identity Pool resource | \u003cpre\u003eobject({\u003cbr\u003e    id           = string\u003cbr\u003e    display_name = optional(string)\u003cbr\u003e    description  = optional(string)\u003cbr\u003e    disabled     = optional(bool, false)\u003cbr\u003e    project      = optional(string)\u003cbr\u003e  })\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_workload_identity_pool_provider\"\u003e\u003c/a\u003e [workload\\_identity\\_pool\\_provider](#input\\_workload\\_identity\\_pool\\_provider) | Configuration for the Workload Identity Pool Provider resource | \u003cpre\u003eobject({\u003cbr\u003e    id                  = optional(string, \"oidc\")\u003cbr\u003e    display_name        = optional(string, \"OpenID Connect\")\u003cbr\u003e    description         = optional(string)\u003cbr\u003e    disabled            = optional(bool, false)\u003cbr\u003e    attribute_mapping   = optional(map(string), {})\u003cbr\u003e    attribute_condition = optional(string)\u003cbr\u003e    oidc = object({\u003cbr\u003e      issuer_uri        = string\u003cbr\u003e      allowed_audiences = optional(list(string))\u003cbr\u003e      jwks_json         = optional(string)\u003cbr\u003e    })\u003cbr\u003e  })\u003c/pre\u003e | n/a | yes |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flubeso%2Fterraform-module-gcp-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flubeso%2Fterraform-module-gcp-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flubeso%2Fterraform-module-gcp-oidc/lists"}