improvements
cleans package.json, update binary download URL, etc
This commit is contained in:
@@ -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": "(.*)(?:/[^/]*)"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user