@pulumi/ec 0.1.0 → 0.2.1-alpha.1641516772

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
@@ -33,7 +33,7 @@ pip install pulumi_ec
33
33
  To use from Go, use `go get` to grab the latest version of the library:
34
34
 
35
35
  ```bash
36
- go get github.com/pulumi/pulumi-ec/sdk/go/...
36
+ go get github.com/pulumi/pulumi-ec/sdk
37
37
  ```
38
38
 
39
39
  ### .NET
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/ec",
3
- "version": "v0.1.0",
3
+ "version": "v0.2.1-alpha.1641516772+ac651a2b",
4
4
  "description": "A Pulumi package for creating and managing ElasticCloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -15,7 +15,7 @@
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {
17
17
  "build": "tsc",
18
- "install": "node scripts/install-pulumi-plugin.js resource ec v0.1.0"
18
+ "install": "node scripts/install-pulumi-plugin.js resource ec v0.2.1-alpha.1641516772+ac651a2b"
19
19
  },
20
20
  "dependencies": {
21
21
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/ec",
3
- "version": "v0.1.0",
3
+ "version": "v0.2.1-alpha.1641516772+ac651a2b",
4
4
  "description": "A Pulumi package for creating and managing ElasticCloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",