{"id":26160838,"url":"https://github.com/labd/terraform-provider-hive","last_synced_at":"2025-04-14T11:43:00.293Z","repository":{"id":279025955,"uuid":"937050506","full_name":"labd/terraform-provider-hive","owner":"labd","description":"Terraform Provider for GraphQL Hive","archived":false,"fork":false,"pushed_at":"2025-04-01T19:42:25.000Z","size":169,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T06:49:11.463Z","etag":null,"topics":["hive","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/labd/hive/latest","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/labd.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-22T07:59:48.000Z","updated_at":"2025-04-01T06:36:35.000Z","dependencies_parsed_at":"2025-02-23T09:27:52.284Z","dependency_job_id":"80934903-f3a2-4e16-a2a5-2f380f2de8bd","html_url":"https://github.com/labd/terraform-provider-hive","commit_stats":null,"previous_names":["labd/terraform-provider-hive"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-hive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-hive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-hive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-hive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/terraform-provider-hive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248875526,"owners_count":21176082,"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":["hive","terraform","terraform-provider"],"created_at":"2025-03-11T12:21:23.169Z","updated_at":"2025-04-14T11:43:00.277Z","avatar_url":"https://github.com/labd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Hive Terraform Provider\n\n\n## Usage\n\n```hcl\n\nterraform {\n  required_providers {\n    hive = {\n      source  = \"labd/hive\"\n      version = \"0.0.1\"\n    }\n  }\n}\n\ndata \"hive_schema_check\" \"my-service\" {\n  project = \"my-project\"\n  target  = \"my-target\n  service = \"my-service\"\n  schema  = file(\"schema.graphql\")\n}\n\nresource \"hive_schema_check\" \"my-service\" {\n  project = \"my-project\"\n  target  = \"my-target\n  service = \"my-service\"\n  commit  = \"57ee05c\"\n  schema  = file(\"schema.graphql\")\n}\n\nresource \"hive_schema_publish\" \"my-service\" {\n  project = \"my-project\"\n  target  = \"my-target\n  service = \"my-service\"\n  commit  = \"57ee05c\"\n  url     = \"https://checkout.example.com/graphql\"\n  schema  = file(\"schema.graphql\")\n}\n\nresource \"hive_app_create\" \"persisted_documents\" {\n  name      = \"site\"\n  version   =  \"1.0.0\"\n  documents = file(\"persisted_documents.json\")\n}\n\nresource \"hive_app_publish\" \"persisted_documents\" {\n  name      = \"site\"\n  version   =  \"1.0.0\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-provider-hive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Fterraform-provider-hive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-provider-hive/lists"}