{"id":17962126,"url":"https://github.com/skyzyx/terraform-registry-protocol","last_synced_at":"2026-03-19T02:37:08.664Z","repository":{"id":66710464,"uuid":"344017298","full_name":"skyzyx/terraform-registry-protocol","owner":"skyzyx","description":"Experimental","archived":false,"fork":false,"pushed_at":"2021-03-03T06:28:35.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T18:15:23.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/skyzyx.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}},"created_at":"2021-03-03T05:51:48.000Z","updated_at":"2021-03-03T06:28:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"b096f8bf-63c4-40f4-be0e-826693f0c31f","html_url":"https://github.com/skyzyx/terraform-registry-protocol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fterraform-registry-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fterraform-registry-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fterraform-registry-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fterraform-registry-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyzyx","download_url":"https://codeload.github.com/skyzyx/terraform-registry-protocol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247061142,"owners_count":20877165,"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":[],"created_at":"2024-10-29T11:14:04.094Z","updated_at":"2025-10-20T02:44:36.300Z","avatar_url":"https://github.com/skyzyx.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Provider Registry Protocol\n\nActs as an \"overlay\" between GitHub Enterprise and Terraform by implementing a Lambda function which sits in front of GitHub Enterprise, queries its API, and responds to requests for private provider installation.\n\nCompletely event-driven. No infrastructure to run.\n\n## How it works\n\nIn the world of GitHub and Go packages, there are some fairly common patterns in the world.\n\n1. Tags are semantically-versioned.\n1. Proper releases are prepared.\n1. Binaries for supported platforms are compiled and attached as assets to the release.\n\nThese patterns are expected by this software. A LOT of people are using GoReleaser to streamline this process.\n\nAdditionally, because they are light-touch, we can derive certain metadata about a provider by leveraging specially-formatted repository topics.\n\n## Provider Configuration\n\n* `terraform-provider` is required.\n* `provider-type-{NAME}` is required, where `{NAME}` is a lowercase (e.g., `aws`, `google`, `azurerm`, `scout`).\n* `provider-ns-{NAME}` is optional, where `{NAME}` is a lowercase namespace. If omitted, the default value will be defined in the `DEFAULT_PROVIDER_NS` environment variable of the Lambda environment.\n\nTo avoid confusion, only ONE of each of these topics/tags is permitted. (Any behavior stemming from multiple copies of a tag being set is _undefined behavior_ and therefore has no service contract.)\n\n## Lambda Configuration\n\n| Environment           | Description |\n|-----------------------|-------------|\n| `DEFAULT_PROVIDER_NS` |             |\n| `GHE_TOKEN`           |             |\n| `GHE_BASE_URL`        |             |\n\n## Learn more…\n\n* https://www.terraform.io/docs/cli/config/config-file.html\n* https://www.terraform.io/docs/cloud/api/modules.html\n* https://www.terraform.io/docs/internals/credentials-helpers.html\n* https://www.terraform.io/docs/internals/login-protocol.html\n* https://www.terraform.io/docs/internals/module-registry-protocol.html\n* https://www.terraform.io/docs/internals/provider-network-mirror-protocol.html\n* https://www.terraform.io/docs/internals/provider-registry-protocol.html\n* https://www.terraform.io/docs/internals/remote-service-discovery.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyzyx%2Fterraform-registry-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyzyx%2Fterraform-registry-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyzyx%2Fterraform-registry-protocol/lists"}