{"id":16283324,"url":"https://github.com/secustor/pulumi-exoscale-native","last_synced_at":"2025-04-08T18:25:22.713Z","repository":{"id":104335003,"uuid":"457781638","full_name":"secustor/pulumi-exoscale-native","owner":"secustor","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-10T13:00:24.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T14:42:19.573Z","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/secustor.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}},"created_at":"2022-02-10T13:00:23.000Z","updated_at":"2022-02-10T13:00:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e3cfe52-02ba-404d-b750-87056cb3260b","html_url":"https://github.com/secustor/pulumi-exoscale-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"pulumi/pulumi-provider-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secustor%2Fpulumi-exoscale-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secustor%2Fpulumi-exoscale-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secustor%2Fpulumi-exoscale-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secustor%2Fpulumi-exoscale-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secustor","download_url":"https://codeload.github.com/secustor/pulumi-exoscale-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247899857,"owners_count":21014965,"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":"2024-10-10T19:13:08.829Z","updated_at":"2025-04-08T18:25:22.686Z","avatar_url":"https://github.com/secustor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xyz Pulumi Provider\n\nThis repo is a boilerplate showing how to create a native Pulumi provider.  You can search-replace `xyz` with the name of your desired provider as a starting point for creating a provider that manages resources in the target cloud.\n\nMost of the code for the provider implementation is in `pkg/provider/provider.go`.  \n\nAn example of using the single resource defined in this example is in `examples/simple`.\n\nA code generator is available which generates SDKs in TypeScript, Python, Go and .NET which are also checked in to the `sdk` folder.  The SDKs are generated from a schema in `provider/cmd/pulumi-resource-xyz/schema.json`.  This file should be kept aligned with the resources, functions and types supported by the provider implementation.\n\nNote that the generated provider plugin (`pulumi-resource-xyz`) must be on your `PATH` to be used by Pulumi deployments.  If creating a provider for distribution to other users, you should ensure they install this plugin to their `PATH`.\n\n## Pre-requisites\n\nInstall the `pulumictl` cli from the [releases](https://github.com/pulumi/pulumictl/releases) page or follow the [install instructions](https://github.com/pulumi/pulumictl#installation)\n\n\u003e NB: Usage of `pulumictl` is optional. If not using it, hard code the version in the [Makefile](Makefile) of when building explicitly pass version as `VERSION=0.0.1 make build`\n\n## Build and Test\n\n```bash\n# build and install the resource provider plugin\n$ make build install\n\n# test\n$ cd examples/simple\n$ yarn link @pulumi/xyz\n$ yarn install\n$ pulumi stack init test\n$ pulumi up\n```\n\n## References\n\nOther resources for learning about the Pulumi resource model:\n* [Pulumi Kubernetes provider](https://github.com/pulumi/pulumi-kubernetes/blob/master/provider/pkg/provider/provider.go)\n* [Pulumi Terraform Remote State provider](https://github.com/pulumi/pulumi-terraform/blob/master/provider/cmd/pulumi-resource-terraform/provider.go)\n* [Dynamic Providers](https://www.pulumi.com/docs/intro/concepts/programming-model/#dynamicproviders)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecustor%2Fpulumi-exoscale-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecustor%2Fpulumi-exoscale-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecustor%2Fpulumi-exoscale-native/lists"}