@upcloud/pulumi-upcloud 0.1.0-alpha.1741871884 → 0.1.0

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/server.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upcloud/pulumi-upcloud",
3
- "version": "0.1.0-alpha.1741871884",
3
+ "version": "0.1.0",
4
4
  "description": "A Pulumi package for creating and managing UpCloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,7 +24,7 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "upcloud",
27
- "version": "0.1.0-alpha.1741871884",
27
+ "version": "0.1.0",
28
28
  "server": "github://api.github.com/UpCloudLtd/pulumi-upcloud"
29
29
  }
30
30
  }
package/server.d.ts CHANGED
@@ -42,7 +42,7 @@ export declare class Server extends pulumi.CustomResource {
42
42
  * Use this to start the VM on a specific host. Refers to value from host -attribute. Only available for private cloud
43
43
  * hosts
44
44
  */
45
- readonly host: pulumi.Output<number | undefined>;
45
+ readonly host: pulumi.Output<number>;
46
46
  /**
47
47
  * The hostname of the server.
48
48
  */