{"id":51407694,"url":"https://github.com/primait/pulumi-cosmo","last_synced_at":"2026-07-04T12:01:48.355Z","repository":{"id":357802419,"uuid":"1237523018","full_name":"primait/pulumi-cosmo","owner":"primait","description":"A Cosmo Wundergraph Pulumi resource package","archived":false,"fork":false,"pushed_at":"2026-05-14T10:06:24.000Z","size":294,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-14T11:38:54.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/primait.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T09:02:25.000Z","updated_at":"2026-05-14T09:48:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/primait/pulumi-cosmo","commit_stats":null,"previous_names":["primait/pulumi-cosmo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/primait/pulumi-cosmo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fpulumi-cosmo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fpulumi-cosmo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fpulumi-cosmo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fpulumi-cosmo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primait","download_url":"https://codeload.github.com/primait/pulumi-cosmo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fpulumi-cosmo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35120682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-07-04T12:01:47.560Z","updated_at":"2026-07-04T12:01:48.348Z","avatar_url":"https://github.com/primait.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cosmo Resource Provider\n\nThe cosmo Resource Provider lets you manage [cosmo](https://github.com/wundergraph/terraform-provider-cosmo) resources.\n\n## Development note: Terraform internal provider and shim pattern\n\nThis repository uses the shim pattern recommended by Pulumi's Terraform bridge boilerplate.\n\nWhy this is needed:\n\n- The upstream Terraform provider exposes its implementation under an `internal/...` package.\n- Go does not allow importing `internal` packages from outside the parent module path.\n- Importing `github.com/wundergraph/cosmo/terraform-provider-cosmo/internal/provider` directly from this Pulumi provider would fail with `use of internal package ... not allowed`.\n\nChosen solution:\n\n- Keep the direct `internal/provider` import only inside `provider/shim/shim.go`, in a module that lives under the same upstream module path (`github.com/wundergraph/cosmo/terraform-provider-cosmo/shim`).\n- In `provider/resources.go`, import the shim module and initialize the provider via `pfbridge.ShimProvider(shim.NewProvider(version.Version)())`.\n- In `provider/go.mod`, use local `replace` directives during development:\n\t- `github.com/wundergraph/cosmo/terraform-provider-cosmo =\u003e ../upstream`\n\t- `github.com/wundergraph/cosmo/terraform-provider-cosmo/shim =\u003e ./shim`\n\nThis keeps the bridge code clean, respects Go `internal` visibility rules, and aligns with Pulumi's documented approach for Terraform providers that hide constructors in `internal` packages.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumi/cosmo\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumi/cosmo\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_cosmo\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumi/pulumi-cosmo/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.cosmo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fpulumi-cosmo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimait%2Fpulumi-cosmo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fpulumi-cosmo/lists"}