{"id":40831884,"url":"https://github.com/josh/terraform-provider-ceph","last_synced_at":"2026-01-21T22:26:21.765Z","repository":{"id":317298256,"uuid":"1066782674","full_name":"josh/terraform-provider-ceph","owner":"josh","description":"Terraform Ceph provider","archived":false,"fork":false,"pushed_at":"2026-01-15T22:36:37.000Z","size":554,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T22:44:10.550Z","etag":null,"topics":["ceph","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josh.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-09-30T00:40:18.000Z","updated_at":"2026-01-15T22:36:24.000Z","dependencies_parsed_at":"2025-09-30T04:15:42.705Z","dependency_job_id":"7c98faa4-cc98-4984-8016-f73746825f15","html_url":"https://github.com/josh/terraform-provider-ceph","commit_stats":null,"previous_names":["josh/terraform-provider-ceph"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/josh/terraform-provider-ceph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Fterraform-provider-ceph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Fterraform-provider-ceph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Fterraform-provider-ceph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Fterraform-provider-ceph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josh","download_url":"https://codeload.github.com/josh/terraform-provider-ceph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Fterraform-provider-ceph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28645548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ceph","terraform","terraform-provider"],"created_at":"2026-01-21T22:26:20.988Z","updated_at":"2026-01-21T22:26:21.759Z","avatar_url":"https://github.com/josh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-ceph\n\nA Terraform provider for managing Ceph clusters via the Ceph Dashboard REST API (Ceph RESTful API), covering authentication, configuration, placement rules, and RGW users/buckets. The provider communicates with the manager's REST HTTP endpoint, so Terraform does not require direct access to the Ceph cluster.\n\n## Examples\n\n### Configure the provider\n\n```terraform\nprovider \"ceph\" {\n  endpoint = \"https://ceph.example.com\"\n  token    = var.ceph_token\n}\n```\n\n### Create a dashboard user with S3 credentials\n\n```terraform\nresource \"ceph_rgw_user\" \"dashboard\" {\n  user_id      = \"dashboard\"\n  display_name = \"Ceph Dashboard\"\n  system       = true\n}\n\nresource \"ceph_rgw_s3_key\" \"dashboard\" {\n  user_id = ceph_rgw_user.dashboard.user_id\n}\n```\n\n### Manage a global Ceph configuration value\n\n```terraform\nresource \"ceph_config\" \"global\" {\n  section = \"global\"\n  config = {\n    # Write objects to 3 replicas\n    osd_pool_default_size = 3\n    # Allow writing two copies in a degraded state\n    osd_pool_default_min_size = 2\n  }\n}\n```\n\n### Create an admin auth key with full access\n\n```terraform\nresource \"ceph_auth\" \"client_admin\" {\n  entity = \"client.admin\"\n  caps = {\n    \"mds\" = \"allow *\"\n    \"mgr\" = \"allow *\"\n    \"mon\" = \"allow *\"\n    \"osd\" = \"allow *\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosh%2Fterraform-provider-ceph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosh%2Fterraform-provider-ceph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosh%2Fterraform-provider-ceph/lists"}