@pulumi/cloudinit 1.3.0-alpha.1633974311 → 1.4.0-alpha.1641516981

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,7 +34,7 @@ To use from Python, install using `pip`:
34
34
 
35
35
  To use from Go, use `go get` to grab the latest version of the library
36
36
 
37
- $ go get github.com/pulumi/pulumi-cloudinit/sdk/go/...
37
+ $ go get github.com/pulumi/pulumi-cloudinit/sdk
38
38
 
39
39
  ### .NET
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudinit",
3
- "version": "v1.3.0-alpha.1633974311+d3fa0c57",
3
+ "version": "v1.4.0-alpha.1641516981+661df775",
4
4
  "description": "A Pulumi package for creating and managing cloudinit cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource cloudinit v1.3.0-alpha.1633974311+d3fa0c57"
14
+ "install": "node scripts/install-pulumi-plugin.js resource cloudinit v1.4.0-alpha.1641516981+661df775"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudinit",
3
- "version": "v1.3.0-alpha.1633974311+d3fa0c57",
3
+ "version": "v1.4.0-alpha.1641516981+661df775",
4
4
  "description": "A Pulumi package for creating and managing cloudinit cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",