improvements

cleans package.json, update binary download URL, etc
This commit is contained in:
2025-04-25 19:22:29 -04:00
parent 9fe19d2cc2
commit 908889d9af
16 changed files with 82 additions and 253 deletions

View File

@@ -9,10 +9,10 @@
"nimbus"
],
"homepage": "https://linuxcontainers.org",
"license": "Apache-2.0",
"attribution": "This Pulumi package is based on the [`incus` Terraform Provider](https://github.com/lxc/terraform-provider-incus).",
"repository": "https://git.kalinow.ski/nimbus/pulumi-incus",
"logoUrl": "https://linuxcontainers.org/static/img/containers.png",
"pluginDownloadURL": "https://git.kalinow.ski/api/packages/kiterun/generic/pulumi-incus/${VERSION}/",
"publisher": "Kite.run",
"meta": {
"moduleFormat": "(.*)(?:/[^/]*)"

View File

@@ -129,7 +129,7 @@ func Provider() tfbridge.ProviderInfo {
// PluginDownloadURL is an optional URL used to download the Provider
// for use in Pulumi programs
// e.g. https://github.com/org/pulumi-provider-name/releases/download/v${VERSION}/
PluginDownloadURL: "",
PluginDownloadURL: "https://git.kalinow.ski/api/packages/kiterun/generic/pulumi-incus/${VERSION}/",
Description: "A Pulumi package for creating and managing incus cloud resources.",
// category/cloud tag helps with categorizing the package in the Pulumi Registry.
// For all available categories, see `Keywords` in