cdktf-cdktf-provider-upcloud 14.8.1__tar.gz → 14.9.1__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.

Potentially problematic release.


This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.

Files changed (69) hide show
  1. {cdktf-cdktf-provider-upcloud-14.8.1/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf_cdktf_provider_upcloud-14.9.1}/PKG-INFO +9 -4
  2. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/README.md +3 -3
  3. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/pyproject.toml +1 -1
  4. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/setup.py +3 -3
  5. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  6. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  7. cdktf_cdktf_provider_upcloud-14.9.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.jsii.tgz +0 -0
  8. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
  9. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
  10. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
  11. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
  12. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
  13. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
  14. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
  15. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
  16. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
  17. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
  18. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
  19. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
  20. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
  21. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
  22. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
  23. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
  24. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
  25. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
  26. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
  27. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
  28. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
  29. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
  30. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
  31. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
  32. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
  33. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
  34. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
  35. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
  36. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
  37. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
  38. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
  39. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
  40. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
  41. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +359 -264
  42. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +509 -460
  43. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +555 -412
  44. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +263 -168
  45. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
  46. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
  47. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
  48. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
  49. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
  50. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
  51. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
  52. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
  53. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
  54. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
  55. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +242 -29
  56. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
  57. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +34 -77
  58. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
  59. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
  60. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +9 -4
  61. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
  62. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +1 -1
  63. cdktf-cdktf-provider-upcloud-14.8.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.1.jsii.tgz +0 -0
  64. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/LICENSE +0 -0
  65. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/MANIFEST.in +0 -0
  66. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/setup.cfg +0 -0
  67. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
  68. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
  69. {cdktf-cdktf-provider-upcloud-14.8.1 → cdktf_cdktf_provider_upcloud-14.9.1}/src/cdktf_cdktf_provider_upcloud.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdktf-cdktf-provider-upcloud
3
- Version: 14.8.1
3
+ Version: 14.9.1
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
@@ -20,10 +20,15 @@ Classifier: License :: OSI Approved
20
20
  Requires-Python: ~=3.8
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
+ Requires-Dist: cdktf<0.21.0,>=0.20.0
24
+ Requires-Dist: constructs<11.0.0,>=10.3.0
25
+ Requires-Dist: jsii<2.0.0,>=1.102.0
26
+ Requires-Dist: publication>=0.0.3
27
+ Requires-Dist: typeguard~=2.13.3
23
28
 
24
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.8.1
29
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.9.1
25
30
 
26
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
31
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.9.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
27
32
 
28
33
  ## Available Packages
29
34
 
@@ -85,7 +90,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
85
90
  These are the upstream dependencies:
86
91
 
87
92
  * [CDK for Terraform](https://cdk.tf)
88
- * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.1)
93
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.9.1)
89
94
  * [Terraform Engine](https://terraform.io)
90
95
 
91
96
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -1,6 +1,6 @@
1
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.8.1
1
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.9.1
2
2
 
3
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
3
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.9.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
4
 
5
5
  ## Available Packages
6
6
 
@@ -62,7 +62,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
62
62
  These are the upstream dependencies:
63
63
 
64
64
  * [CDK for Terraform](https://cdk.tf)
65
- * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.1)
65
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.9.1)
66
66
  * [Terraform Engine](https://terraform.io)
67
67
 
68
68
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["setuptools~=67.3.2", "wheel~=0.42"]
2
+ requires = ["setuptools~=70.0.0", "wheel~=0.42"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdktf-cdktf-provider-upcloud",
8
- "version": "14.8.1",
8
+ "version": "14.9.1",
9
9
  "description": "Prebuilt upcloud Provider for Terraform CDK (cdktf)",
10
10
  "license": "MPL-2.0",
11
11
  "url": "https://github.com/cdktf/cdktf-provider-upcloud.git",
@@ -78,7 +78,7 @@ kwargs = json.loads(
78
78
  ],
79
79
  "package_data": {
80
80
  "cdktf_cdktf_provider_upcloud._jsii": [
81
- "provider-upcloud@14.8.1.jsii.tgz"
81
+ "provider-upcloud@14.9.1.jsii.tgz"
82
82
  ],
83
83
  "cdktf_cdktf_provider_upcloud": [
84
84
  "py.typed"
@@ -88,7 +88,7 @@ kwargs = json.loads(
88
88
  "install_requires": [
89
89
  "cdktf>=0.20.0, <0.21.0",
90
90
  "constructs>=10.3.0, <11.0.0",
91
- "jsii>=1.101.0, <2.0.0",
91
+ "jsii>=1.102.0, <2.0.0",
92
92
  "publication>=0.0.3",
93
93
  "typeguard~=2.13.3"
94
94
  ],
@@ -1,7 +1,7 @@
1
1
  r'''
2
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.8.1
2
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.9.1
3
3
 
4
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.9.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
5
5
 
6
6
  ## Available Packages
7
7
 
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
63
63
  These are the upstream dependencies:
64
64
 
65
65
  * [CDK for Terraform](https://cdk.tf)
66
- * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.1)
66
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.9.1)
67
67
  * [Terraform Engine](https://terraform.io)
68
68
 
69
69
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -18,9 +18,9 @@ import constructs._jsii
18
18
 
19
19
  __jsii_assembly__ = jsii.JSIIAssembly.load(
20
20
  "@cdktf/provider-upcloud",
21
- "14.8.1",
21
+ "14.9.1",
22
22
  __name__[0:-6],
23
- "provider-upcloud@14.8.1.jsii.tgz",
23
+ "provider-upcloud@14.9.1.jsii.tgz",
24
24
  )
25
25
 
26
26
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_hosts`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/hosts).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/hosts).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataUpcloudHosts(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/hosts upcloud_hosts}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/hosts upcloud_hosts}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -45,11 +45,11 @@ class DataUpcloudHosts(
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/5.8.1/docs/data-sources/hosts upcloud_hosts} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/hosts upcloud_hosts} Data Source.
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 hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
52
+ :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
53
53
  :param connection:
54
54
  :param count:
55
55
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudHosts(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
91
- :param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -182,7 +182,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
182
182
  :param lifecycle:
183
183
  :param provider:
184
184
  :param provisioners:
185
- :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
185
+ :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
186
186
  '''
187
187
  if isinstance(lifecycle, dict):
188
188
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -284,7 +284,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
284
284
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
285
285
  '''hosts block.
286
286
 
287
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
287
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
288
288
  '''
289
289
  result = self._values.get("hosts")
290
290
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], result)
@@ -366,7 +366,7 @@ class DataUpcloudHostsHostsList(
366
366
  if __debug__:
367
367
  type_hints = typing.get_type_hints(_typecheckingstub__66495fc2cca1d1f9777e5d2a96b6c21f781bec6117f64bf4d1892b177fdc2933)
368
368
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
369
- jsii.set(self, "terraformAttribute", value)
369
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
370
370
 
371
371
  @builtins.property
372
372
  @jsii.member(jsii_name="terraformResource")
@@ -379,7 +379,7 @@ class DataUpcloudHostsHostsList(
379
379
  if __debug__:
380
380
  type_hints = typing.get_type_hints(_typecheckingstub__abfe0db20f37d168e0a63ffc0ac3a1bbfd53c76d3c2b8170ca4de71d608e6c33)
381
381
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
382
- jsii.set(self, "terraformResource", value)
382
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
383
383
 
384
384
  @builtins.property
385
385
  @jsii.member(jsii_name="wrapsSet")
@@ -392,7 +392,7 @@ class DataUpcloudHostsHostsList(
392
392
  if __debug__:
393
393
  type_hints = typing.get_type_hints(_typecheckingstub__c1df1982c3efea1f378d5a156d455fb352ebbfa7e598640e2291c0f658727c29)
394
394
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
395
- jsii.set(self, "wrapsSet", value)
395
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
396
396
 
397
397
  @builtins.property
398
398
  @jsii.member(jsii_name="internalValue")
@@ -409,7 +409,7 @@ class DataUpcloudHostsHostsList(
409
409
  if __debug__:
410
410
  type_hints = typing.get_type_hints(_typecheckingstub__d70b1b5386269f6cbfbd3c19f3d095ed48ea6b41c8bc15462d58d8c0748c5eda)
411
411
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
412
- jsii.set(self, "internalValue", value)
412
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
413
413
 
414
414
 
415
415
  class DataUpcloudHostsHostsOutputReference(
@@ -468,7 +468,7 @@ class DataUpcloudHostsHostsOutputReference(
468
468
  if __debug__:
469
469
  type_hints = typing.get_type_hints(_typecheckingstub__2d367a9e4d095a50a62e730ceb71e847ae15e82a42ec564c26e2a5073fdf119a)
470
470
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
471
- jsii.set(self, "internalValue", value)
471
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
472
472
 
473
473
 
474
474
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_ip_addresses`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/ip_addresses).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/ip_addresses).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataUpcloudIpAddresses(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -45,11 +45,11 @@ class DataUpcloudIpAddresses(
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/5.8.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
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 id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
53
53
  :param connection:
54
54
  :param count:
55
55
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudIpAddresses(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
91
- :param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -136,7 +136,7 @@ class DataUpcloudIpAddresses(
136
136
  if __debug__:
137
137
  type_hints = typing.get_type_hints(_typecheckingstub__f336ac226b08bf17853b0e267ce69a4812ab15d7caf62ec001ff541a1ed60622)
138
138
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
139
- jsii.set(self, "id", value)
139
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
140
140
 
141
141
 
142
142
  @jsii.data_type(
@@ -207,7 +207,7 @@ class DataUpcloudIpAddressesAddressesList(
207
207
  if __debug__:
208
208
  type_hints = typing.get_type_hints(_typecheckingstub__d5eaf9b7a37904775faa7c8e153568c8d83c219266d444433e4359c653b9862a)
209
209
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
210
- jsii.set(self, "terraformAttribute", value)
210
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
211
211
 
212
212
  @builtins.property
213
213
  @jsii.member(jsii_name="terraformResource")
@@ -220,7 +220,7 @@ class DataUpcloudIpAddressesAddressesList(
220
220
  if __debug__:
221
221
  type_hints = typing.get_type_hints(_typecheckingstub__fdc2721001181258cb40fff6f302ae48c88385ac9dd1bad13541de2eee76d22e)
222
222
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
223
- jsii.set(self, "terraformResource", value)
223
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
224
224
 
225
225
  @builtins.property
226
226
  @jsii.member(jsii_name="wrapsSet")
@@ -233,7 +233,7 @@ class DataUpcloudIpAddressesAddressesList(
233
233
  if __debug__:
234
234
  type_hints = typing.get_type_hints(_typecheckingstub__5079e0f8b789f5032dc0044789334c21fa0a9825ed30d22c122cb4e5d1036b09)
235
235
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
236
- jsii.set(self, "wrapsSet", value)
236
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
237
237
 
238
238
 
239
239
  class DataUpcloudIpAddressesAddressesOutputReference(
@@ -320,7 +320,7 @@ class DataUpcloudIpAddressesAddressesOutputReference(
320
320
  if __debug__:
321
321
  type_hints = typing.get_type_hints(_typecheckingstub__c7eacdc6916f719ce9a5d133b699a86877fdcf385f12a4ef583dd68a9cbba7e5)
322
322
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
323
- jsii.set(self, "internalValue", value)
323
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
324
324
 
325
325
 
326
326
  @jsii.data_type(
@@ -358,7 +358,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
358
358
  :param lifecycle:
359
359
  :param provider:
360
360
  :param provisioners:
361
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
361
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
362
362
  '''
363
363
  if isinstance(lifecycle, dict):
364
364
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -456,7 +456,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
456
456
 
457
457
  @builtins.property
458
458
  def id(self) -> typing.Optional[builtins.str]:
459
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
459
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
460
460
 
461
461
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
462
462
  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.
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_kubernetes_cluster`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/kubernetes_cluster).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/kubernetes_cluster).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataUpcloudKubernetesCluster(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -45,11 +45,11 @@ class DataUpcloudKubernetesCluster(
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/5.8.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
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 id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
52
+ :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
53
53
  :param connection:
54
54
  :param count:
55
55
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudKubernetesCluster(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
91
- :param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -157,7 +157,7 @@ class DataUpcloudKubernetesCluster(
157
157
  if __debug__:
158
158
  type_hints = typing.get_type_hints(_typecheckingstub__f481fa0f0daeb2f037061d58311b15cb6a1038875dafe84369dd543e18d82506)
159
159
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
160
- jsii.set(self, "id", value)
160
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
161
161
 
162
162
 
163
163
  @jsii.data_type(
@@ -195,7 +195,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
195
195
  :param lifecycle:
196
196
  :param provider:
197
197
  :param provisioners:
198
- :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
198
+ :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
199
199
  '''
200
200
  if isinstance(lifecycle, dict):
201
201
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,7 +295,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
295
295
  def id(self) -> builtins.str:
296
296
  '''UUID of the cluster.
297
297
 
298
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
298
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
299
299
 
300
300
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
301
301
  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.