{"id":49615737,"url":"https://github.com/makeitworkcloud/tfroot-github","last_synced_at":"2026-05-04T21:47:19.235Z","repository":{"id":329682795,"uuid":"1120266290","full_name":"makeitworkcloud/tfroot-github","owner":"makeitworkcloud","description":"GitHub tfstate repo","archived":false,"fork":false,"pushed_at":"2026-04-30T01:46:58.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T03:30:50.443Z","etag":null,"topics":["github-provider-terraform","s3-backend","sops","tfstate"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makeitworkcloud.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-20T20:47:32.000Z","updated_at":"2026-04-30T01:47:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/makeitworkcloud/tfroot-github","commit_stats":null,"previous_names":["makeitworkcloud/tfroot-github"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makeitworkcloud/tfroot-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeitworkcloud%2Ftfroot-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeitworkcloud%2Ftfroot-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeitworkcloud%2Ftfroot-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeitworkcloud%2Ftfroot-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makeitworkcloud","download_url":"https://codeload.github.com/makeitworkcloud/tfroot-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeitworkcloud%2Ftfroot-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32626501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-provider-terraform","s3-backend","sops","tfstate"],"created_at":"2026-05-04T21:47:14.832Z","updated_at":"2026-05-04T21:47:19.227Z","avatar_url":"https://github.com/makeitworkcloud.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_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e 1.3 |\n| \u003ca name=\"requirement_github\"\u003e\u003c/a\u003e [github](#requirement\\_github) | ~\u003e 6.0 |\n\n## Providers\n\n| Name | Version |\n| ---- | ------- |\n| \u003ca name=\"provider_github\"\u003e\u003c/a\u003e [github](#provider\\_github) | ~\u003e 6.0 |\n| \u003ca name=\"provider_sops\"\u003e\u003c/a\u003e [sops](#provider\\_sops) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n| ---- | ---- |\n| [github_actions_secret.secrets](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |\n| [github_branch_protection.protections](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/branch_protection) | resource |\n| [github_membership.admin](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/membership) | resource |\n| [github_repository.repositories](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository) | resource |\n| [github_team.admins](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team) | resource |\n| [github_team.developers](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team) | resource |\n| [github_team_membership.admins_xnoto](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_membership) | resource |\n| [sops_file.secret_vars](https://registry.terraform.io/providers/carlpett/sops/latest/docs/data-sources/file) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n| ---- | ----------- | ---- | ------- | :------: |\n| \u003ca name=\"input_github_owner\"\u003e\u003c/a\u003e [github\\_owner](#input\\_github\\_owner) | The GitHub owner (user or organization) for the repository. | `string` | `\"makeitworkcloud\"` | no |\n| \u003ca name=\"input_github_visibility\"\u003e\u003c/a\u003e [github\\_visibility](#input\\_github\\_visibility) | Public, private, or internal visibility | `string` | `\"public\"` | no |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeitworkcloud%2Ftfroot-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakeitworkcloud%2Ftfroot-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeitworkcloud%2Ftfroot-github/lists"}