{"id":17919358,"url":"https://github.com/zombiezen/terraform-google-nix-cache","last_synced_at":"2025-08-15T10:31:32.532Z","repository":{"id":143367286,"uuid":"609729745","full_name":"zombiezen/terraform-google-nix-cache","owner":"zombiezen","description":"A Terraform module to create a Google Cloud Storage (GCS) bucket that can be used as a Nix binary cache.","archived":false,"fork":false,"pushed_at":"2023-12-04T00:37:22.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T12:52:11.364Z","etag":null,"topics":["nix","terraform"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/zombiezen/nix-cache/google/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/zombiezen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"zombiezen"}},"created_at":"2023-03-05T03:42:30.000Z","updated_at":"2024-12-20T05:41:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"70932bcc-736e-459e-9979-f677d0027819","html_url":"https://github.com/zombiezen/terraform-google-nix-cache","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zombiezen/terraform-google-nix-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fterraform-google-nix-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fterraform-google-nix-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fterraform-google-nix-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fterraform-google-nix-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zombiezen","download_url":"https://codeload.github.com/zombiezen/terraform-google-nix-cache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fterraform-google-nix-cache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270558068,"owners_count":24606599,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":["nix","terraform"],"created_at":"2024-10-28T20:16:17.442Z","updated_at":"2025-08-15T10:31:32.239Z","avatar_url":"https://github.com/zombiezen.png","language":"HCL","funding_links":["https://github.com/sponsors/zombiezen"],"categories":[],"sub_categories":[],"readme":"# Terraform for Nix Cache backed by Google Cloud Storage\n\nThis is a Terraform module to create a Google Cloud Storage (GCS) bucket\nthat can be used as a [Nix binary cache](https://nixos.org/manual/nix/stable/package-management/s3-substituter.html).\n\n## Example\n\n```terraform\nterraform {\n  required_version = \"~\u003e 1.0\"\n}\n\nprovider \"google\" {\n  project = \"PROJECTID\"\n}\n\nmodule \"nix_cache\" {\n  source  = \"zombiezen/nix-cache/google\"\n  version = \"0.2.1\"\n\n  bucket_name     = \"BUCKETNAME\"\n  bucket_location = \"us\"\n\n  # Optional:\n  service_account_email   = google_service_account.github_actions.email\n  service_account_project = google_service_account.github_actions.project\n}\n\n# Optional:\nresource \"google_service_account\" \"github_actions\" {\n  account_id   = \"github\"\n  display_name = \"GitHub Actions\"\n  description  = \"GitHub Actions runners\"\n}\n```\n\n## License\n\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzombiezen%2Fterraform-google-nix-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzombiezen%2Fterraform-google-nix-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzombiezen%2Fterraform-google-nix-cache/lists"}