{"id":18930027,"url":"https://github.com/labd/terraform-provider-wundergraph","last_synced_at":"2026-02-14T15:31:33.987Z","repository":{"id":249634238,"uuid":"832067147","full_name":"labd/terraform-provider-wundergraph","owner":"labd","description":"Terraform provider for wundergraph ","archived":false,"fork":false,"pushed_at":"2025-10-07T07:11:37.000Z","size":233,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-24T08:57:48.496Z","etag":null,"topics":["terraform","terraform-provider","wundergraph"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/labd/wundergraph/latest/docs","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":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["labd"]}},"created_at":"2024-07-22T09:35:17.000Z","updated_at":"2025-10-07T07:11:40.000Z","dependencies_parsed_at":"2024-08-02T13:00:12.292Z","dependency_job_id":"84b71982-e461-4ba2-b638-b37aa9cff9d8","html_url":"https://github.com/labd/terraform-provider-wundergraph","commit_stats":null,"previous_names":["labd/terraform-provider-wundergraph-cosmo","labd/terraform-provider-wundergraph"],"tags_count":1,"template":false,"template_full_name":"labd/terraform-provider-scaffolding-framework","purl":"pkg:github/labd/terraform-provider-wundergraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-wundergraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-wundergraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-wundergraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-wundergraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/terraform-provider-wundergraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-provider-wundergraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29447971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T14:10:32.461Z","status":"ssl_error","status_checked_at":"2026-02-14T14:09:49.945Z","response_time":53,"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":["terraform","terraform-provider","wundergraph"],"created_at":"2024-11-08T11:36:16.330Z","updated_at":"2026-02-14T15:31:33.971Z","avatar_url":"https://github.com/labd.png","language":"Go","funding_links":["https://github.com/sponsors/labd"],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Wundergraph\n\nThis is the Terraform provider for [Wundergraph](https://wundergraph.com/).\n\nSee the [terraform registry documentation](https://registry.terraform.io/providers/labd/wundergraph/latest/docs) on how\nto use it.\n\n## Currently supported resources\n\nCurrently, the checked resources are supported. Support for additional resources will come when they are required in\nprojects, or contributed.\n\n- [x] Namespace\n- [x] Federated graph\n- [x] Federated subgraph\n- [ ] Linting rules\n- [ ] OIDC Provider\n- [ ] Persisted operations\n- [ ] Monograph\n- [ ] Router tokens\n- [ ] Webhooks\n- [ ] Organization\n\n# Development\n\nMost users will just want to use the provider through terraform. If you want to do local development see below for more\ninformation.\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.22\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\n\n## Adding Dependencies\n\nThis provider uses [Go modules](https://github.com/golang/go/wiki/Modules).\nPlease see the Go documentation for the most up to date information about using Go modules.\n\nTo add a new dependency `github.com/author/dependency` to your Terraform provider:\n\n```shell\ngo get github.com/author/dependency\ngo mod tidy\n```\n\nThen commit the changes to `go.mod` and `go.sum`.\n\n## Using the provider\n\nFill this in for each provider\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (\nsee [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin`\ndirectory.\n\nTo generate or update documentation, run `go generate`.\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```shell\nmake testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-provider-wundergraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Fterraform-provider-wundergraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-provider-wundergraph/lists"}