@pulumi/hcloud 1.6.0 → 1.8.0-alpha.1640870548

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/loadBalancer.d.ts CHANGED
@@ -60,7 +60,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
60
60
  */
61
61
  readonly ipv4: pulumi.Output<string>;
62
62
  /**
63
- * (string) IPv4 Address of the Load Balancer.
63
+ * (string) IPv6 Address of the Load Balancer.
64
64
  */
65
65
  readonly ipv6: pulumi.Output<string>;
66
66
  /**
@@ -117,7 +117,7 @@ export interface LoadBalancerState {
117
117
  */
118
118
  ipv4?: pulumi.Input<string>;
119
119
  /**
120
- * (string) IPv4 Address of the Load Balancer.
120
+ * (string) IPv6 Address of the Load Balancer.
121
121
  */
122
122
  ipv6?: pulumi.Input<string>;
123
123
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/hcloud",
3
- "version": "v1.6.0",
3
+ "version": "v1.8.0-alpha.1640870548+fa5c0087",
4
4
  "description": "A Pulumi package for creating and managing hcloud 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 hcloud v1.6.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource hcloud v1.8.0-alpha.1640870548+fa5c0087"
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/hcloud",
3
- "version": "v1.6.0",
3
+ "version": "v1.8.0-alpha.1640870548+fa5c0087",
4
4
  "description": "A Pulumi package for creating and managing hcloud cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",