@pulumi/hcloud 1.21.0 → 1.21.1

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 (77) hide show
  1. package/firewall.d.ts +1 -1
  2. package/firewall.js +1 -1
  3. package/floatingIp.d.ts +1 -1
  4. package/floatingIp.js +1 -1
  5. package/floatingIpAssignment.d.ts +1 -1
  6. package/floatingIpAssignment.js +1 -1
  7. package/getDatacenter.d.ts +24 -22
  8. package/getDatacenter.js +12 -10
  9. package/getDatacenter.js.map +1 -1
  10. package/getDatacenters.d.ts +13 -65
  11. package/getDatacenters.js +8 -18
  12. package/getDatacenters.js.map +1 -1
  13. package/getLoadBalancerType.d.ts +25 -23
  14. package/getLoadBalancerType.js +14 -12
  15. package/getLoadBalancerType.js.map +1 -1
  16. package/getLoadBalancerTypes.d.ts +2 -2
  17. package/getLocation.d.ts +26 -24
  18. package/getLocation.js +12 -10
  19. package/getLocation.js.map +1 -1
  20. package/getLocations.d.ts +10 -62
  21. package/getLocations.js +6 -16
  22. package/getLocations.js.map +1 -1
  23. package/getServerType.d.ts +42 -40
  24. package/getServerType.js +20 -10
  25. package/getServerType.js.map +1 -1
  26. package/getServerTypes.d.ts +26 -44
  27. package/getServerTypes.js +22 -16
  28. package/getServerTypes.js.map +1 -1
  29. package/getSshKey.d.ts +39 -41
  30. package/getSshKey.js +18 -22
  31. package/getSshKey.js.map +1 -1
  32. package/getSshKeys.d.ts +19 -10
  33. package/getSshKeys.js +6 -6
  34. package/getSshKeys.js.map +1 -1
  35. package/index.d.ts +3 -3
  36. package/loadBalancer.d.ts +1 -1
  37. package/loadBalancer.js +1 -1
  38. package/loadBalancerNetwork.d.ts +1 -1
  39. package/loadBalancerNetwork.js +1 -1
  40. package/loadBalancerService.d.ts +1 -1
  41. package/loadBalancerService.js +1 -1
  42. package/loadBalancerTarget.d.ts +3 -3
  43. package/loadBalancerTarget.js +3 -3
  44. package/managedCertificate.d.ts +20 -3
  45. package/managedCertificate.js +20 -3
  46. package/managedCertificate.js.map +1 -1
  47. package/network.d.ts +1 -1
  48. package/network.js +1 -1
  49. package/networkRoute.d.ts +1 -1
  50. package/networkRoute.js +1 -1
  51. package/networkSubnet.d.ts +1 -1
  52. package/networkSubnet.js +1 -1
  53. package/package.json +2 -2
  54. package/placementGroup.d.ts +1 -1
  55. package/placementGroup.js +1 -1
  56. package/primaryIp.d.ts +1 -1
  57. package/primaryIp.js +1 -1
  58. package/rdns.d.ts +4 -0
  59. package/rdns.js +4 -0
  60. package/rdns.js.map +1 -1
  61. package/server.d.ts +1 -1
  62. package/server.js +1 -1
  63. package/serverNetwork.d.ts +1 -1
  64. package/serverNetwork.js +1 -1
  65. package/snapshot.d.ts +1 -1
  66. package/snapshot.js +1 -1
  67. package/sshKey.d.ts +16 -19
  68. package/sshKey.js +5 -8
  69. package/sshKey.js.map +1 -1
  70. package/types/output.d.ts +103 -4
  71. package/uploadedCertificate.d.ts +28 -3
  72. package/uploadedCertificate.js +28 -3
  73. package/uploadedCertificate.js.map +1 -1
  74. package/volume.d.ts +1 -1
  75. package/volume.js +1 -1
  76. package/volumeAttachment.d.ts +1 -1
  77. package/volumeAttachment.js +1 -1
package/volume.d.ts CHANGED
@@ -27,7 +27,7 @@ import * as pulumi from "@pulumi/pulumi";
27
27
  * Volumes can be imported using their `id`:
28
28
  *
29
29
  * ```sh
30
- * $ pulumi import hcloud:index/volume:Volume myvolume id
30
+ * $ pulumi import hcloud:index/volume:Volume example "$VOLUME_ID"
31
31
  * ```
32
32
  */
33
33
  export declare class Volume extends pulumi.CustomResource {
package/volume.js CHANGED
@@ -33,7 +33,7 @@ const utilities = require("./utilities");
33
33
  * Volumes can be imported using their `id`:
34
34
  *
35
35
  * ```sh
36
- * $ pulumi import hcloud:index/volume:Volume myvolume id
36
+ * $ pulumi import hcloud:index/volume:Volume example "$VOLUME_ID"
37
37
  * ```
38
38
  */
39
39
  class Volume extends pulumi.CustomResource {
@@ -30,7 +30,7 @@ import * as pulumi from "@pulumi/pulumi";
30
30
  * Volume Attachments can be imported using the `volume_id`:
31
31
  *
32
32
  * ```sh
33
- * $ pulumi import hcloud:index/volumeAttachment:VolumeAttachment myvolumeattachment <volume_id>
33
+ * $ pulumi import hcloud:index/volumeAttachment:VolumeAttachment example "$VOLUME_ID"
34
34
  * ```
35
35
  */
36
36
  export declare class VolumeAttachment extends pulumi.CustomResource {
@@ -36,7 +36,7 @@ const utilities = require("./utilities");
36
36
  * Volume Attachments can be imported using the `volume_id`:
37
37
  *
38
38
  * ```sh
39
- * $ pulumi import hcloud:index/volumeAttachment:VolumeAttachment myvolumeattachment <volume_id>
39
+ * $ pulumi import hcloud:index/volumeAttachment:VolumeAttachment example "$VOLUME_ID"
40
40
  * ```
41
41
  */
42
42
  class VolumeAttachment extends pulumi.CustomResource {