{"id":22861868,"url":"https://github.com/escapace/terraform-null-fetch-github","last_synced_at":"2026-05-01T15:32:33.509Z","repository":{"id":84825929,"uuid":"271523365","full_name":"escapace/terraform-null-fetch-github","owner":"escapace","description":"download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repositories","archived":false,"fork":false,"pushed_at":"2025-02-20T01:00:05.000Z","size":5223,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-06-09T11:04:09.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/escapace/fetch-github/null/latest","language":"HCL","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/escapace.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-11T10:59:09.000Z","updated_at":"2025-02-20T01:00:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"c332066f-fed2-407a-9afe-3844b10f5fc3","html_url":"https://github.com/escapace/terraform-null-fetch-github","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":"escapace/terraform-null-label","purl":"pkg:github/escapace/terraform-null-fetch-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-fetch-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-fetch-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-fetch-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-fetch-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escapace","download_url":"https://codeload.github.com/escapace/terraform-null-fetch-github/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-fetch-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32503048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["github","terraform","terraform-module"],"created_at":"2024-12-13T10:11:22.127Z","updated_at":"2026-05-01T15:32:33.481Z","avatar_url":"https://github.com/escapace.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n\n## Inputs\n\n| Name                        | Description                                                                                                                        | Type           | Default | Required |\n| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------- | :------: |\n| repo                        | Fully qualified URL of the GitHub repo.                                                                                            | `string`       | n/a     |   yes    |\n| branch                      | The git branch from which to download the commit; the latest commit in the branch will be used. If specified, will override 'tag'. | `string`       | `null`  |    no    |\n| commit                      | The specific git commit SHA to download. If specified, will override 'branch' and 'tag'.                                           | `string`       | `null`  |    no    |\n| github_api_version          | The api version of the GitHub instance. If left blank, v3 will be used.                                                            | `string`       | `null`  |    no    |\n| github_oauth_token          | A GitHub Personal Access Token, which is required for downloading from private repos.                                              | `string`       | `null`  |    no    |\n| release_asset               | The name of a release asset that is, a binary uploaded to a GitHub Release to download. Only works with 'tag'.                     | `string`       | `null`  |    no    |\n| release_asset_checksum      | The checksum that a release asset should have.                                                                                     | `string`       | `null`  |    no    |\n| release_asset_checksum_algo | The algorithm Fetch will use to compute a checksum of the release asset. Acceptable values are 'sha256' and 'sha512'               | `string`       | `null`  |    no    |\n| source_path                 | The source path to download from the repo. If this or 'release_asset' aren't specified, all files are downloaded.                  | `list(string)` | `[]`    |    no    |\n| tag                         | The specific git tag to download, expressed with Version Constraint Operators.                                                     | `string`       | `null`  |    no    |\n\n## Outputs\n\n| Name          | Description   |\n| ------------- | ------------- |\n| download_path | Download path |\n\n## Resources\n\n| Name                                                                                                         | Type     |\n| ------------------------------------------------------------------------------------------------------------ | -------- |\n| [null_resource.fetch](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource |\n| [random_pet.folder](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)      | resource |\n\n## Requirements\n\n| Name      | Version |\n| --------- | ------- |\n| terraform | \u003e=1.9.8 |\n| null      | \u003e=3.2.3 |\n| random    | \u003e=3.6.3 |\n\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescapace%2Fterraform-null-fetch-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescapace%2Fterraform-null-fetch-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescapace%2Fterraform-null-fetch-github/lists"}