{"id":21003304,"url":"https://github.com/koding/terraform-provider-github","last_synced_at":"2026-04-27T06:34:59.194Z","repository":{"id":34403614,"uuid":"38332097","full_name":"koding/terraform-provider-github","owner":"koding","description":"Github Provider for Terraform","archived":false,"fork":false,"pushed_at":"2016-12-07T09:35:18.000Z","size":41,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T00:26:15.429Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koding.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":null,"security":null,"support":null}},"created_at":"2015-06-30T20:42:43.000Z","updated_at":"2018-11-14T19:27:47.000Z","dependencies_parsed_at":"2022-09-11T22:40:16.732Z","dependency_job_id":null,"html_url":"https://github.com/koding/terraform-provider-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koding/terraform-provider-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fterraform-provider-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fterraform-provider-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fterraform-provider-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fterraform-provider-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koding","download_url":"https://codeload.github.com/koding/terraform-provider-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fterraform-provider-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32326112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-19T08:24:41.234Z","updated_at":"2026-04-27T06:34:54.185Z","avatar_url":"https://github.com/koding.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![wercker status]\n(https://app.wercker.com/status/f65e85e8245114e76a436f6c22cfcdf2/m \"wercker status\")](https://app.wercker.com/project/bykey/f65e85e8245114e76a436f6c22cfcdf2)\n\n# terraform-provider-github\nGithub Provider for Terraform\n\n\nThis plugin for github provides the teams following features;\n - Adding the user into the organization\n - Forking the repos of the organization\n - Adding SSH Key of the user into the user account\n\n\nTerraform basicly satisfy 4 function as; create, delete, read and update..\n\n\n# Usage\n\nFollowing fields should be filled to use github plugin.\n\n- Organization Key: should be given by owner of the organization\n- User Key : User key is the auth. token for user \n- username: name of the github user \n- organization : name of the organization that user will join\n- repos : repos that will be forked\n- teams : teams are the teams of the organization that user will join\n- title : title of the SSH Key\n- SSH Key : requires to add the key into the user's account \n\n\n```\n# Specify the provider and access details\nprovider \"github\" {\n    #Token for organization of owner  \n    organizationKey = \"2ce581a7ba0033aafabad3843d2b1230739\"\n    #Token for the authecticated user\n    userKey = \"6a3f32ebb5bb0262f19b78edd4935ce581a7b\"\n}\n\nresource \"github\" \"repo\" {\n  username = \"mehmetalisavas\"\n  organization = \"organizationName\"\n  repos = [\"repo\", \"repo2\"]\n  teams = [\"teams\", \"teams2\"]\n  title = \"SSH Key Title\"\n  SSHKey = \"ssh-rsa \n  AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSUGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XAt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/EnmZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbxNrRFi9wrf+M7Q\"\n}\n```\nFor more information about terraform : https://github.com/hashicorp/terraform\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoding%2Fterraform-provider-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoding%2Fterraform-provider-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoding%2Fterraform-provider-github/lists"}