|
10 | 10 | "homepage": "https://www.pulumi.com", |
11 | 11 | "license": "Apache-2.0", |
12 | 12 | "attribution": "This Pulumi package is based on the [`stackit` Terraform Provider](https://github.com/stackitcloud/terraform-provider-stackit).", |
13 | | - "repository": "https://github.com/dirien/pulumi-stackit", |
14 | | - "pluginDownloadURL": "github://api.github.com/dirien/pulumi-stackit", |
15 | | - "publisher": "dirien", |
| 13 | + "repository": "https://github.com/stackitcloud/pulumi-stackit", |
| 14 | + "pluginDownloadURL": "github://api.github.com/stackitcloud/pulumi-stackit", |
| 15 | + "publisher": "stackitcloud", |
16 | 16 | "meta": { |
17 | 17 | "moduleFormat": "(.*)(?:/[^/]*)" |
18 | 18 | }, |
|
25 | 25 | "rootNamespace": "ediri" |
26 | 26 | }, |
27 | 27 | "go": { |
28 | | - "importBasePath": "github.com/dirien/pulumi-stackit/sdk/go/stackit", |
| 28 | + "importBasePath": "github.com/stackitcloud/pulumi-stackit/sdk/go/stackit", |
29 | 29 | "generateResourceContainerTypes": true, |
30 | 30 | "generateExtraInputTypes": true |
31 | 31 | }, |
32 | 32 | "nodejs": { |
33 | 33 | "packageName": "@ediri/pulumi-stackit", |
34 | 34 | "packageDescription": "A Pulumi package for creating and managing stackit resources.", |
35 | | - "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/stackitcloud/terraform-provider-stackit)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-stackit` repo](https://github.com/dirien/pulumi-stackit/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-stackit` repo](https://github.com/stackitcloud/terraform-provider-stackit/issues).", |
| 35 | + "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/stackitcloud/terraform-provider-stackit)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-stackit` repo](https://github.com/stackitcloud/pulumi-stackit/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-stackit` repo](https://github.com/stackitcloud/terraform-provider-stackit/issues).", |
36 | 36 | "dependencies": { |
37 | 37 | "@pulumi/pulumi": "^3.0.0" |
38 | 38 | }, |
|
48 | 48 | "requires": { |
49 | 49 | "pulumi": "\u003e=3.0.0,\u003c4.0.0" |
50 | 50 | }, |
51 | | - "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/stackitcloud/terraform-provider-stackit)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-stackit` repo](https://github.com/dirien/pulumi-stackit/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-stackit` repo](https://github.com/stackitcloud/terraform-provider-stackit/issues).", |
| 51 | + "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/stackitcloud/terraform-provider-stackit)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-stackit` repo](https://github.com/stackitcloud/pulumi-stackit/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-stackit` repo](https://github.com/stackitcloud/terraform-provider-stackit/issues).", |
52 | 52 | "compatibility": "tfbridge20", |
53 | 53 | "pyproject": {} |
54 | 54 | } |
|
0 commit comments