pulumi-hcloud 1.30.0a1768432799__tar.gz → 1.30.0a1768535102__tar.gz
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.
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/PKG-INFO +1 -1
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_primary_ip.py +37 -2
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_server.py +2 -1
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/outputs.py +9 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/primary_ip.py +89 -7
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/pulumi-plugin.json +1 -1
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/server.py +39 -4
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/storage_box.py +27 -7
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud.egg-info/PKG-INFO +1 -1
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pyproject.toml +1 -1
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/README.md +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/__init__.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/_inputs.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/_utilities.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/certificate.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/config/__init__.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/config/__init__.pyi +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/config/vars.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/firewall.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/firewall_attachment.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/floating_ip.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/floating_ip_assignment.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_certificate.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_certificates.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_datacenter.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_datacenters.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_firewall.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_firewalls.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_floating_ip.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_floating_ips.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_image.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_images.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_load_balancer.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_load_balancer_type.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_load_balancer_types.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_load_balancers.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_location.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_locations.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_network.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_networks.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_placement_group.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_placement_groups.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_primary_ips.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_server_type.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_server_types.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_servers.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_ssh_key.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_ssh_keys.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box_snapshot.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box_snapshots.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box_subaccount.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box_subaccounts.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box_type.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box_types.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_boxes.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_volume.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_volumes.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zone.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zone_rrset.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zone_rrsets.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zones.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/load_balancer.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/load_balancer_network.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/load_balancer_service.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/load_balancer_target.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/managed_certificate.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/network.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/network_route.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/network_subnet.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/placement_group.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/provider.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/py.typed +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/rdns.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/server_network.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/snapshot.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/ssh_key.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/storage_box_snapshot.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/storage_box_subaccount.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/uploaded_certificate.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/volume.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/volume_attachment.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/zone.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/zone_rrset.py +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud.egg-info/SOURCES.txt +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud.egg-info/dependency_links.txt +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud.egg-info/requires.txt +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud.egg-info/top_level.txt +0 -0
- {pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/setup.cfg +0 -0
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_primary_ip.py
RENAMED
|
@@ -26,7 +26,7 @@ class GetPrimaryIpResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getPrimaryIp.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, assignee_id=None, assignee_type=None, auto_delete=None, datacenter=None, delete_protection=None, id=None, ip_address=None, ip_network=None, labels=None, name=None, type=None, with_selector=None):
|
|
29
|
+
def __init__(__self__, assignee_id=None, assignee_type=None, auto_delete=None, datacenter=None, delete_protection=None, id=None, ip_address=None, ip_network=None, labels=None, location=None, name=None, type=None, with_selector=None):
|
|
30
30
|
if assignee_id and not isinstance(assignee_id, int):
|
|
31
31
|
raise TypeError("Expected argument 'assignee_id' to be a int")
|
|
32
32
|
pulumi.set(__self__, "assignee_id", assignee_id)
|
|
@@ -54,6 +54,9 @@ class GetPrimaryIpResult:
|
|
|
54
54
|
if labels and not isinstance(labels, dict):
|
|
55
55
|
raise TypeError("Expected argument 'labels' to be a dict")
|
|
56
56
|
pulumi.set(__self__, "labels", labels)
|
|
57
|
+
if location and not isinstance(location, str):
|
|
58
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
59
|
+
pulumi.set(__self__, "location", location)
|
|
57
60
|
if name and not isinstance(name, str):
|
|
58
61
|
raise TypeError("Expected argument 'name' to be a str")
|
|
59
62
|
pulumi.set(__self__, "name", name)
|
|
@@ -90,9 +93,10 @@ class GetPrimaryIpResult:
|
|
|
90
93
|
|
|
91
94
|
@_builtins.property
|
|
92
95
|
@pulumi.getter
|
|
96
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
93
97
|
def datacenter(self) -> _builtins.str:
|
|
94
98
|
"""
|
|
95
|
-
(string) The datacenter name of the Primary IP. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
99
|
+
(string, deprecated) The datacenter name of the Primary IP. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
96
100
|
"""
|
|
97
101
|
return pulumi.get(self, "datacenter")
|
|
98
102
|
|
|
@@ -136,6 +140,14 @@ class GetPrimaryIpResult:
|
|
|
136
140
|
"""
|
|
137
141
|
return pulumi.get(self, "labels")
|
|
138
142
|
|
|
143
|
+
@_builtins.property
|
|
144
|
+
@pulumi.getter
|
|
145
|
+
def location(self) -> _builtins.str:
|
|
146
|
+
"""
|
|
147
|
+
(string) The location of the Primary IP. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "location")
|
|
150
|
+
|
|
139
151
|
@_builtins.property
|
|
140
152
|
@pulumi.getter
|
|
141
153
|
def name(self) -> Optional[_builtins.str]:
|
|
@@ -173,6 +185,7 @@ class AwaitableGetPrimaryIpResult(GetPrimaryIpResult):
|
|
|
173
185
|
ip_address=self.ip_address,
|
|
174
186
|
ip_network=self.ip_network,
|
|
175
187
|
labels=self.labels,
|
|
188
|
+
location=self.location,
|
|
176
189
|
name=self.name,
|
|
177
190
|
type=self.type,
|
|
178
191
|
with_selector=self.with_selector)
|
|
@@ -194,6 +207,16 @@ def get_primary_ip(assignee_id: Optional[_builtins.int] = None,
|
|
|
194
207
|
If a server is getting created, it has to have a primary ip. If a server is getting created without defining primary ips, two of them (one ipv4 and one ipv6) getting created & attached.
|
|
195
208
|
Currently, Primary IPs can be only attached to servers.
|
|
196
209
|
|
|
210
|
+
## Deprecations
|
|
211
|
+
|
|
212
|
+
### `datacenter` attribute
|
|
213
|
+
|
|
214
|
+
The `datacenter` attribute is deprecated, use the `location` attribute instead.
|
|
215
|
+
|
|
216
|
+
See our the [API changelog](https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters) for more details.
|
|
217
|
+
|
|
218
|
+
> Please upgrade to `v1.58.0+` of the provider to avoid issues once the Hetzner Cloud API no longer returns the `datacenter` attribute.
|
|
219
|
+
|
|
197
220
|
## Example Usage
|
|
198
221
|
|
|
199
222
|
# Data Source: PrimaryIp
|
|
@@ -250,6 +273,7 @@ def get_primary_ip(assignee_id: Optional[_builtins.int] = None,
|
|
|
250
273
|
ip_address=pulumi.get(__ret__, 'ip_address'),
|
|
251
274
|
ip_network=pulumi.get(__ret__, 'ip_network'),
|
|
252
275
|
labels=pulumi.get(__ret__, 'labels'),
|
|
276
|
+
location=pulumi.get(__ret__, 'location'),
|
|
253
277
|
name=pulumi.get(__ret__, 'name'),
|
|
254
278
|
type=pulumi.get(__ret__, 'type'),
|
|
255
279
|
with_selector=pulumi.get(__ret__, 'with_selector'))
|
|
@@ -269,6 +293,16 @@ def get_primary_ip_output(assignee_id: Optional[pulumi.Input[Optional[_builtins.
|
|
|
269
293
|
If a server is getting created, it has to have a primary ip. If a server is getting created without defining primary ips, two of them (one ipv4 and one ipv6) getting created & attached.
|
|
270
294
|
Currently, Primary IPs can be only attached to servers.
|
|
271
295
|
|
|
296
|
+
## Deprecations
|
|
297
|
+
|
|
298
|
+
### `datacenter` attribute
|
|
299
|
+
|
|
300
|
+
The `datacenter` attribute is deprecated, use the `location` attribute instead.
|
|
301
|
+
|
|
302
|
+
See our the [API changelog](https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters) for more details.
|
|
303
|
+
|
|
304
|
+
> Please upgrade to `v1.58.0+` of the provider to avoid issues once the Hetzner Cloud API no longer returns the `datacenter` attribute.
|
|
305
|
+
|
|
272
306
|
## Example Usage
|
|
273
307
|
|
|
274
308
|
# Data Source: PrimaryIp
|
|
@@ -324,6 +358,7 @@ def get_primary_ip_output(assignee_id: Optional[pulumi.Input[Optional[_builtins.
|
|
|
324
358
|
ip_address=pulumi.get(__response__, 'ip_address'),
|
|
325
359
|
ip_network=pulumi.get(__response__, 'ip_network'),
|
|
326
360
|
labels=pulumi.get(__response__, 'labels'),
|
|
361
|
+
location=pulumi.get(__response__, 'location'),
|
|
327
362
|
name=pulumi.get(__response__, 'name'),
|
|
328
363
|
type=pulumi.get(__response__, 'type'),
|
|
329
364
|
with_selector=pulumi.get(__response__, 'with_selector')))
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_server.py
RENAMED
|
@@ -120,9 +120,10 @@ class GetServerResult:
|
|
|
120
120
|
|
|
121
121
|
@_builtins.property
|
|
122
122
|
@pulumi.getter
|
|
123
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
123
124
|
def datacenter(self) -> _builtins.str:
|
|
124
125
|
"""
|
|
125
|
-
(string) The datacenter name. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
126
|
+
(string, deprecated) The datacenter name. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
126
127
|
"""
|
|
127
128
|
return pulumi.get(self, "datacenter")
|
|
128
129
|
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/outputs.py
RENAMED
|
@@ -2547,6 +2547,7 @@ class GetPrimaryIpsPrimaryIpResult(dict):
|
|
|
2547
2547
|
ip_address: _builtins.str,
|
|
2548
2548
|
ip_network: _builtins.str,
|
|
2549
2549
|
labels: Mapping[str, _builtins.str],
|
|
2550
|
+
location: _builtins.str,
|
|
2550
2551
|
type: _builtins.str,
|
|
2551
2552
|
name: Optional[_builtins.str] = None):
|
|
2552
2553
|
pulumi.set(__self__, "assignee_id", assignee_id)
|
|
@@ -2558,6 +2559,7 @@ class GetPrimaryIpsPrimaryIpResult(dict):
|
|
|
2558
2559
|
pulumi.set(__self__, "ip_address", ip_address)
|
|
2559
2560
|
pulumi.set(__self__, "ip_network", ip_network)
|
|
2560
2561
|
pulumi.set(__self__, "labels", labels)
|
|
2562
|
+
pulumi.set(__self__, "location", location)
|
|
2561
2563
|
pulumi.set(__self__, "type", type)
|
|
2562
2564
|
if name is not None:
|
|
2563
2565
|
pulumi.set(__self__, "name", name)
|
|
@@ -2579,6 +2581,7 @@ class GetPrimaryIpsPrimaryIpResult(dict):
|
|
|
2579
2581
|
|
|
2580
2582
|
@_builtins.property
|
|
2581
2583
|
@pulumi.getter
|
|
2584
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
2582
2585
|
def datacenter(self) -> _builtins.str:
|
|
2583
2586
|
return pulumi.get(self, "datacenter")
|
|
2584
2587
|
|
|
@@ -2607,6 +2610,11 @@ class GetPrimaryIpsPrimaryIpResult(dict):
|
|
|
2607
2610
|
def labels(self) -> Mapping[str, _builtins.str]:
|
|
2608
2611
|
return pulumi.get(self, "labels")
|
|
2609
2612
|
|
|
2613
|
+
@_builtins.property
|
|
2614
|
+
@pulumi.getter
|
|
2615
|
+
def location(self) -> _builtins.str:
|
|
2616
|
+
return pulumi.get(self, "location")
|
|
2617
|
+
|
|
2610
2618
|
@_builtins.property
|
|
2611
2619
|
@pulumi.getter
|
|
2612
2620
|
def type(self) -> _builtins.str:
|
|
@@ -3025,6 +3033,7 @@ class GetServersServerResult(dict):
|
|
|
3025
3033
|
|
|
3026
3034
|
@_builtins.property
|
|
3027
3035
|
@pulumi.getter
|
|
3036
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
3028
3037
|
def datacenter(self) -> _builtins.str:
|
|
3029
3038
|
return pulumi.get(self, "datacenter")
|
|
3030
3039
|
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/primary_ip.py
RENAMED
|
@@ -26,6 +26,7 @@ class PrimaryIpArgs:
|
|
|
26
26
|
datacenter: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
27
|
delete_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
28
28
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
29
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
30
|
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
30
31
|
"""
|
|
31
32
|
The set of arguments for constructing a PrimaryIp resource.
|
|
@@ -37,8 +38,9 @@ class PrimaryIpArgs:
|
|
|
37
38
|
:param pulumi.Input[_builtins.str] datacenter: The datacenter name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
38
39
|
:param pulumi.Input[_builtins.bool] delete_protection: Whether delete protection is enabled. See "Delete Protection" in the Provider Docs for details.
|
|
39
40
|
|
|
40
|
-
Note: At least one of `datacenter` or `assignee_id` is required.
|
|
41
|
+
Note: At least one of `location`, `datacenter` or `assignee_id` is required.
|
|
41
42
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels (key-value pairs).
|
|
43
|
+
:param pulumi.Input[_builtins.str] location: The location name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
42
44
|
:param pulumi.Input[_builtins.str] name: Name of the Primary IP.
|
|
43
45
|
"""
|
|
44
46
|
pulumi.set(__self__, "assignee_type", assignee_type)
|
|
@@ -46,12 +48,17 @@ class PrimaryIpArgs:
|
|
|
46
48
|
pulumi.set(__self__, "type", type)
|
|
47
49
|
if assignee_id is not None:
|
|
48
50
|
pulumi.set(__self__, "assignee_id", assignee_id)
|
|
51
|
+
if datacenter is not None:
|
|
52
|
+
warnings.warn("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""", DeprecationWarning)
|
|
53
|
+
pulumi.log.warn("""datacenter is deprecated: The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
49
54
|
if datacenter is not None:
|
|
50
55
|
pulumi.set(__self__, "datacenter", datacenter)
|
|
51
56
|
if delete_protection is not None:
|
|
52
57
|
pulumi.set(__self__, "delete_protection", delete_protection)
|
|
53
58
|
if labels is not None:
|
|
54
59
|
pulumi.set(__self__, "labels", labels)
|
|
60
|
+
if location is not None:
|
|
61
|
+
pulumi.set(__self__, "location", location)
|
|
55
62
|
if name is not None:
|
|
56
63
|
pulumi.set(__self__, "name", name)
|
|
57
64
|
|
|
@@ -106,6 +113,7 @@ class PrimaryIpArgs:
|
|
|
106
113
|
|
|
107
114
|
@_builtins.property
|
|
108
115
|
@pulumi.getter
|
|
116
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
109
117
|
def datacenter(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
110
118
|
"""
|
|
111
119
|
The datacenter name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
@@ -122,7 +130,7 @@ class PrimaryIpArgs:
|
|
|
122
130
|
"""
|
|
123
131
|
Whether delete protection is enabled. See "Delete Protection" in the Provider Docs for details.
|
|
124
132
|
|
|
125
|
-
Note: At least one of `datacenter` or `assignee_id` is required.
|
|
133
|
+
Note: At least one of `location`, `datacenter` or `assignee_id` is required.
|
|
126
134
|
"""
|
|
127
135
|
return pulumi.get(self, "delete_protection")
|
|
128
136
|
|
|
@@ -142,6 +150,18 @@ class PrimaryIpArgs:
|
|
|
142
150
|
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
143
151
|
pulumi.set(self, "labels", value)
|
|
144
152
|
|
|
153
|
+
@_builtins.property
|
|
154
|
+
@pulumi.getter
|
|
155
|
+
def location(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
156
|
+
"""
|
|
157
|
+
The location name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "location")
|
|
160
|
+
|
|
161
|
+
@location.setter
|
|
162
|
+
def location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
163
|
+
pulumi.set(self, "location", value)
|
|
164
|
+
|
|
145
165
|
@_builtins.property
|
|
146
166
|
@pulumi.getter
|
|
147
167
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -166,6 +186,7 @@ class _PrimaryIpState:
|
|
|
166
186
|
ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
167
187
|
ip_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
168
188
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
189
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
|
169
190
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
170
191
|
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
171
192
|
"""
|
|
@@ -177,10 +198,11 @@ class _PrimaryIpState:
|
|
|
177
198
|
:param pulumi.Input[_builtins.str] datacenter: The datacenter name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
178
199
|
:param pulumi.Input[_builtins.bool] delete_protection: Whether delete protection is enabled. See "Delete Protection" in the Provider Docs for details.
|
|
179
200
|
|
|
180
|
-
Note: At least one of `datacenter` or `assignee_id` is required.
|
|
201
|
+
Note: At least one of `location`, `datacenter` or `assignee_id` is required.
|
|
181
202
|
:param pulumi.Input[_builtins.str] ip_address: (string) IP Address of the Primary IP.
|
|
182
203
|
:param pulumi.Input[_builtins.str] ip_network: (string) IPv6 subnet of the Primary IP for IPv6 addresses. (Only set if `type` is `ipv6`)
|
|
183
204
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels (key-value pairs).
|
|
205
|
+
:param pulumi.Input[_builtins.str] location: The location name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
184
206
|
:param pulumi.Input[_builtins.str] name: Name of the Primary IP.
|
|
185
207
|
:param pulumi.Input[_builtins.str] type: Type of the Primary IP. `ipv4` or `ipv6`
|
|
186
208
|
"""
|
|
@@ -190,6 +212,9 @@ class _PrimaryIpState:
|
|
|
190
212
|
pulumi.set(__self__, "assignee_type", assignee_type)
|
|
191
213
|
if auto_delete is not None:
|
|
192
214
|
pulumi.set(__self__, "auto_delete", auto_delete)
|
|
215
|
+
if datacenter is not None:
|
|
216
|
+
warnings.warn("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""", DeprecationWarning)
|
|
217
|
+
pulumi.log.warn("""datacenter is deprecated: The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
193
218
|
if datacenter is not None:
|
|
194
219
|
pulumi.set(__self__, "datacenter", datacenter)
|
|
195
220
|
if delete_protection is not None:
|
|
@@ -200,6 +225,8 @@ class _PrimaryIpState:
|
|
|
200
225
|
pulumi.set(__self__, "ip_network", ip_network)
|
|
201
226
|
if labels is not None:
|
|
202
227
|
pulumi.set(__self__, "labels", labels)
|
|
228
|
+
if location is not None:
|
|
229
|
+
pulumi.set(__self__, "location", location)
|
|
203
230
|
if name is not None:
|
|
204
231
|
pulumi.set(__self__, "name", name)
|
|
205
232
|
if type is not None:
|
|
@@ -244,6 +271,7 @@ class _PrimaryIpState:
|
|
|
244
271
|
|
|
245
272
|
@_builtins.property
|
|
246
273
|
@pulumi.getter
|
|
274
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
247
275
|
def datacenter(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
248
276
|
"""
|
|
249
277
|
The datacenter name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
@@ -260,7 +288,7 @@ class _PrimaryIpState:
|
|
|
260
288
|
"""
|
|
261
289
|
Whether delete protection is enabled. See "Delete Protection" in the Provider Docs for details.
|
|
262
290
|
|
|
263
|
-
Note: At least one of `datacenter` or `assignee_id` is required.
|
|
291
|
+
Note: At least one of `location`, `datacenter` or `assignee_id` is required.
|
|
264
292
|
"""
|
|
265
293
|
return pulumi.get(self, "delete_protection")
|
|
266
294
|
|
|
@@ -304,6 +332,18 @@ class _PrimaryIpState:
|
|
|
304
332
|
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
305
333
|
pulumi.set(self, "labels", value)
|
|
306
334
|
|
|
335
|
+
@_builtins.property
|
|
336
|
+
@pulumi.getter
|
|
337
|
+
def location(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
338
|
+
"""
|
|
339
|
+
The location name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "location")
|
|
342
|
+
|
|
343
|
+
@location.setter
|
|
344
|
+
def location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
345
|
+
pulumi.set(self, "location", value)
|
|
346
|
+
|
|
307
347
|
@_builtins.property
|
|
308
348
|
@pulumi.getter
|
|
309
349
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -341,6 +381,7 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
341
381
|
datacenter: Optional[pulumi.Input[_builtins.str]] = None,
|
|
342
382
|
delete_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
343
383
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
384
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
|
344
385
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
345
386
|
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
346
387
|
__props__=None):
|
|
@@ -350,6 +391,19 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
350
391
|
If a server is getting created, it has to have a primary ip. If a server is getting created without defining primary ips, two of them (one ipv4 and one ipv6) getting created & attached.
|
|
351
392
|
Currently, Primary IPs can be only attached to servers.
|
|
352
393
|
|
|
394
|
+
## Deprecations
|
|
395
|
+
|
|
396
|
+
### `datacenter` attribute
|
|
397
|
+
|
|
398
|
+
The `datacenter` attribute is deprecated, use the `location` attribute instead.
|
|
399
|
+
|
|
400
|
+
See our the [API changelog](https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters) for more details.
|
|
401
|
+
|
|
402
|
+
> Please upgrade to `v1.58.0+` of the provider to avoid issues once the Hetzner Cloud API no longer accepts
|
|
403
|
+
and returns the `datacenter` attribute. This version of the provider remains backward compatible by preserving
|
|
404
|
+
the `datacenter` value in the state and by extracting the `location` name from the `datacenter` attribute when
|
|
405
|
+
communicating with the API.
|
|
406
|
+
|
|
353
407
|
## Example Usage
|
|
354
408
|
|
|
355
409
|
```python
|
|
@@ -396,8 +450,9 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
396
450
|
:param pulumi.Input[_builtins.str] datacenter: The datacenter name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
397
451
|
:param pulumi.Input[_builtins.bool] delete_protection: Whether delete protection is enabled. See "Delete Protection" in the Provider Docs for details.
|
|
398
452
|
|
|
399
|
-
Note: At least one of `datacenter` or `assignee_id` is required.
|
|
453
|
+
Note: At least one of `location`, `datacenter` or `assignee_id` is required.
|
|
400
454
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels (key-value pairs).
|
|
455
|
+
:param pulumi.Input[_builtins.str] location: The location name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
401
456
|
:param pulumi.Input[_builtins.str] name: Name of the Primary IP.
|
|
402
457
|
:param pulumi.Input[_builtins.str] type: Type of the Primary IP. `ipv4` or `ipv6`
|
|
403
458
|
"""
|
|
@@ -413,6 +468,19 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
413
468
|
If a server is getting created, it has to have a primary ip. If a server is getting created without defining primary ips, two of them (one ipv4 and one ipv6) getting created & attached.
|
|
414
469
|
Currently, Primary IPs can be only attached to servers.
|
|
415
470
|
|
|
471
|
+
## Deprecations
|
|
472
|
+
|
|
473
|
+
### `datacenter` attribute
|
|
474
|
+
|
|
475
|
+
The `datacenter` attribute is deprecated, use the `location` attribute instead.
|
|
476
|
+
|
|
477
|
+
See our the [API changelog](https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters) for more details.
|
|
478
|
+
|
|
479
|
+
> Please upgrade to `v1.58.0+` of the provider to avoid issues once the Hetzner Cloud API no longer accepts
|
|
480
|
+
and returns the `datacenter` attribute. This version of the provider remains backward compatible by preserving
|
|
481
|
+
the `datacenter` value in the state and by extracting the `location` name from the `datacenter` attribute when
|
|
482
|
+
communicating with the API.
|
|
483
|
+
|
|
416
484
|
## Example Usage
|
|
417
485
|
|
|
418
486
|
```python
|
|
@@ -471,6 +539,7 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
471
539
|
datacenter: Optional[pulumi.Input[_builtins.str]] = None,
|
|
472
540
|
delete_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
473
541
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
542
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
|
474
543
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
475
544
|
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
476
545
|
__props__=None):
|
|
@@ -492,6 +561,7 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
492
561
|
__props__.__dict__["datacenter"] = datacenter
|
|
493
562
|
__props__.__dict__["delete_protection"] = delete_protection
|
|
494
563
|
__props__.__dict__["labels"] = labels
|
|
564
|
+
__props__.__dict__["location"] = location
|
|
495
565
|
__props__.__dict__["name"] = name
|
|
496
566
|
if type is None and not opts.urn:
|
|
497
567
|
raise TypeError("Missing required property 'type'")
|
|
@@ -516,6 +586,7 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
516
586
|
ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
517
587
|
ip_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
518
588
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
589
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
|
519
590
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
520
591
|
type: Optional[pulumi.Input[_builtins.str]] = None) -> 'PrimaryIp':
|
|
521
592
|
"""
|
|
@@ -532,10 +603,11 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
532
603
|
:param pulumi.Input[_builtins.str] datacenter: The datacenter name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
533
604
|
:param pulumi.Input[_builtins.bool] delete_protection: Whether delete protection is enabled. See "Delete Protection" in the Provider Docs for details.
|
|
534
605
|
|
|
535
|
-
Note: At least one of `datacenter` or `assignee_id` is required.
|
|
606
|
+
Note: At least one of `location`, `datacenter` or `assignee_id` is required.
|
|
536
607
|
:param pulumi.Input[_builtins.str] ip_address: (string) IP Address of the Primary IP.
|
|
537
608
|
:param pulumi.Input[_builtins.str] ip_network: (string) IPv6 subnet of the Primary IP for IPv6 addresses. (Only set if `type` is `ipv6`)
|
|
538
609
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels (key-value pairs).
|
|
610
|
+
:param pulumi.Input[_builtins.str] location: The location name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
539
611
|
:param pulumi.Input[_builtins.str] name: Name of the Primary IP.
|
|
540
612
|
:param pulumi.Input[_builtins.str] type: Type of the Primary IP. `ipv4` or `ipv6`
|
|
541
613
|
"""
|
|
@@ -551,6 +623,7 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
551
623
|
__props__.__dict__["ip_address"] = ip_address
|
|
552
624
|
__props__.__dict__["ip_network"] = ip_network
|
|
553
625
|
__props__.__dict__["labels"] = labels
|
|
626
|
+
__props__.__dict__["location"] = location
|
|
554
627
|
__props__.__dict__["name"] = name
|
|
555
628
|
__props__.__dict__["type"] = type
|
|
556
629
|
return PrimaryIp(resource_name, opts=opts, __props__=__props__)
|
|
@@ -582,6 +655,7 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
582
655
|
|
|
583
656
|
@_builtins.property
|
|
584
657
|
@pulumi.getter
|
|
658
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
585
659
|
def datacenter(self) -> pulumi.Output[_builtins.str]:
|
|
586
660
|
"""
|
|
587
661
|
The datacenter name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
@@ -594,7 +668,7 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
594
668
|
"""
|
|
595
669
|
Whether delete protection is enabled. See "Delete Protection" in the Provider Docs for details.
|
|
596
670
|
|
|
597
|
-
Note: At least one of `datacenter` or `assignee_id` is required.
|
|
671
|
+
Note: At least one of `location`, `datacenter` or `assignee_id` is required.
|
|
598
672
|
"""
|
|
599
673
|
return pulumi.get(self, "delete_protection")
|
|
600
674
|
|
|
@@ -622,6 +696,14 @@ class PrimaryIp(pulumi.CustomResource):
|
|
|
622
696
|
"""
|
|
623
697
|
return pulumi.get(self, "labels")
|
|
624
698
|
|
|
699
|
+
@_builtins.property
|
|
700
|
+
@pulumi.getter
|
|
701
|
+
def location(self) -> pulumi.Output[_builtins.str]:
|
|
702
|
+
"""
|
|
703
|
+
The location name to create the resource in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-locations-are-there) for more details about locations.
|
|
704
|
+
"""
|
|
705
|
+
return pulumi.get(self, "location")
|
|
706
|
+
|
|
625
707
|
@_builtins.property
|
|
626
708
|
@pulumi.getter
|
|
627
709
|
def name(self) -> pulumi.Output[_builtins.str]:
|
|
@@ -75,6 +75,9 @@ class ServerArgs:
|
|
|
75
75
|
pulumi.set(__self__, "allow_deprecated_images", allow_deprecated_images)
|
|
76
76
|
if backups is not None:
|
|
77
77
|
pulumi.set(__self__, "backups", backups)
|
|
78
|
+
if datacenter is not None:
|
|
79
|
+
warnings.warn("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""", DeprecationWarning)
|
|
80
|
+
pulumi.log.warn("""datacenter is deprecated: The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
78
81
|
if datacenter is not None:
|
|
79
82
|
pulumi.set(__self__, "datacenter", datacenter)
|
|
80
83
|
if delete_protection is not None:
|
|
@@ -150,6 +153,7 @@ class ServerArgs:
|
|
|
150
153
|
|
|
151
154
|
@_builtins.property
|
|
152
155
|
@pulumi.getter
|
|
156
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
153
157
|
def datacenter(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
154
158
|
"""
|
|
155
159
|
The datacenter name to create the server in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
@@ -440,6 +444,9 @@ class _ServerState:
|
|
|
440
444
|
pulumi.set(__self__, "backup_window", backup_window)
|
|
441
445
|
if backups is not None:
|
|
442
446
|
pulumi.set(__self__, "backups", backups)
|
|
447
|
+
if datacenter is not None:
|
|
448
|
+
warnings.warn("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""", DeprecationWarning)
|
|
449
|
+
pulumi.log.warn("""datacenter is deprecated: The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
443
450
|
if datacenter is not None:
|
|
444
451
|
pulumi.set(__self__, "datacenter", datacenter)
|
|
445
452
|
if delete_protection is not None:
|
|
@@ -528,6 +535,7 @@ class _ServerState:
|
|
|
528
535
|
|
|
529
536
|
@_builtins.property
|
|
530
537
|
@pulumi.getter
|
|
538
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
531
539
|
def datacenter(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
532
540
|
"""
|
|
533
541
|
The datacenter name to create the server in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
|
@@ -848,6 +856,19 @@ class Server(pulumi.CustomResource):
|
|
|
848
856
|
"""
|
|
849
857
|
Provides an Hetzner Cloud server resource. This can be used to create, modify, and delete servers. Servers also support provisioning.
|
|
850
858
|
|
|
859
|
+
## Deprecations
|
|
860
|
+
|
|
861
|
+
### `datacenter` attribute
|
|
862
|
+
|
|
863
|
+
The `datacenter` attribute is deprecated, use the `location` attribute instead.
|
|
864
|
+
|
|
865
|
+
See our the [API changelog](https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters) for more details.
|
|
866
|
+
|
|
867
|
+
> Please upgrade to `v1.58.0+` of the provider to avoid issues once the Hetzner Cloud API no longer accepts
|
|
868
|
+
and returns the `datacenter` attribute. This version of the provider remains backward compatible by preserving
|
|
869
|
+
the `datacenter` value in the state and by extracting the `location` name from the `datacenter` attribute when
|
|
870
|
+
communicating with the API.
|
|
871
|
+
|
|
851
872
|
## Example Usage
|
|
852
873
|
|
|
853
874
|
### Basic server creation
|
|
@@ -874,7 +895,7 @@ class Server(pulumi.CustomResource):
|
|
|
874
895
|
### Server creation with one linked primary ip (ipv4)
|
|
875
896
|
primary_ip1 = hcloud.PrimaryIp("primary_ip_1",
|
|
876
897
|
name="primary_ip_test",
|
|
877
|
-
|
|
898
|
+
location="hel1",
|
|
878
899
|
type="ipv4",
|
|
879
900
|
assignee_type="server",
|
|
880
901
|
auto_delete=True,
|
|
@@ -885,7 +906,7 @@ class Server(pulumi.CustomResource):
|
|
|
885
906
|
name="test-server",
|
|
886
907
|
image="ubuntu-24.04",
|
|
887
908
|
server_type="cx23",
|
|
888
|
-
|
|
909
|
+
location="hel1",
|
|
889
910
|
labels={
|
|
890
911
|
"test": "tessst1",
|
|
891
912
|
},
|
|
@@ -996,6 +1017,19 @@ class Server(pulumi.CustomResource):
|
|
|
996
1017
|
"""
|
|
997
1018
|
Provides an Hetzner Cloud server resource. This can be used to create, modify, and delete servers. Servers also support provisioning.
|
|
998
1019
|
|
|
1020
|
+
## Deprecations
|
|
1021
|
+
|
|
1022
|
+
### `datacenter` attribute
|
|
1023
|
+
|
|
1024
|
+
The `datacenter` attribute is deprecated, use the `location` attribute instead.
|
|
1025
|
+
|
|
1026
|
+
See our the [API changelog](https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters) for more details.
|
|
1027
|
+
|
|
1028
|
+
> Please upgrade to `v1.58.0+` of the provider to avoid issues once the Hetzner Cloud API no longer accepts
|
|
1029
|
+
and returns the `datacenter` attribute. This version of the provider remains backward compatible by preserving
|
|
1030
|
+
the `datacenter` value in the state and by extracting the `location` name from the `datacenter` attribute when
|
|
1031
|
+
communicating with the API.
|
|
1032
|
+
|
|
999
1033
|
## Example Usage
|
|
1000
1034
|
|
|
1001
1035
|
### Basic server creation
|
|
@@ -1022,7 +1056,7 @@ class Server(pulumi.CustomResource):
|
|
|
1022
1056
|
### Server creation with one linked primary ip (ipv4)
|
|
1023
1057
|
primary_ip1 = hcloud.PrimaryIp("primary_ip_1",
|
|
1024
1058
|
name="primary_ip_test",
|
|
1025
|
-
|
|
1059
|
+
location="hel1",
|
|
1026
1060
|
type="ipv4",
|
|
1027
1061
|
assignee_type="server",
|
|
1028
1062
|
auto_delete=True,
|
|
@@ -1033,7 +1067,7 @@ class Server(pulumi.CustomResource):
|
|
|
1033
1067
|
name="test-server",
|
|
1034
1068
|
image="ubuntu-24.04",
|
|
1035
1069
|
server_type="cx23",
|
|
1036
|
-
|
|
1070
|
+
location="hel1",
|
|
1037
1071
|
labels={
|
|
1038
1072
|
"test": "tessst1",
|
|
1039
1073
|
},
|
|
@@ -1317,6 +1351,7 @@ class Server(pulumi.CustomResource):
|
|
|
1317
1351
|
|
|
1318
1352
|
@_builtins.property
|
|
1319
1353
|
@pulumi.getter
|
|
1354
|
+
@_utilities.deprecated("""The datacenter attribute is deprecated and will be removed after 1 July 2026. Please use the location attribute instead. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters.""")
|
|
1320
1355
|
def datacenter(self) -> pulumi.Output[_builtins.str]:
|
|
1321
1356
|
"""
|
|
1322
1357
|
The datacenter name to create the server in. See the [Hetzner Docs](https://docs.hetzner.com/cloud/general/locations/#what-datacenters-are-there) for more details about datacenters.
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/storage_box.py
RENAMED
|
@@ -39,7 +39,7 @@ class StorageBoxArgs:
|
|
|
39
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined [labels](https://docs.hetzner.cloud/reference/cloud#labels) (key-value pairs) for the resource.
|
|
40
40
|
:param pulumi.Input[_builtins.str] name: Name of the Storage Box.
|
|
41
41
|
:param pulumi.Input['StorageBoxSnapshotPlanArgs'] snapshot_plan: Details of the active snapshot plan.
|
|
42
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box.
|
|
42
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box. It is not possible to update the SSH Keys through the API, so changing this attribute forces a replace of the Storage Box.
|
|
43
43
|
"""
|
|
44
44
|
pulumi.set(__self__, "location", location)
|
|
45
45
|
pulumi.set(__self__, "password", password)
|
|
@@ -154,7 +154,7 @@ class StorageBoxArgs:
|
|
|
154
154
|
@pulumi.getter(name="sshKeys")
|
|
155
155
|
def ssh_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
156
156
|
"""
|
|
157
|
-
SSH public keys in OpenSSH format to inject into the Storage Box.
|
|
157
|
+
SSH public keys in OpenSSH format to inject into the Storage Box. It is not possible to update the SSH Keys through the API, so changing this attribute forces a replace of the Storage Box.
|
|
158
158
|
"""
|
|
159
159
|
return pulumi.get(self, "ssh_keys")
|
|
160
160
|
|
|
@@ -187,7 +187,7 @@ class _StorageBoxState:
|
|
|
187
187
|
:param pulumi.Input[_builtins.str] password: Password of the Storage Box. For more details, see the [Storage Boxes password policy](https://docs.hetzner.cloud/reference/hetzner#storage-boxes-password-policy).
|
|
188
188
|
:param pulumi.Input[_builtins.str] server: FQDN of the Storage Box.
|
|
189
189
|
:param pulumi.Input['StorageBoxSnapshotPlanArgs'] snapshot_plan: Details of the active snapshot plan.
|
|
190
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box.
|
|
190
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box. It is not possible to update the SSH Keys through the API, so changing this attribute forces a replace of the Storage Box.
|
|
191
191
|
:param pulumi.Input[_builtins.str] storage_box_type: Name of the Storage Box Type.
|
|
192
192
|
:param pulumi.Input[_builtins.str] system: Host system of the Storage Box.
|
|
193
193
|
:param pulumi.Input[_builtins.str] username: Primary username of the Storage Box.
|
|
@@ -314,7 +314,7 @@ class _StorageBoxState:
|
|
|
314
314
|
@pulumi.getter(name="sshKeys")
|
|
315
315
|
def ssh_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
316
316
|
"""
|
|
317
|
-
SSH public keys in OpenSSH format to inject into the Storage Box.
|
|
317
|
+
SSH public keys in OpenSSH format to inject into the Storage Box. It is not possible to update the SSH Keys through the API, so changing this attribute forces a replace of the Storage Box.
|
|
318
318
|
"""
|
|
319
319
|
return pulumi.get(self, "ssh_keys")
|
|
320
320
|
|
|
@@ -381,6 +381,7 @@ class StorageBox(pulumi.CustomResource):
|
|
|
381
381
|
```python
|
|
382
382
|
import pulumi
|
|
383
383
|
import pulumi_hcloud as hcloud
|
|
384
|
+
import pulumi_std as std
|
|
384
385
|
|
|
385
386
|
backups = hcloud.StorageBox("backups",
|
|
386
387
|
name="backups",
|
|
@@ -404,6 +405,15 @@ class StorageBox(pulumi.CustomResource):
|
|
|
404
405
|
"day_of_week": 3,
|
|
405
406
|
},
|
|
406
407
|
delete_protection=True)
|
|
408
|
+
ssh_key = hcloud.StorageBox("ssh_key",
|
|
409
|
+
name="backups",
|
|
410
|
+
storage_box_type="bx21",
|
|
411
|
+
location="hel1",
|
|
412
|
+
password=storage_box_password,
|
|
413
|
+
ssh_keys=[
|
|
414
|
+
my_key["publicKey"],
|
|
415
|
+
std.file(input="~/.ssh/id_ed25519.pub").result,
|
|
416
|
+
])
|
|
407
417
|
```
|
|
408
418
|
|
|
409
419
|
## Import
|
|
@@ -434,7 +444,7 @@ class StorageBox(pulumi.CustomResource):
|
|
|
434
444
|
:param pulumi.Input[_builtins.str] name: Name of the Storage Box.
|
|
435
445
|
:param pulumi.Input[_builtins.str] password: Password of the Storage Box. For more details, see the [Storage Boxes password policy](https://docs.hetzner.cloud/reference/hetzner#storage-boxes-password-policy).
|
|
436
446
|
:param pulumi.Input[Union['StorageBoxSnapshotPlanArgs', 'StorageBoxSnapshotPlanArgsDict']] snapshot_plan: Details of the active snapshot plan.
|
|
437
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box.
|
|
447
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box. It is not possible to update the SSH Keys through the API, so changing this attribute forces a replace of the Storage Box.
|
|
438
448
|
:param pulumi.Input[_builtins.str] storage_box_type: Name of the Storage Box Type.
|
|
439
449
|
"""
|
|
440
450
|
...
|
|
@@ -449,6 +459,7 @@ class StorageBox(pulumi.CustomResource):
|
|
|
449
459
|
```python
|
|
450
460
|
import pulumi
|
|
451
461
|
import pulumi_hcloud as hcloud
|
|
462
|
+
import pulumi_std as std
|
|
452
463
|
|
|
453
464
|
backups = hcloud.StorageBox("backups",
|
|
454
465
|
name="backups",
|
|
@@ -472,6 +483,15 @@ class StorageBox(pulumi.CustomResource):
|
|
|
472
483
|
"day_of_week": 3,
|
|
473
484
|
},
|
|
474
485
|
delete_protection=True)
|
|
486
|
+
ssh_key = hcloud.StorageBox("ssh_key",
|
|
487
|
+
name="backups",
|
|
488
|
+
storage_box_type="bx21",
|
|
489
|
+
location="hel1",
|
|
490
|
+
password=storage_box_password,
|
|
491
|
+
ssh_keys=[
|
|
492
|
+
my_key["publicKey"],
|
|
493
|
+
std.file(input="~/.ssh/id_ed25519.pub").result,
|
|
494
|
+
])
|
|
475
495
|
```
|
|
476
496
|
|
|
477
497
|
## Import
|
|
@@ -583,7 +603,7 @@ class StorageBox(pulumi.CustomResource):
|
|
|
583
603
|
:param pulumi.Input[_builtins.str] password: Password of the Storage Box. For more details, see the [Storage Boxes password policy](https://docs.hetzner.cloud/reference/hetzner#storage-boxes-password-policy).
|
|
584
604
|
:param pulumi.Input[_builtins.str] server: FQDN of the Storage Box.
|
|
585
605
|
:param pulumi.Input[Union['StorageBoxSnapshotPlanArgs', 'StorageBoxSnapshotPlanArgsDict']] snapshot_plan: Details of the active snapshot plan.
|
|
586
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box.
|
|
606
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_keys: SSH public keys in OpenSSH format to inject into the Storage Box. It is not possible to update the SSH Keys through the API, so changing this attribute forces a replace of the Storage Box.
|
|
587
607
|
:param pulumi.Input[_builtins.str] storage_box_type: Name of the Storage Box Type.
|
|
588
608
|
:param pulumi.Input[_builtins.str] system: Host system of the Storage Box.
|
|
589
609
|
:param pulumi.Input[_builtins.str] username: Primary username of the Storage Box.
|
|
@@ -671,7 +691,7 @@ class StorageBox(pulumi.CustomResource):
|
|
|
671
691
|
@pulumi.getter(name="sshKeys")
|
|
672
692
|
def ssh_keys(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
673
693
|
"""
|
|
674
|
-
SSH public keys in OpenSSH format to inject into the Storage Box.
|
|
694
|
+
SSH public keys in OpenSSH format to inject into the Storage Box. It is not possible to update the SSH Keys through the API, so changing this attribute forces a replace of the Storage Box.
|
|
675
695
|
"""
|
|
676
696
|
return pulumi.get(self, "ssh_keys")
|
|
677
697
|
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/__init__.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/_inputs.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/_utilities.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/certificate.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/config/vars.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/firewall.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/floating_ip.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_certificate.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_datacenter.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_datacenters.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_firewall.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_firewalls.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_floating_ip.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_image.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_images.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_location.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_locations.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_network.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_networks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_primary_ips.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_server_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_servers.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_ssh_key.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_ssh_keys.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_storage_box.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_volume.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_volumes.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zone.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zone_rrset.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zone_rrsets.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/get_zones.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/load_balancer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/network.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/network_route.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/network_subnet.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/placement_group.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/server_network.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/snapshot.py
RENAMED
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/ssh_key.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_hcloud-1.30.0a1768432799 → pulumi_hcloud-1.30.0a1768535102}/pulumi_hcloud/zone_rrset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|