pulumi-hcloud 1.24.0a1747979922__py3-none-any.whl → 1.24.0a1749535364__py3-none-any.whl

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 (67) hide show
  1. pulumi_hcloud/__init__.py +1 -1
  2. pulumi_hcloud/_inputs.py +1 -1
  3. pulumi_hcloud/_utilities.py +1 -1
  4. pulumi_hcloud/certificate.py +1 -1
  5. pulumi_hcloud/config/__init__.py +1 -1
  6. pulumi_hcloud/config/__init__.pyi +1 -1
  7. pulumi_hcloud/config/vars.py +1 -1
  8. pulumi_hcloud/firewall.py +1 -1
  9. pulumi_hcloud/firewall_attachment.py +1 -1
  10. pulumi_hcloud/floating_ip.py +1 -1
  11. pulumi_hcloud/floating_ip_assignment.py +1 -1
  12. pulumi_hcloud/get_certificate.py +1 -1
  13. pulumi_hcloud/get_certificates.py +1 -1
  14. pulumi_hcloud/get_datacenter.py +1 -1
  15. pulumi_hcloud/get_datacenters.py +1 -1
  16. pulumi_hcloud/get_firewall.py +1 -1
  17. pulumi_hcloud/get_firewalls.py +1 -1
  18. pulumi_hcloud/get_floating_ip.py +1 -1
  19. pulumi_hcloud/get_floating_ips.py +1 -1
  20. pulumi_hcloud/get_image.py +1 -1
  21. pulumi_hcloud/get_images.py +1 -1
  22. pulumi_hcloud/get_load_balancer.py +1 -1
  23. pulumi_hcloud/get_load_balancer_type.py +1 -1
  24. pulumi_hcloud/get_load_balancer_types.py +1 -1
  25. pulumi_hcloud/get_load_balancers.py +1 -1
  26. pulumi_hcloud/get_location.py +1 -1
  27. pulumi_hcloud/get_locations.py +1 -1
  28. pulumi_hcloud/get_network.py +1 -1
  29. pulumi_hcloud/get_networks.py +1 -1
  30. pulumi_hcloud/get_placement_group.py +1 -1
  31. pulumi_hcloud/get_placement_groups.py +1 -1
  32. pulumi_hcloud/get_primary_ip.py +1 -1
  33. pulumi_hcloud/get_primary_ips.py +1 -1
  34. pulumi_hcloud/get_server.py +1 -1
  35. pulumi_hcloud/get_server_type.py +1 -1
  36. pulumi_hcloud/get_server_types.py +1 -1
  37. pulumi_hcloud/get_servers.py +1 -1
  38. pulumi_hcloud/get_ssh_key.py +1 -1
  39. pulumi_hcloud/get_ssh_keys.py +1 -1
  40. pulumi_hcloud/get_volume.py +1 -1
  41. pulumi_hcloud/get_volumes.py +1 -1
  42. pulumi_hcloud/load_balancer.py +1 -1
  43. pulumi_hcloud/load_balancer_network.py +1 -1
  44. pulumi_hcloud/load_balancer_service.py +1 -1
  45. pulumi_hcloud/load_balancer_target.py +1 -1
  46. pulumi_hcloud/managed_certificate.py +1 -1
  47. pulumi_hcloud/network.py +1 -1
  48. pulumi_hcloud/network_route.py +1 -1
  49. pulumi_hcloud/network_subnet.py +1 -1
  50. pulumi_hcloud/outputs.py +1 -1
  51. pulumi_hcloud/placement_group.py +1 -1
  52. pulumi_hcloud/primary_ip.py +1 -1
  53. pulumi_hcloud/provider.py +1 -1
  54. pulumi_hcloud/pulumi-plugin.json +1 -1
  55. pulumi_hcloud/rdns.py +1 -1
  56. pulumi_hcloud/server.py +1 -1
  57. pulumi_hcloud/server_network.py +1 -1
  58. pulumi_hcloud/snapshot.py +1 -1
  59. pulumi_hcloud/ssh_key.py +1 -1
  60. pulumi_hcloud/uploaded_certificate.py +1 -1
  61. pulumi_hcloud/volume.py +1 -1
  62. pulumi_hcloud/volume_attachment.py +1 -1
  63. {pulumi_hcloud-1.24.0a1747979922.dist-info → pulumi_hcloud-1.24.0a1749535364.dist-info}/METADATA +1 -1
  64. pulumi_hcloud-1.24.0a1749535364.dist-info/RECORD +67 -0
  65. {pulumi_hcloud-1.24.0a1747979922.dist-info → pulumi_hcloud-1.24.0a1749535364.dist-info}/WHEEL +1 -1
  66. pulumi_hcloud-1.24.0a1747979922.dist-info/RECORD +0 -67
  67. {pulumi_hcloud-1.24.0a1747979922.dist-info → pulumi_hcloud-1.24.0a1749535364.dist-info}/top_level.txt +0 -0
pulumi_hcloud/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/_inputs.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/firewall.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/network.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/outputs.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/provider.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "hcloud",
4
- "version": "1.24.0-alpha.1747979922"
4
+ "version": "1.24.0-alpha.1749535364"
5
5
  }
pulumi_hcloud/rdns.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/server.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/snapshot.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/ssh_key.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_hcloud/volume.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_hcloud
3
- Version: 1.24.0a1747979922
3
+ Version: 1.24.0a1749535364
4
4
  Summary: A Pulumi package for creating and managing hcloud cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,67 @@
1
+ pulumi_hcloud/__init__.py,sha256=zJEbm3iY2Ca0ty9UfU7e5w4niSdlsRIrsLkX-YAQRyQ,6072
2
+ pulumi_hcloud/_inputs.py,sha256=ZXVMmyQe4qTAbhu_4TtHzZEXUiZ5ut6uDR93qYepzFU,42524
3
+ pulumi_hcloud/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_hcloud/certificate.py,sha256=syYhsaE4iLKdatEm7YaviGK9DGgCs5DP18oG0TB0XaQ,14851
5
+ pulumi_hcloud/firewall.py,sha256=qPvBkJj-zS2JTNAshh1NQsnvA9R1xFpmZJ3q61GR08I,15303
6
+ pulumi_hcloud/firewall_attachment.py,sha256=wcxQP8sk8YlZ5sesxmwAVAxr14Vsqr8bUVi6SpuZf_A,14373
7
+ pulumi_hcloud/floating_ip.py,sha256=e_O9SiYlbOrYqhMhXfnYUOQ-EiX1hIJ0zVxPYjQSg54,22883
8
+ pulumi_hcloud/floating_ip_assignment.py,sha256=jxqshg8TkkroXyNTWiCeRfAz9fuyE03OCIMZLdECoUQ,9976
9
+ pulumi_hcloud/get_certificate.py,sha256=3xgxe3D_lTVhVWkTbu5ch4k_xtUGZqmf7YGxQnG-OgU,9629
10
+ pulumi_hcloud/get_certificates.py,sha256=JXZjdUkKXBf4zMPeFaooUt4Efzs6S0vHRjRGd-i1gy4,4559
11
+ pulumi_hcloud/get_datacenter.py,sha256=4HEMFms7I1WuIkLghmL225VYZ5KlC3PUmD_4i4zL9XE,6884
12
+ pulumi_hcloud/get_datacenters.py,sha256=EuOd5K3XwFiTQDwa8J8_P7o_lRJRdO67bjhhWWKGHZY,4915
13
+ pulumi_hcloud/get_firewall.py,sha256=A8tO7ONtG63A23NAz9kcTHydD-EDI9tdj8R_pqF5Gn0,9089
14
+ pulumi_hcloud/get_firewalls.py,sha256=3GY-zsBTkMRItSktA0JX0DJ8DYexnlf_iAv884qtsZk,5297
15
+ pulumi_hcloud/get_floating_ip.py,sha256=m1GfUXpZW01w-W7BrbkaX-dA233KSCZ9KwETD7dMfP0,11734
16
+ pulumi_hcloud/get_floating_ips.py,sha256=ARWUoC7QbdnYNCxLxJd9Y7fdWp5bmji5LxZo3nC3BLA,4528
17
+ pulumi_hcloud/get_image.py,sha256=7UF0oBI_SCWrZFdnGvXrYtrUmAxP5nZR3s0Ow3MJypE,15186
18
+ pulumi_hcloud/get_images.py,sha256=QDG5joNOmjubMeuuZVK8PA2a6QLTR7jDN353zOVcNqI,8903
19
+ pulumi_hcloud/get_load_balancer.py,sha256=t7ku4sQm7WSF2lE3px57A3PvEguKO45_y6U8RHyeKZk,12329
20
+ pulumi_hcloud/get_load_balancer_type.py,sha256=zlc9xgYGqFCaE0MV6U20zZXiE3ZSkxZPXFrgzr_O8Fs,7860
21
+ pulumi_hcloud/get_load_balancer_types.py,sha256=3rfevmP-NKKSa1czVP0kwijXHzB7GK2G3e1I_ZFgOKA,3566
22
+ pulumi_hcloud/get_load_balancers.py,sha256=yktwS2bRnngj4fm2N25Adr6bWmU6g7NiVV-ZyMTX570,4696
23
+ pulumi_hcloud/get_location.py,sha256=DWTgzsqP9UGmjZ1Slf32MT3bFpom6xp-F6uRMeo6WMQ,7250
24
+ pulumi_hcloud/get_locations.py,sha256=nFeC2RJ-w9-KJUKtm6tNVIMHv4kIjaKCDTiGvbfY48o,4797
25
+ pulumi_hcloud/get_network.py,sha256=jGcyKTLX8U6L9ktHYHjxQaDPd6dw9A9LEdY6gULaBbU,8890
26
+ pulumi_hcloud/get_networks.py,sha256=pWt3v317AismB-rAh4fSyOTiG6QF_mWSycteF4WJbnU,4427
27
+ pulumi_hcloud/get_placement_group.py,sha256=zYe9W6a8xzSBpWmFu3Fw_yDzVZ03Unxflw43ARtcRN4,8303
28
+ pulumi_hcloud/get_placement_groups.py,sha256=40fvf811wJxJWGnahDCcK5a8gdQ-ZJ4c9anoauESCSA,5767
29
+ pulumi_hcloud/get_primary_ip.py,sha256=wqx8tz3Y1KUpIBTlWW_NTRmr9r3xqMaIaS73xYTUC_8,12964
30
+ pulumi_hcloud/get_primary_ips.py,sha256=UulS20zmIhgFgZOIbVASPxNvFIVNvv11TSDqfdeaePI,4482
31
+ pulumi_hcloud/get_server.py,sha256=PXsZJ-RppD47VVZSSwcD6ScHSu1owMXPNjp3NVXh73A,19305
32
+ pulumi_hcloud/get_server_type.py,sha256=s9xkMLu_g2CjdRpvWVPtkSr40COKbqU__qq0AJYTomE,10852
33
+ pulumi_hcloud/get_server_types.py,sha256=gUQwnQxzumSCXAEdaUuNFNeFzt0Zmh0LD_5bw3rw1G0,5010
34
+ pulumi_hcloud/get_servers.py,sha256=P-f0VAjkgPfs5VWYhEXivSj-gWR7fMc127LCLeHVJak,5610
35
+ pulumi_hcloud/get_ssh_key.py,sha256=vNzRsuTLQZNJyJL_Ez8nnh2sCuA8QRJt07U_cI6iNCc,8525
36
+ pulumi_hcloud/get_ssh_keys.py,sha256=f88Un1fVBb6ZUilASZPHx8Wh7w45wajo8PgffT0vwVc,4761
37
+ pulumi_hcloud/get_volume.py,sha256=hA9cuH7AG1BYPoLzK6CSeJ35KUJ_CDn-V1Ag8QWWuJ0,11264
38
+ pulumi_hcloud/get_volumes.py,sha256=525RxuGCc0Hn8EUu3brDb9M3gLtkXFEy1Q76wMD7Pi0,5480
39
+ pulumi_hcloud/load_balancer.py,sha256=QmNbfy5km1psTRgE62dxvWYafdQDKEphLhtEZZeWWJ4,30029
40
+ pulumi_hcloud/load_balancer_network.py,sha256=TMlTOdEhx2vaoJ_i2wiDqCVSTwN0tUFxNYMdOxV7n0E,23119
41
+ pulumi_hcloud/load_balancer_service.py,sha256=OLz4brH-fugqqjDlItY9alNxeASQGTykNJjaODeNU7c,23786
42
+ pulumi_hcloud/load_balancer_target.py,sha256=4Eifgo78TXQ5f0k2RBJLAleV5UrKaiA-ysyV5k_EdYI,21578
43
+ pulumi_hcloud/managed_certificate.py,sha256=70N15NtHmcJCg3_3AjQuPg9nTctsc012fK4dFRBGp9g,19294
44
+ pulumi_hcloud/network.py,sha256=8E8D66DkU1lJ_-HoebqVZKRTNHQfWSTqpHTtAJzME-4,17552
45
+ pulumi_hcloud/network_route.py,sha256=nL6Ao3INA5kSgJbro2czZ9UNvvzArH9ymVIvOzR9FQk,13977
46
+ pulumi_hcloud/network_subnet.py,sha256=lyI04Pl9LoOEjnhtgRwevvHWDojAgXprVEi2sN7Ndto,17063
47
+ pulumi_hcloud/outputs.py,sha256=pycjxedBKunoF463kBxG5p1Z376wyw7EZTjBmulJ14k,95456
48
+ pulumi_hcloud/placement_group.py,sha256=eb2CoTW-KatdI7dyLExjgUIz9f70cqzrsCFtu_Dy1_c,12182
49
+ pulumi_hcloud/primary_ip.py,sha256=SUincXc-o5U7yc5GQLzUGshCb_2sYoc3f7uFrbOh9hs,28807
50
+ pulumi_hcloud/provider.py,sha256=bG8Vh2wP1DUxJ7rwkFBZAmlCO01JcRw3Ms4sqP9kqkQ,10292
51
+ pulumi_hcloud/pulumi-plugin.json,sha256=Mc8FEBVGHOsC8gvZKC_95aXcvMEWsgfM7CSZiD8VS8I,83
52
+ pulumi_hcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
+ pulumi_hcloud/rdns.py,sha256=XWGnRJySNH0UGRdwwpl_82o7W1FvVOUiqvPxhH-F97U,22319
54
+ pulumi_hcloud/server.py,sha256=WWL5iuaoC3LDFPGFR2hSZcH0BZfZMlQnjTFX_0qvBhU,74193
55
+ pulumi_hcloud/server_network.py,sha256=N8s8siGF-WxdStOrzm_IWAwtxXsd6Ag9x81zB4jdlD0,22587
56
+ pulumi_hcloud/snapshot.py,sha256=fyEGHClqTDFcsWoqDpd0SkiBse7LSe2Xab_cQifP52Q,11500
57
+ pulumi_hcloud/ssh_key.py,sha256=e78GEI3OTQcBgpGyvJsk9fSYyMFr3PLfW-LA1oSxIyI,12598
58
+ pulumi_hcloud/uploaded_certificate.py,sha256=LD7viIdEGNsbITkxwPmkZKLfudP3CVyi6Tbbr6lgVAA,22099
59
+ pulumi_hcloud/volume.py,sha256=htM3jicjpFUHQm_ZaJyJfzKYF6rGcVzyEUVyOVUoj2c,25654
60
+ pulumi_hcloud/volume_attachment.py,sha256=WDEG9Gt4x_-d3VXYnS_cVChJztMMdOBtUMtmSML3MoU,11519
61
+ pulumi_hcloud/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
62
+ pulumi_hcloud/config/__init__.pyi,sha256=NyH5mTbU8g6cRYOLU34zJBQGTAl0boPWQVa4QzGWpJ8,1046
63
+ pulumi_hcloud/config/vars.py,sha256=hnxieVtGo3mdPwFcm9FLTIVn0qXsxTAB7DIiFMGAUh0,1545
64
+ pulumi_hcloud-1.24.0a1749535364.dist-info/METADATA,sha256=HduYN-v3zcKMTl4sRsGcuIpwDljjpubtKNvHRnBi6xA,2123
65
+ pulumi_hcloud-1.24.0a1749535364.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
66
+ pulumi_hcloud-1.24.0a1749535364.dist-info/top_level.txt,sha256=1P62wdJ9bVotT2lSpU9iMUl24bR9TwEGl2JyhNg4Xy8,14
67
+ pulumi_hcloud-1.24.0a1749535364.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,67 +0,0 @@
1
- pulumi_hcloud/__init__.py,sha256=l8SoyDruXFhrcif_6QKMbCYcU4p7rNqo6Mu8zHLU_-I,6090
2
- pulumi_hcloud/_inputs.py,sha256=v4SF9lbUUUdGajFO3YYTAgDCxyib9SYniCyoO9qk0B8,42542
3
- pulumi_hcloud/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_hcloud/certificate.py,sha256=qv5UzMGoH2As_RmjD_HQBkczv-MLnHKIzkWuEWyz0kY,14869
5
- pulumi_hcloud/firewall.py,sha256=NpsgqLRdMmnmXOjVNyrTo8qv4z7Fj_-8eh0zSv_A9U0,15321
6
- pulumi_hcloud/firewall_attachment.py,sha256=jvsSbrvfXUZuCTbxq1mjONUvjP0Enbo1q-8ogtY7zXo,14391
7
- pulumi_hcloud/floating_ip.py,sha256=7S7BsRKB_smL7BnVoP-MvHW_Z3MY0Qx9BVz_qDMeGGo,22901
8
- pulumi_hcloud/floating_ip_assignment.py,sha256=wDYW3k4dEWb6ZVqvv5qu0A1kC6MkC74yEtqcpAfA-c8,9994
9
- pulumi_hcloud/get_certificate.py,sha256=G5-aZMxzf4Edy6K-7IPcsMFP7zrhoyP3C9Zr3CuPyMc,9647
10
- pulumi_hcloud/get_certificates.py,sha256=mjZQ7awdhRpqWOt0Fhco3dXm5ymMA1F89TeEdg2zsDg,4577
11
- pulumi_hcloud/get_datacenter.py,sha256=EXqqz976bAufS99WNzg78yzWp0o-bQVS2hVrfmGm_-M,6902
12
- pulumi_hcloud/get_datacenters.py,sha256=xvqyMyRoyrCDpxU_sfP166MxIK379b5uexSAjQ-LYW8,4933
13
- pulumi_hcloud/get_firewall.py,sha256=ufIpjuClMpmr04xSzZ0igTk2muGdi02gTniIXMxO21c,9107
14
- pulumi_hcloud/get_firewalls.py,sha256=H8WxRXg_y3GLNarpBRMm5MDtKPXRkSc-S4nm-QcNlhY,5315
15
- pulumi_hcloud/get_floating_ip.py,sha256=SB88qTo6V6IgfBFa4iUOpuuuc4YXuVvluGynr8xJ0Bc,11752
16
- pulumi_hcloud/get_floating_ips.py,sha256=aF26cBlSjLFodmYQ7RwVNsepkpyEeU4mfPHp4Un5iFU,4546
17
- pulumi_hcloud/get_image.py,sha256=vKwuw6raPE7h8XkvDrYWNGdSQFnmx7eVnN5ly6YWF0A,15204
18
- pulumi_hcloud/get_images.py,sha256=voSK_1PSmGOuxXklF-QegJBTuFzwS9TfYj25K81ESKc,8921
19
- pulumi_hcloud/get_load_balancer.py,sha256=18Gx4YgJ_56RWhHBYb5d33-csSGYYFI7lqw-T73eNJE,12347
20
- pulumi_hcloud/get_load_balancer_type.py,sha256=uKsuij6tey3K3FIeBUWtzRbjSlYMoY1fuu1Qpw6x4iw,7878
21
- pulumi_hcloud/get_load_balancer_types.py,sha256=lHqov6Fb90xywRnlH8QXmWi8cm2AHf1TRIKpptclvN0,3584
22
- pulumi_hcloud/get_load_balancers.py,sha256=svwKEtlaiFY1IPl4JIo6r7cPCyi3T0zMAaZOpTbEq3c,4714
23
- pulumi_hcloud/get_location.py,sha256=EJ6H_gof_vYfFkBDRuaegBKRVUbh_PaYI22z6tnWtVk,7268
24
- pulumi_hcloud/get_locations.py,sha256=qndSDVymcuyRXP-_Qm7sRogfSC2ZjF-MK5t0sSzKWIY,4815
25
- pulumi_hcloud/get_network.py,sha256=qQp-zFi2fEbBcYVmiYmjW2R_RKN8hZuXsNqHzabHMNc,8908
26
- pulumi_hcloud/get_networks.py,sha256=7oSEvzW2qk-On-Ev4CR76H6j-Qo0rXb5F0LaL7mHi30,4445
27
- pulumi_hcloud/get_placement_group.py,sha256=N8ifO9F3LjxRmafV_UpSg7-k-Wtgw1cQUddvGl5BkLs,8321
28
- pulumi_hcloud/get_placement_groups.py,sha256=u4RWwTfWaV7WSbaBntUyOYFqd2VcNJMN8nCLDRrn21c,5785
29
- pulumi_hcloud/get_primary_ip.py,sha256=gCeRct8yuAw7Z6SbzzydnjEYN0nz9zHikc97RtAiiNM,12982
30
- pulumi_hcloud/get_primary_ips.py,sha256=X8KQjtDuF9_B5P5sgdirluW1265IkfJGPyZ4FEroSs0,4500
31
- pulumi_hcloud/get_server.py,sha256=auLedGWZ3rq5hdQeFJcbokAr4FeXZ7C6CB3blLMBGVI,19323
32
- pulumi_hcloud/get_server_type.py,sha256=ZCRcgCknuFvfJwWh3m5G5uOAwtVsAlcV26SZT3TA65c,10870
33
- pulumi_hcloud/get_server_types.py,sha256=0kbkzsBKDxh4BulnmCe9vQnLffMWqLNLmO-XEbjkgn4,5028
34
- pulumi_hcloud/get_servers.py,sha256=Kod4LHURLsu6mMgtORKJlL98J86z8_F0Lo3nf7fhNWI,5628
35
- pulumi_hcloud/get_ssh_key.py,sha256=nORl-rJIwJkl0UMB3BLiNxGidQ-P-Q4owm09j-Ir17s,8543
36
- pulumi_hcloud/get_ssh_keys.py,sha256=jThOMLoAxs_ob9yCTNNdaaLuyRCCYyLmBieHmBQ0tn4,4779
37
- pulumi_hcloud/get_volume.py,sha256=jckuuRzwLXt8xY_azG1GXynCjC_rKqk_IyH4n1nwY-0,11282
38
- pulumi_hcloud/get_volumes.py,sha256=VKEXvpMV6dIljtmr9ywxP4wtLSHKXu2AienI1b1Kj7A,5498
39
- pulumi_hcloud/load_balancer.py,sha256=ZbCkmd_ZdOiJqoHalRwHnTZiuh4B3Rd38FDswfCIR1I,30047
40
- pulumi_hcloud/load_balancer_network.py,sha256=XAbkWR4yjDH2oz6MtW2O7wENNMcba00p1bkgGEOFPC8,23137
41
- pulumi_hcloud/load_balancer_service.py,sha256=LVev_TshMg9hRUR4vj0QsPxp10qz6AilFClEVMBeU_I,23804
42
- pulumi_hcloud/load_balancer_target.py,sha256=yemzd_iNOR9mOIdvPwDuGUX79WjBjKu85HnL7nisLAM,21596
43
- pulumi_hcloud/managed_certificate.py,sha256=tjKyolPkspxcYWFxSZqYjmRpX2Eqte419__wXt13cnM,19312
44
- pulumi_hcloud/network.py,sha256=zLuNJPBvV-CwPxyuTMdxbqSvN5DrZeZov7ftb4Zfx-8,17570
45
- pulumi_hcloud/network_route.py,sha256=2UvYQD19P-SVTFSF329TaYYAAK4_u-mzLglyMiXvKEM,13995
46
- pulumi_hcloud/network_subnet.py,sha256=AmRKUEz_RbmB9HsJTVUwWES2z461_FLQ6TVmkBC6hlk,17081
47
- pulumi_hcloud/outputs.py,sha256=en9-rqyLct8ApJzQGjazRkygVogZqCwzHxqyviiKn3k,95474
48
- pulumi_hcloud/placement_group.py,sha256=zCSH3Lq-QK5vvvP8j7H6weLg98bhPrIStk9BO83XA0w,12200
49
- pulumi_hcloud/primary_ip.py,sha256=Etz_kRMSxPLl_-8Am-NKN_2eds2DLkEaX6pmH32_nRc,28825
50
- pulumi_hcloud/provider.py,sha256=1780mS_7rxlE2nY-7O5Zu6VUsYkumDmjOUaOq-u7AhI,10310
51
- pulumi_hcloud/pulumi-plugin.json,sha256=UyVMVIbiQRUmvekdr1pCiKFjLZ90gNg1lT4AW_16dD0,83
52
- pulumi_hcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
- pulumi_hcloud/rdns.py,sha256=c5XeGFzLQt65miKsnkg6r8SJLuR7fQL7wGNI4Hnjfb4,22337
54
- pulumi_hcloud/server.py,sha256=HawCqtcHMT7a8bEQApJMELDLSZPfOnCuDHO4EntVgKs,74211
55
- pulumi_hcloud/server_network.py,sha256=0udh8MbRF0Oq-C-L9EmfqGvq7lZBphRV65z5PheFbis,22605
56
- pulumi_hcloud/snapshot.py,sha256=iTehEXyH01cXXiDvrEllObMNj7y9MPlsUhdwGYGyato,11518
57
- pulumi_hcloud/ssh_key.py,sha256=1Xrh2pCVVbuhT9wvpiLWAyOlTNtRAwLsLBjbS8XaqBA,12616
58
- pulumi_hcloud/uploaded_certificate.py,sha256=NHBHgsWgZTgtsuhqlBK4b4hnq95WH6S1Q4CjMJpyyeM,22117
59
- pulumi_hcloud/volume.py,sha256=n9wocl5NUFO7HuBXTV9nnrNKiTWoLwg0a2gHPHLm0mo,25672
60
- pulumi_hcloud/volume_attachment.py,sha256=GQzqKI37hHDXHN0wDLI8DIGvn6xx3HaGWNyf561s6ic,11537
61
- pulumi_hcloud/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
62
- pulumi_hcloud/config/__init__.pyi,sha256=LajgjgLAQQXXU9BrGBP3RVJVVd9zGbrL2P17lp4O2NM,1064
63
- pulumi_hcloud/config/vars.py,sha256=uyHyBZHLVMggzJjuB_qgXGREDw7snxQbtzq0JmrnoOw,1563
64
- pulumi_hcloud-1.24.0a1747979922.dist-info/METADATA,sha256=_CuZMmrusSj8llCXlplpl0i-KMQNHOrvQ8uXzy-zs_s,2123
65
- pulumi_hcloud-1.24.0a1747979922.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
66
- pulumi_hcloud-1.24.0a1747979922.dist-info/top_level.txt,sha256=1P62wdJ9bVotT2lSpU9iMUl24bR9TwEGl2JyhNg4Xy8,14
67
- pulumi_hcloud-1.24.0a1747979922.dist-info/RECORD,,