cdktf-cdktf-provider-upcloud 6.0.2__py3-none-any.whl → 7.0.0__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.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +4 -0
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@7.0.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +6 -6
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +6 -6
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +6 -6
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +662 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +6 -6
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +9 -9
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +9 -9
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +27 -27
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +78 -20
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +27 -27
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +15 -15
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +35 -35
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +164 -164
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +15 -15
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +18 -18
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +27 -27
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +18 -18
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +175 -173
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +2017 -0
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +292 -290
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +100 -98
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +529 -39
- cdktf_cdktf_provider_upcloud/network/__init__.py +37 -37
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +21 -21
- cdktf_cdktf_provider_upcloud/router/__init__.py +9 -9
- cdktf_cdktf_provider_upcloud/server/__init__.py +265 -124
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +57 -59
- cdktf_cdktf_provider_upcloud/storage/__init__.py +55 -55
- cdktf_cdktf_provider_upcloud/tag/__init__.py +15 -15
- {cdktf_cdktf_provider_upcloud-6.0.2.dist-info → cdktf_cdktf_provider_upcloud-7.0.0.dist-info}/METADATA +3 -3
- cdktf_cdktf_provider_upcloud-7.0.0.dist-info/RECORD +47 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@6.0.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-6.0.2.dist-info/RECORD +0 -45
- {cdktf_cdktf_provider_upcloud-6.0.2.dist-info → cdktf_cdktf_provider_upcloud-7.0.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-6.0.2.dist-info → cdktf_cdktf_provider_upcloud-7.0.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-6.0.2.dist-info → cdktf_cdktf_provider_upcloud-7.0.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `upcloud_tag`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`upcloud_tag`](https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
4
|
+
Refer to the Terraform Registory for docs: [`upcloud_tag`](https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class Tag(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.tag.Tag",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag upcloud_tag}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -45,14 +45,14 @@ class Tag(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag upcloud_tag} Resource.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param name: The value representing the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
53
|
-
:param description: Free form text representing the meaning of the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
54
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
55
|
-
:param servers: A collection of servers that have been assigned the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
52
|
+
:param name: The value representing the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#name Tag#name}
|
|
53
|
+
:param description: Free form text representing the meaning of the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#description Tag#description}
|
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
55
|
+
:param servers: A collection of servers that have been assigned the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#servers Tag#servers}
|
|
56
56
|
:param connection:
|
|
57
57
|
:param count:
|
|
58
58
|
:param depends_on:
|
|
@@ -212,10 +212,10 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
212
212
|
:param lifecycle:
|
|
213
213
|
:param provider:
|
|
214
214
|
:param provisioners:
|
|
215
|
-
:param name: The value representing the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
216
|
-
:param description: Free form text representing the meaning of the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
217
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
218
|
-
:param servers: A collection of servers that have been assigned the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
215
|
+
:param name: The value representing the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#name Tag#name}
|
|
216
|
+
:param description: Free form text representing the meaning of the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#description Tag#description}
|
|
217
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
218
|
+
:param servers: A collection of servers that have been assigned the tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#servers Tag#servers}
|
|
219
219
|
'''
|
|
220
220
|
if isinstance(lifecycle, dict):
|
|
221
221
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -324,7 +324,7 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
324
324
|
def name(self) -> builtins.str:
|
|
325
325
|
'''The value representing the tag.
|
|
326
326
|
|
|
327
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
327
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#name Tag#name}
|
|
328
328
|
'''
|
|
329
329
|
result = self._values.get("name")
|
|
330
330
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -334,14 +334,14 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
334
334
|
def description(self) -> typing.Optional[builtins.str]:
|
|
335
335
|
'''Free form text representing the meaning of the tag.
|
|
336
336
|
|
|
337
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
337
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#description Tag#description}
|
|
338
338
|
'''
|
|
339
339
|
result = self._values.get("description")
|
|
340
340
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
341
341
|
|
|
342
342
|
@builtins.property
|
|
343
343
|
def id(self) -> typing.Optional[builtins.str]:
|
|
344
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
344
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#id Tag#id}.
|
|
345
345
|
|
|
346
346
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
347
347
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -353,7 +353,7 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
353
353
|
def servers(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
354
354
|
'''A collection of servers that have been assigned the tag.
|
|
355
355
|
|
|
356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.
|
|
356
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.11.0/docs/resources/tag#servers Tag#servers}
|
|
357
357
|
'''
|
|
358
358
|
result = self._values.get("servers")
|
|
359
359
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdktf-cdktf-provider-upcloud
|
|
3
|
-
Version:
|
|
3
|
+
Version: 7.0.0
|
|
4
4
|
Summary: Prebuilt upcloud Provider for Terraform CDK (cdktf)
|
|
5
5
|
Home-page: https://github.com/cdktf/cdktf-provider-upcloud.git
|
|
6
6
|
Author: HashiCorp
|
|
@@ -21,9 +21,9 @@ Classifier: License :: OSI Approved
|
|
|
21
21
|
Requires-Python: ~=3.7
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
|
-
Requires-Dist: cdktf (<0.
|
|
24
|
+
Requires-Dist: cdktf (<0.18.0,>=0.17.0)
|
|
25
25
|
Requires-Dist: constructs (<11.0.0,>=10.0.0)
|
|
26
|
-
Requires-Dist: jsii (<2.0.0,>=1.
|
|
26
|
+
Requires-Dist: jsii (<2.0.0,>=1.84.0)
|
|
27
27
|
Requires-Dist: publication (>=0.0.3)
|
|
28
28
|
Requires-Dist: typeguard (~=2.13.3)
|
|
29
29
|
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
cdktf_cdktf_provider_upcloud/__init__.py,sha256=ID9_8Hua9jIM9rpKEOpYAA1TB5z-vgCznRMOaZoGcT4,6137
|
|
2
|
+
cdktf_cdktf_provider_upcloud/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
cdktf_cdktf_provider_upcloud/_jsii/__init__.py,sha256=kcdiEfvPCBN7ztLT99GZ_JPOzKWuxCSUbzz_ITrrvGY,417
|
|
4
|
+
cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@7.0.0.jsii.tgz,sha256=DLCkAWWlpt_2f6EvoamAe62Kn7t6tEZdD8VJr3mzGfQ,496663
|
|
5
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py,sha256=zQdsUWxDioZijPJCLdvue7q7o9XNFmuGAwXcgIeMSKc,24895
|
|
6
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py,sha256=K-ued3P_gggMq6cxw8dcshOlMxm2AiGBV3MBuL25Fko,26365
|
|
7
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py,sha256=Je5UU6FYr7Xfjti6srwoQ2fsaUxXruWGMaQFSrvcq1Y,16858
|
|
8
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py,sha256=4v6bBoLobU2DiMFwzB0swBBqxxUUZ4INUwB1rB3GD6E,34861
|
|
9
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py,sha256=NY89Xv5pYcS7osN_oFDuEWBZ61K-Jieprog0Z9A3L2w,49801
|
|
10
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py,sha256=I8FteLkrXRujdpNjRuK2gwJkTaPymqY2mf31i8dVc50,32011
|
|
11
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py,sha256=hGlpCBlF55SVCO81uKSl8-Xuwy1rXkDpo7dpHtwaXpg,24860
|
|
12
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py,sha256=aPhBQkOPj6NslspgtxkbAKIWACmlkcyJxbXLNXjsc30,18035
|
|
13
|
+
cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py,sha256=v3qemFE9RlYOVHC99eHwzzvHqOVdUUco6P99B9cU9ag,18263
|
|
14
|
+
cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py,sha256=-MBE1bYhm4klt4sxehHEEbCYb_Gin4VRdNjZumoMnF8,63099
|
|
15
|
+
cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py,sha256=6oEu5T7U-wArrtg_qPvHRJQf7RIco1jpFlr1ZlBzsXw,25995
|
|
16
|
+
cdktf_cdktf_provider_upcloud/gateway/__init__.py,sha256=2XkccQVvnqrzmo66h_nIWugvnA-PNM7HDyjEBLPj7R0,35731
|
|
17
|
+
cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py,sha256=fcOmXHmkXjiF9DRpmX_y1GaGV4Ppg6c-nGapaq6YfzM,29182
|
|
18
|
+
cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py,sha256=qIjKCiZIFRwi8lRKDq-_-mfhA6PFUPht9_7DuS5uYIQ,71009
|
|
19
|
+
cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py,sha256=JFD90nLLDbONWXbi_vJYxcMwi7YW49xOMgbmuB89ldg,80600
|
|
20
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py,sha256=nDsm_kUxgTQvaaYTNGE7THfipIgjiMFDLPRSnkQQO7o,58283
|
|
21
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py,sha256=hCAFYm0eC3YG6ZsXyW0JDCcajDnqJDOPK9nIrCfCa8g,34450
|
|
22
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py,sha256=KDCpqbILsZuQ58FuoUMaGnSA70nlHdqWjonllCNkL4U,23861
|
|
23
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py,sha256=LQK7Jq-4lZaXhTdW4h0nZ0ScPyWA_jaRVy8s5mg3W5E,56092
|
|
24
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py,sha256=n-PholeOSzgPc5XID7375jLd8R7o8VNOd_osDXB70f8,396644
|
|
25
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py,sha256=t4P-UnggfVHUom0JrEPPTwsHm8XshhgIV4caqkcAmiI,23290
|
|
26
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py,sha256=Ldyfo5aybis71C9NIjWj9Mh8Mmcfxw0oXGjcvHS3lbg,26797
|
|
27
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py,sha256=k9nSUei3TCGDnCGV4RLxGSJzSkWP2Ou0RH-hTupZFs0,34671
|
|
28
|
+
cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py,sha256=Rjck69xHbuE65HQy30BWSDVsDXacdXmi0sYaQCBAwSw,33687
|
|
29
|
+
cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py,sha256=zbu170mcYzfhrQixYhkBM1MazvT4XTvkfNaMz-GT4-U,25871
|
|
30
|
+
cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py,sha256=yfIeduNM18KOb9TR2V8diJKDLtCH8mU00V5ztHmgpUU,206863
|
|
31
|
+
cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py,sha256=zw68gzU-Kk_qYGKoPBLjpXlMFVixg-oHRw1faoO1ROc,105978
|
|
32
|
+
cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py,sha256=RAXGPhkchL0EwZH1dk1F1rgfngeF0_scq-K94AV5Ua8,343445
|
|
33
|
+
cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py,sha256=lp8XwjWbNOnz3UaXsG6JphyFcrJ34jM3gQSQSVQKwhk,129954
|
|
34
|
+
cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py,sha256=jS3Hd5Vjy1tF6EyOI__zXSabi6wz6epXqAbvcMAjisA,77083
|
|
35
|
+
cdktf_cdktf_provider_upcloud/network/__init__.py,sha256=RZl9I5uCQdL4enMmaxxhOJU02PsB56wZeZlwhYmyFd4,42020
|
|
36
|
+
cdktf_cdktf_provider_upcloud/object_storage/__init__.py,sha256=9h4C7apcTuIMlu7oKk-8ZUiE5YocdWdlOaAJMHskTBk,48235
|
|
37
|
+
cdktf_cdktf_provider_upcloud/provider/__init__.py,sha256=qucJdl4GC6cgRfXg148xiDbGxYD4dHOZAdDYFJrc2Fw,18764
|
|
38
|
+
cdktf_cdktf_provider_upcloud/router/__init__.py,sha256=jqS339gIakh1aM17OFSQzz4TYcDxP4ELuLsIXALwAOU,17857
|
|
39
|
+
cdktf_cdktf_provider_upcloud/server/__init__.py,sha256=fw5YH4WtpAXWE2ce5S6_cMsxH2Jh7ocBndlZrzqFV_I,161651
|
|
40
|
+
cdktf_cdktf_provider_upcloud/server_group/__init__.py,sha256=eWpxqAgx4bPb-XqmETYR2-kNyX6x513qdfkMJeXuF58,28633
|
|
41
|
+
cdktf_cdktf_provider_upcloud/storage/__init__.py,sha256=bvjVkAP3_LdHSMGSO2o59fvQno6yGPgayQwnfHyHV-4,65651
|
|
42
|
+
cdktf_cdktf_provider_upcloud/tag/__init__.py,sha256=U8MSr19CCHb2spjB5CYdr9PgQvPguoxMCwPFmgiulEE,22500
|
|
43
|
+
cdktf_cdktf_provider_upcloud-7.0.0.dist-info/LICENSE,sha256=tIizqDeep6NrG1JOnjwbPZuFrmqPLb5k0VdWCffmXF4,16012
|
|
44
|
+
cdktf_cdktf_provider_upcloud-7.0.0.dist-info/METADATA,sha256=DuMtazXFdfYx_XAk0wm5j3lFXksZbKb35PopwW0GEL4,4527
|
|
45
|
+
cdktf_cdktf_provider_upcloud-7.0.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
46
|
+
cdktf_cdktf_provider_upcloud-7.0.0.dist-info/top_level.txt,sha256=KX6mYzDp_c8htecZ11bXrGQnPWQ7CU0DUFeoNqWefbo,29
|
|
47
|
+
cdktf_cdktf_provider_upcloud-7.0.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
cdktf_cdktf_provider_upcloud/__init__.py,sha256=PuGsDzTirbTHZMSQZnaoY1ZLmLt8rpB-YPB8nMroRFU,5941
|
|
2
|
-
cdktf_cdktf_provider_upcloud/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
cdktf_cdktf_provider_upcloud/_jsii/__init__.py,sha256=ASmy4TeUBRLaCmEUQSu5MXVtsxwkQaobmoBfI-sfGRA,417
|
|
4
|
-
cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@6.0.2.jsii.tgz,sha256=LCEofs-EoGoicbVw8OzK2dHgKzPNLhlFPFoYTVZat_c,460040
|
|
5
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py,sha256=GA-Pgr0xtUGCc46FcYb1E3KZqQZMHbPYJw2x9MW-k-s,24895
|
|
6
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py,sha256=T1lKXlMaB69HUzpcasDXI8pGTRy64OXDLs8IkAjpxuE,26365
|
|
7
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py,sha256=EwMOlsLu4hkNwEqCa4g4RE4RWhWqrxHCGON2VsD6_TA,16858
|
|
8
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py,sha256=SEQuh96NDjaqTUM230R14BVxiTvw4FQLt7_Plco0INQ,49801
|
|
9
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py,sha256=RSNQATiZEDSUCe3AFXN6v3KASVmFUGMqne_o1n3GHQ0,31792
|
|
10
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py,sha256=M0YP5bcekJrzEMI2AUOkWmH-6hbeJ2R9sX9F37NlYow,24860
|
|
11
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py,sha256=MuapEIkiTf5wakCdmGcMar2mCj6hrN3vSKrAzn6oWHo,18035
|
|
12
|
-
cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py,sha256=evhnzXq9gbYiqkV4lVrxpbBioP2Fx5SVBULUdQaNZ3c,18263
|
|
13
|
-
cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py,sha256=6y0rTwIZbS-4wYzxYZgKHts2eT53yKH2GJv3NXghWik,63099
|
|
14
|
-
cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py,sha256=zIH7q0tjb3eIV9ICe1fUqBRAAnD3z1r8BHPCcAfy_Fg,25776
|
|
15
|
-
cdktf_cdktf_provider_upcloud/gateway/__init__.py,sha256=9-NOX_duipCedmL0pT4CXtn8FDtwfzfPVhmJCzir50s,35731
|
|
16
|
-
cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py,sha256=6arUzN8GLsLG7t6f-SmAiu-6Ri4SNP1w7Stfkd03eN0,25197
|
|
17
|
-
cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py,sha256=qE5DOObL10CZpF6lOPHN9CYpdcLIA48Sho67AvzRAxI,71012
|
|
18
|
-
cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py,sha256=iWoMLGZsOLca3CYJoSd1FELKGpuuzx3m146h8wrjBfE,80435
|
|
19
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py,sha256=OhaxuwPCP5xLguIPizjMgOYEXvmK8q8wiIGckY98HbA,58283
|
|
20
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py,sha256=6GOsl9sBy5cmHPk_APmEuzw7h8WoKeZKTl-d2d_FRdg,34450
|
|
21
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py,sha256=mM0AgN82nPdYdLvymkw7CoI3RITg-Zw5fSfGivgzRUY,23861
|
|
22
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py,sha256=8NKzGJEjkl1VaGgQ1DG6wqgy_1qvbmRo65RG4Kr0m44,56092
|
|
23
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py,sha256=0AofXdoV9KgCW05XGD_gzf5utwPBAB9JIdbL45cJuXo,396644
|
|
24
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py,sha256=fjppd-coTnHoVx4AnrVgbROlU6ncH8j_Uv9BfKOq4LA,23290
|
|
25
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py,sha256=x0LzdD6SCx8X2Gz0Li2TjXGkzsY5mdvFiSXK_qhGjh4,26797
|
|
26
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py,sha256=1HrBa2uIE7S9wVMXBM9Do4p0d0BQDdPtp5LNgyIlPLk,34671
|
|
27
|
-
cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py,sha256=9sNW0gCiFhrAbBGY9LAlDctJzNcN1MEJyHupHG6hwcU,33687
|
|
28
|
-
cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py,sha256=BsmnAXfBgsAG48gNHp1jMbbaP_7AmJPcwVuuWUJarcE,25871
|
|
29
|
-
cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py,sha256=vVDYUWXzVA6EUOCQ_REdlLInTFT5eK69vrPRsm2Ub_0,206434
|
|
30
|
-
cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py,sha256=ECgPPsd81K85xXBuWV4-Od5F9lqtYAmYQlcHmhzqZQM,343016
|
|
31
|
-
cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py,sha256=O2PfqpIEYCyA6ptwa0fj5xme06WgyPHmE7dA3TBsxps,129525
|
|
32
|
-
cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py,sha256=kr2uFjN2_wOmKRKghWeLMPRoh-xtfHfRkvwrkTq5XWU,52264
|
|
33
|
-
cdktf_cdktf_provider_upcloud/network/__init__.py,sha256=snlfWZT7iUocrP41ay2rfAZ1X3DbXk-ZHQzIm8GrPzk,41801
|
|
34
|
-
cdktf_cdktf_provider_upcloud/object_storage/__init__.py,sha256=-Jr0icdRFTlJaV5IpR3LuXEVS7uAR6sSrWwxn3v9wA8,48016
|
|
35
|
-
cdktf_cdktf_provider_upcloud/provider/__init__.py,sha256=CQPprGOwgoQkgpLmKYb1yBgfKqXfeEojNNGd_-7VSis,18764
|
|
36
|
-
cdktf_cdktf_provider_upcloud/router/__init__.py,sha256=k-uBG8SoSbqBVPUTysJTTaMX5aUpz9nmWvytP8ZWsIc,17857
|
|
37
|
-
cdktf_cdktf_provider_upcloud/server/__init__.py,sha256=3Ch7pgYXe8UOt-2FfPJIRpSobCm9gDYRe9qdp3Sr2fY,154077
|
|
38
|
-
cdktf_cdktf_provider_upcloud/server_group/__init__.py,sha256=smSVx4l8iKFTgsZL91v4kfhqQujk6Yl6j4w4O6BVPzE,28399
|
|
39
|
-
cdktf_cdktf_provider_upcloud/storage/__init__.py,sha256=Jps0DVrRdeYuLuZVihgCypw9au1DSX5dRNPucgtm_O8,65432
|
|
40
|
-
cdktf_cdktf_provider_upcloud/tag/__init__.py,sha256=jlYoTuXIgouC-CM7j-KjKyt98mG9ary2PeaTD8ZYTgM,22500
|
|
41
|
-
cdktf_cdktf_provider_upcloud-6.0.2.dist-info/LICENSE,sha256=tIizqDeep6NrG1JOnjwbPZuFrmqPLb5k0VdWCffmXF4,16012
|
|
42
|
-
cdktf_cdktf_provider_upcloud-6.0.2.dist-info/METADATA,sha256=JJKICz40DoZ0JFh6L8gP0QdSRvbQZyWMPDGuBgaE5r0,4527
|
|
43
|
-
cdktf_cdktf_provider_upcloud-6.0.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
44
|
-
cdktf_cdktf_provider_upcloud-6.0.2.dist-info/top_level.txt,sha256=KX6mYzDp_c8htecZ11bXrGQnPWQ7CU0DUFeoNqWefbo,29
|
|
45
|
-
cdktf_cdktf_provider_upcloud-6.0.2.dist-info/RECORD,,
|
|
File without changes
|
{cdktf_cdktf_provider_upcloud-6.0.2.dist-info → cdktf_cdktf_provider_upcloud-7.0.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|