cdktf-cdktf-provider-upcloud 13.1.0__py3-none-any.whl → 14.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.

Files changed (59) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +12 -4
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +629 -0
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +28 -28
  21. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
  22. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  23. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
  24. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
  25. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
  26. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  27. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  28. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
  29. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  31. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  32. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  33. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  34. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  35. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +175 -175
  36. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +73 -73
  37. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +286 -286
  38. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +103 -103
  39. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  40. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +40 -79
  41. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +544 -0
  42. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +436 -0
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +51 -104
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +467 -0
  45. cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  46. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  47. cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  48. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  49. cdktf_cdktf_provider_upcloud/server/__init__.py +147 -147
  50. cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
  51. cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
  52. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  53. {cdktf_cdktf_provider_upcloud-13.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/METADATA +5 -5
  54. cdktf_cdktf_provider_upcloud-14.0.0.dist-info/RECORD +58 -0
  55. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@13.1.0.jsii.tgz +0 -0
  56. cdktf_cdktf_provider_upcloud-13.1.0.dist-info/RECORD +0 -54
  57. {cdktf_cdktf_provider_upcloud-13.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/LICENSE +0 -0
  58. {cdktf_cdktf_provider_upcloud-13.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/WHEEL +0 -0
  59. {cdktf_cdktf_provider_upcloud-13.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_managed_object_storage_regions`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_object_storage_regions).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_object_storage_regions).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudManagedObjectStorageRegions(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedObjectStorageRegions.DataUpcloudManagedObjectStorageRegions",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -42,11 +42,11 @@ class DataUpcloudManagedObjectStorageRegions(
42
42
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
43
43
  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,
44
44
  ) -> None:
45
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions} Data Source.
46
46
 
47
47
  :param scope: The scope in which to define this construct.
48
48
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
49
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#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.
49
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#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.
50
50
  :param connection:
51
51
  :param count:
52
52
  :param depends_on:
@@ -85,7 +85,7 @@ class DataUpcloudManagedObjectStorageRegions(
85
85
 
86
86
  :param scope: The scope in which to define this construct.
87
87
  :param import_to_id: The construct id used in the generated config for the DataUpcloudManagedObjectStorageRegions to import.
88
- :param import_from_id: The id of the existing DataUpcloudManagedObjectStorageRegions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_object_storage_regions#import import section} in the documentation of this resource for the id to use
88
+ :param import_from_id: The id of the existing DataUpcloudManagedObjectStorageRegions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_object_storage_regions#import import section} in the documentation of this resource for the id to use
89
89
  :param provider: ? Optional instance of the provider where the DataUpcloudManagedObjectStorageRegions to import is found.
90
90
  '''
91
91
  if __debug__:
@@ -173,7 +173,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
173
173
  :param lifecycle:
174
174
  :param provider:
175
175
  :param provisioners:
176
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#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.
176
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#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.
177
177
  '''
178
178
  if isinstance(lifecycle, dict):
179
179
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -271,7 +271,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
271
271
 
272
272
  @builtins.property
273
273
  def id(self) -> typing.Optional[builtins.str]:
274
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#id}.
274
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#id}.
275
275
 
276
276
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
277
277
  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
  '''
2
2
  # `data_upcloud_networks`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudNetworks(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudNetworks.DataUpcloudNetworks",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks upcloud_networks}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks upcloud_networks}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -44,13 +44,13 @@ class DataUpcloudNetworks(
44
44
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
45
  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,
46
46
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks upcloud_networks} Data Source.
47
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks upcloud_networks} Data Source.
48
48
 
49
49
  :param scope: The scope in which to define this construct.
50
50
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
51
- :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#id DataUpcloudNetworks#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
- :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
51
+ :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#id DataUpcloudNetworks#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
+ :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
54
54
  :param connection:
55
55
  :param count:
56
56
  :param depends_on:
@@ -91,7 +91,7 @@ class DataUpcloudNetworks(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the DataUpcloudNetworks to import.
94
- :param import_from_id: The id of the existing DataUpcloudNetworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataUpcloudNetworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the DataUpcloudNetworks to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -223,9 +223,9 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
223
223
  :param lifecycle:
224
224
  :param provider:
225
225
  :param provisioners:
226
- :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
227
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#id DataUpcloudNetworks#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.
228
- :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
226
+ :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
227
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#id DataUpcloudNetworks#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.
228
+ :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
229
229
  '''
230
230
  if isinstance(lifecycle, dict):
231
231
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -331,14 +331,14 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
331
331
  def filter_name(self) -> typing.Optional[builtins.str]:
332
332
  '''If specified, results will be filtered to match name using a regular expression.
333
333
 
334
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
334
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
335
335
  '''
336
336
  result = self._values.get("filter_name")
337
337
  return typing.cast(typing.Optional[builtins.str], result)
338
338
 
339
339
  @builtins.property
340
340
  def id(self) -> typing.Optional[builtins.str]:
341
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#id DataUpcloudNetworks#id}.
341
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#id DataUpcloudNetworks#id}.
342
342
 
343
343
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
344
344
  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.
@@ -350,7 +350,7 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
350
350
  def zone(self) -> typing.Optional[builtins.str]:
351
351
  '''If specified, this data source will return only networks from this zone.
352
352
 
353
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
353
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
354
354
  '''
355
355
  result = self._values.get("zone")
356
356
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_storage`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudStorage(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudStorage.DataUpcloudStorage",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage upcloud_storage}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage upcloud_storage}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -48,17 +48,17 @@ class DataUpcloudStorage(
48
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
49
  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,
50
50
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage upcloud_storage} Data Source.
51
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage upcloud_storage} Data Source.
52
52
 
53
53
  :param scope: The scope in which to define this construct.
54
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#type DataUpcloudStorage#type}
56
- :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#id DataUpcloudStorage#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.
58
- :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
59
- :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#name DataUpcloudStorage#name}
60
- :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
61
- :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
55
+ :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#type DataUpcloudStorage#type}
56
+ :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#id DataUpcloudStorage#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.
58
+ :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
59
+ :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#name DataUpcloudStorage#name}
60
+ :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
61
+ :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
62
62
  :param connection:
63
63
  :param count:
64
64
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudStorage(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataUpcloudStorage to import.
106
- :param import_from_id: The id of the existing DataUpcloudStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataUpcloudStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataUpcloudStorage to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -343,13 +343,13 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
343
343
  :param lifecycle:
344
344
  :param provider:
345
345
  :param provisioners:
346
- :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#type DataUpcloudStorage#type}
347
- :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
348
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#id DataUpcloudStorage#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.
349
- :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
350
- :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#name DataUpcloudStorage#name}
351
- :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
352
- :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
346
+ :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#type DataUpcloudStorage#type}
347
+ :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
348
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#id DataUpcloudStorage#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.
349
+ :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
350
+ :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#name DataUpcloudStorage#name}
351
+ :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
352
+ :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
353
353
  '''
354
354
  if isinstance(lifecycle, dict):
355
355
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -467,7 +467,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
467
467
  def type(self) -> builtins.str:
468
468
  '''Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites.
469
469
 
470
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#type DataUpcloudStorage#type}
470
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#type DataUpcloudStorage#type}
471
471
  '''
472
472
  result = self._values.get("type")
473
473
  assert result is not None, "Required property 'type' is missing"
@@ -477,14 +477,14 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
477
477
  def access_type(self) -> typing.Optional[builtins.str]:
478
478
  '''Storage access type (public, private).
479
479
 
480
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
480
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
481
481
  '''
482
482
  result = self._values.get("access_type")
483
483
  return typing.cast(typing.Optional[builtins.str], result)
484
484
 
485
485
  @builtins.property
486
486
  def id(self) -> typing.Optional[builtins.str]:
487
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#id DataUpcloudStorage#id}.
487
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#id DataUpcloudStorage#id}.
488
488
 
489
489
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
490
490
  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.
@@ -500,7 +500,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
500
500
 
501
501
  This is only useful with private storages. Public storages might give unpredictable results.
502
502
 
503
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
503
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
504
504
  '''
505
505
  result = self._values.get("most_recent")
506
506
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -509,7 +509,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
509
509
  def name(self) -> typing.Optional[builtins.str]:
510
510
  '''Exact name of the storage (same as title).
511
511
 
512
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#name DataUpcloudStorage#name}
512
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#name DataUpcloudStorage#name}
513
513
  '''
514
514
  result = self._values.get("name")
515
515
  return typing.cast(typing.Optional[builtins.str], result)
@@ -518,7 +518,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
518
518
  def name_regex(self) -> typing.Optional[builtins.str]:
519
519
  '''Use regular expression to match storage name.
520
520
 
521
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
521
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
522
522
  '''
523
523
  result = self._values.get("name_regex")
524
524
  return typing.cast(typing.Optional[builtins.str], result)
@@ -527,7 +527,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
527
527
  def zone(self) -> typing.Optional[builtins.str]:
528
528
  '''The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
529
529
 
530
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
530
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
531
531
  '''
532
532
  result = self._values.get("zone")
533
533
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_tags`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/tags).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/tags).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudTags(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudTags.DataUpcloudTags",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/tags upcloud_tags}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/tags upcloud_tags}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -42,11 +42,11 @@ class DataUpcloudTags(
42
42
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
43
43
  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,
44
44
  ) -> None:
45
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/tags upcloud_tags} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/tags upcloud_tags} Data Source.
46
46
 
47
47
  :param scope: The scope in which to define this construct.
48
48
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
49
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/tags#id DataUpcloudTags#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.
49
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/tags#id DataUpcloudTags#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.
50
50
  :param connection:
51
51
  :param count:
52
52
  :param depends_on:
@@ -85,7 +85,7 @@ class DataUpcloudTags(
85
85
 
86
86
  :param scope: The scope in which to define this construct.
87
87
  :param import_to_id: The construct id used in the generated config for the DataUpcloudTags to import.
88
- :param import_from_id: The id of the existing DataUpcloudTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
88
+ :param import_from_id: The id of the existing DataUpcloudTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
89
89
  :param provider: ? Optional instance of the provider where the DataUpcloudTags to import is found.
90
90
  '''
91
91
  if __debug__:
@@ -171,7 +171,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
171
171
  :param lifecycle:
172
172
  :param provider:
173
173
  :param provisioners:
174
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/tags#id DataUpcloudTags#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.
174
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/tags#id DataUpcloudTags#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.
175
175
  '''
176
176
  if isinstance(lifecycle, dict):
177
177
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -269,7 +269,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
269
269
 
270
270
  @builtins.property
271
271
  def id(self) -> typing.Optional[builtins.str]:
272
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/tags#id DataUpcloudTags#id}.
272
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/tags#id DataUpcloudTags#id}.
273
273
 
274
274
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
275
275
  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
  '''
2
2
  # `data_upcloud_zone`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudZone(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudZone.DataUpcloudZone",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone upcloud_zone}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone upcloud_zone}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataUpcloudZone(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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,
45
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone upcloud_zone} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone upcloud_zone} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone#name DataUpcloudZone#name}
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone#id DataUpcloudZone#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.
50
+ :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone#name DataUpcloudZone#name}
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone#id DataUpcloudZone#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
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudZone(
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 DataUpcloudZone to import.
91
- :param import_from_id: The id of the existing DataUpcloudZone that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudZone that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone#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 DataUpcloudZone to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -198,8 +198,8 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
198
198
  :param lifecycle:
199
199
  :param provider:
200
200
  :param provisioners:
201
- :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone#name DataUpcloudZone#name}
202
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone#id DataUpcloudZone#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.
201
+ :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone#name DataUpcloudZone#name}
202
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone#id DataUpcloudZone#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.
203
203
  '''
204
204
  if isinstance(lifecycle, dict):
205
205
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -302,7 +302,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
302
302
  def name(self) -> builtins.str:
303
303
  '''Unique lablel for the zone.
304
304
 
305
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone#name DataUpcloudZone#name}
305
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone#name DataUpcloudZone#name}
306
306
  '''
307
307
  result = self._values.get("name")
308
308
  assert result is not None, "Required property 'name' is missing"
@@ -310,7 +310,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
310
310
 
311
311
  @builtins.property
312
312
  def id(self) -> typing.Optional[builtins.str]:
313
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zone#id DataUpcloudZone#id}.
313
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zone#id DataUpcloudZone#id}.
314
314
 
315
315
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
316
316
  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
  '''
2
2
  # `data_upcloud_zones`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudZones(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudZones.DataUpcloudZones",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones upcloud_zones}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones upcloud_zones}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataUpcloudZones(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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,
45
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones upcloud_zones} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones upcloud_zones} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones#id DataUpcloudZones#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.
50
+ :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones#id DataUpcloudZones#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
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudZones(
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 DataUpcloudZones to import.
91
- :param import_from_id: The id of the existing DataUpcloudZones that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudZones that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones#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 DataUpcloudZones to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -197,8 +197,8 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
197
197
  :param lifecycle:
198
198
  :param provider:
199
199
  :param provisioners:
200
- :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
201
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones#id DataUpcloudZones#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.
200
+ :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
201
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones#id DataUpcloudZones#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.
202
202
  '''
203
203
  if isinstance(lifecycle, dict):
204
204
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -299,13 +299,13 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
299
299
 
300
300
  @builtins.property
301
301
  def filter_type(self) -> typing.Optional[builtins.str]:
302
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.'''
302
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.'''
303
303
  result = self._values.get("filter_type")
304
304
  return typing.cast(typing.Optional[builtins.str], result)
305
305
 
306
306
  @builtins.property
307
307
  def id(self) -> typing.Optional[builtins.str]:
308
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/zones#id DataUpcloudZones#id}.
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/zones#id DataUpcloudZones#id}.
309
309
 
310
310
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
311
311
  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.