{"id":25524743,"url":"https://github.com/76creates/terraform-provider-oryketo","last_synced_at":"2026-01-22T11:34:46.640Z","repository":{"id":195771565,"uuid":"693627506","full_name":"76creates/terraform-provider-oryketo","owner":"76creates","description":"Terraform provider for Ory Keto ","archived":false,"fork":false,"pushed_at":"2023-09-23T14:47:22.000Z","size":48,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-17T00:32:18.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/76creates.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}},"created_at":"2023-09-19T11:59:57.000Z","updated_at":"2024-02-22T06:43:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"38910cfb-c61e-466b-bf9a-6dbb1266d921","html_url":"https://github.com/76creates/terraform-provider-oryketo","commit_stats":null,"previous_names":["76creates/terraform-provider-ory-keto"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/76creates%2Fterraform-provider-oryketo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/76creates%2Fterraform-provider-oryketo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/76creates%2Fterraform-provider-oryketo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/76creates%2Fterraform-provider-oryketo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/76creates","download_url":"https://codeload.github.com/76creates/terraform-provider-oryketo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727073,"owners_count":19687098,"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":"2025-02-19T20:05:34.459Z","updated_at":"2026-01-01T03:30:16.713Z","avatar_url":"https://github.com/76creates.png","language":"Go","funding_links":[],"categories":["Projects"],"sub_categories":["Ory Keto"],"readme":"# Ory Keto Terraform Provider\n\nTerraform provider for [ORY Keto](https://github.com/ory/keto).\nIt allows for managing Ory Keto relationship resources using Terraform.\n\n## Requirements\n- Ory Keto 0.11.0 server or newer, prior versions were tested as part of this repository.\n\n## Getting Started\n\n```hcl\nterraform {\n  required_providers {\n    oryketo = {\n      source  = \"76creates/oryketo\"\n      version = \"0.0.1\"\n    }\n  }\n}\n\nprovider \"oryketo\" {\n  write {\n    url = \"http://localhost:5467\"\n  }\n  read {\n    url = \"http://localhost:5466\"\n  }\n}\n\nresource \"oryketo_relationship\" \"this\" {\n  namespace  = \"default\"\n  object     = \"www\"\n  relation   = \"read\"\n  subject_id = \"guest\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F76creates%2Fterraform-provider-oryketo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F76creates%2Fterraform-provider-oryketo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F76creates%2Fterraform-provider-oryketo/lists"}