cdktf-cdktf-provider-upcloud 11.0.3__py3-none-any.whl → 12.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 (55) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@12.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +11 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +11 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +11 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +26 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +17 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +34 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +26 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +11 -7
  12. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +17 -13
  13. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +29 -25
  14. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +11 -7
  15. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +14 -10
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +14 -10
  17. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +45 -41
  18. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +23 -19
  19. cdktf_cdktf_provider_upcloud/gateway/__init__.py +32 -28
  20. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +32 -28
  21. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +51 -47
  22. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +40 -36
  23. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +68 -64
  24. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -16
  25. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +32 -28
  26. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -16
  27. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +43 -39
  28. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +169 -165
  29. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -16
  30. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +23 -19
  31. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +35 -31
  32. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +32 -28
  33. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +23 -19
  34. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +179 -175
  35. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +77 -73
  36. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +296 -292
  37. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +104 -100
  38. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +54 -50
  39. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +77 -30
  40. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +23 -19
  41. cdktf_cdktf_provider_upcloud/network/__init__.py +44 -40
  42. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +34 -30
  43. cdktf_cdktf_provider_upcloud/provider/__init__.py +29 -25
  44. cdktf_cdktf_provider_upcloud/router/__init__.py +23 -19
  45. cdktf_cdktf_provider_upcloud/server/__init__.py +145 -141
  46. cdktf_cdktf_provider_upcloud/server_group/__init__.py +23 -19
  47. cdktf_cdktf_provider_upcloud/storage/__init__.py +59 -55
  48. cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -16
  49. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/LICENSE +1 -1
  50. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/METADATA +5 -5
  51. cdktf_cdktf_provider_upcloud-12.0.0.dist-info/RECORD +54 -0
  52. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.3.jsii.tgz +0 -0
  53. cdktf_cdktf_provider_upcloud-11.0.3.dist-info/RECORD +0 -54
  54. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/WHEEL +0 -0
  55. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_network`
3
3
 
4
- Refer to the Terraform Registory for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network).
4
+ Refer to the Terraform Registry for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class Network(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.network.Network",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network upcloud_network}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network upcloud_network}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class Network(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  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,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network upcloud_network} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network upcloud_network} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#ip_network Network#ip_network}
54
- :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#name Network#name}
55
- :param zone: The zone the network is in, 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/3.2.0/docs/resources/network#zone Network#zone}
56
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#id Network#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.
57
- :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#router Network#router}
53
+ :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#ip_network Network#ip_network}
54
+ :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#name Network#name}
55
+ :param zone: The zone the network is in, 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/3.3.0/docs/resources/network#zone Network#zone}
56
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#id Network#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.
57
+ :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#router Network#router}
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -97,7 +97,7 @@ class Network(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the Network to import.
100
- :param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the Network to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -121,13 +121,13 @@ class Network(
121
121
  gateway: typing.Optional[builtins.str] = None,
122
122
  ) -> None:
123
123
  '''
124
- :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#address Network#address}
125
- :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp Network#dhcp}
126
- :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#family Network#family}
127
- :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
128
- :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
129
- :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
130
- :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#gateway Network#gateway}
124
+ :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#address Network#address}
125
+ :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp Network#dhcp}
126
+ :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#family Network#family}
127
+ :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
128
+ :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
129
+ :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
130
+ :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#gateway Network#gateway}
131
131
  '''
132
132
  value = NetworkIpNetwork(
133
133
  address=address,
@@ -153,6 +153,10 @@ class Network(
153
153
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
154
154
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
155
155
 
156
+ @jsii.member(jsii_name="synthesizeHclAttributes")
157
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
158
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
159
+
156
160
  @jsii.python.classproperty
157
161
  @jsii.member(jsii_name="tfResourceType")
158
162
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -285,11 +289,11 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
285
289
  :param lifecycle:
286
290
  :param provider:
287
291
  :param provisioners:
288
- :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#ip_network Network#ip_network}
289
- :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#name Network#name}
290
- :param zone: The zone the network is in, 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/3.2.0/docs/resources/network#zone Network#zone}
291
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#id Network#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.
292
- :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#router Network#router}
292
+ :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#ip_network Network#ip_network}
293
+ :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#name Network#name}
294
+ :param zone: The zone the network is in, 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/3.3.0/docs/resources/network#zone Network#zone}
295
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#id Network#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.
296
+ :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#router Network#router}
293
297
  '''
294
298
  if isinstance(lifecycle, dict):
295
299
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -401,7 +405,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
401
405
  def ip_network(self) -> "NetworkIpNetwork":
402
406
  '''ip_network block.
403
407
 
404
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#ip_network Network#ip_network}
408
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#ip_network Network#ip_network}
405
409
  '''
406
410
  result = self._values.get("ip_network")
407
411
  assert result is not None, "Required property 'ip_network' is missing"
@@ -411,7 +415,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
411
415
  def name(self) -> builtins.str:
412
416
  '''A valid name for the network.
413
417
 
414
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#name Network#name}
418
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#name Network#name}
415
419
  '''
416
420
  result = self._values.get("name")
417
421
  assert result is not None, "Required property 'name' is missing"
@@ -421,7 +425,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
421
425
  def zone(self) -> builtins.str:
422
426
  '''The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
423
427
 
424
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#zone Network#zone}
428
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#zone Network#zone}
425
429
  '''
426
430
  result = self._values.get("zone")
427
431
  assert result is not None, "Required property 'zone' is missing"
@@ -429,7 +433,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
429
433
 
430
434
  @builtins.property
431
435
  def id(self) -> typing.Optional[builtins.str]:
432
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#id Network#id}.
436
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#id Network#id}.
433
437
 
434
438
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
435
439
  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.
@@ -441,7 +445,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
441
445
  def router(self) -> typing.Optional[builtins.str]:
442
446
  '''The UUID of a router.
443
447
 
444
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#router Network#router}
448
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#router Network#router}
445
449
  '''
446
450
  result = self._values.get("router")
447
451
  return typing.cast(typing.Optional[builtins.str], result)
@@ -484,13 +488,13 @@ class NetworkIpNetwork:
484
488
  gateway: typing.Optional[builtins.str] = None,
485
489
  ) -> None:
486
490
  '''
487
- :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#address Network#address}
488
- :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp Network#dhcp}
489
- :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#family Network#family}
490
- :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
491
- :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
492
- :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
493
- :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#gateway Network#gateway}
491
+ :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#address Network#address}
492
+ :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp Network#dhcp}
493
+ :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#family Network#family}
494
+ :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
495
+ :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
496
+ :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
497
+ :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#gateway Network#gateway}
494
498
  '''
495
499
  if __debug__:
496
500
  type_hints = typing.get_type_hints(_typecheckingstub__a0ad6fbb444600379383ae462fe5ae2d8f24c848db9a320e7d111545c9b44b65)
@@ -519,7 +523,7 @@ class NetworkIpNetwork:
519
523
  def address(self) -> builtins.str:
520
524
  '''The CIDR range of the subnet.
521
525
 
522
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#address Network#address}
526
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#address Network#address}
523
527
  '''
524
528
  result = self._values.get("address")
525
529
  assert result is not None, "Required property 'address' is missing"
@@ -529,7 +533,7 @@ class NetworkIpNetwork:
529
533
  def dhcp(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
530
534
  '''Is DHCP enabled?
531
535
 
532
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp Network#dhcp}
536
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp Network#dhcp}
533
537
  '''
534
538
  result = self._values.get("dhcp")
535
539
  assert result is not None, "Required property 'dhcp' is missing"
@@ -539,7 +543,7 @@ class NetworkIpNetwork:
539
543
  def family(self) -> builtins.str:
540
544
  '''IP address family.
541
545
 
542
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#family Network#family}
546
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#family Network#family}
543
547
  '''
544
548
  result = self._values.get("family")
545
549
  assert result is not None, "Required property 'family' is missing"
@@ -551,7 +555,7 @@ class NetworkIpNetwork:
551
555
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
552
556
  '''Is the gateway the DHCP default route?
553
557
 
554
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
558
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
555
559
  '''
556
560
  result = self._values.get("dhcp_default_route")
557
561
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -560,7 +564,7 @@ class NetworkIpNetwork:
560
564
  def dhcp_dns(self) -> typing.Optional[typing.List[builtins.str]]:
561
565
  '''The DNS servers given by DHCP.
562
566
 
563
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
567
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
564
568
  '''
565
569
  result = self._values.get("dhcp_dns")
566
570
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -569,7 +573,7 @@ class NetworkIpNetwork:
569
573
  def dhcp_routes(self) -> typing.Optional[typing.List[builtins.str]]:
570
574
  '''The additional DHCP classless static routes given by DHCP.
571
575
 
572
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
576
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
573
577
  '''
574
578
  result = self._values.get("dhcp_routes")
575
579
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -578,7 +582,7 @@ class NetworkIpNetwork:
578
582
  def gateway(self) -> typing.Optional[builtins.str]:
579
583
  '''Gateway address given by DHCP.
580
584
 
581
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/network#gateway Network#gateway}
585
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/network#gateway Network#gateway}
582
586
  '''
583
587
  result = self._values.get("gateway")
584
588
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_object_storage`
3
3
 
4
- Refer to the Terraform Registory for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage).
4
+ Refer to the Terraform Registry for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class ObjectStorage(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.objectStorage.ObjectStorage",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage upcloud_object_storage}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage upcloud_object_storage}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -49,18 +49,18 @@ class ObjectStorage(
49
49
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
50
50
  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,
51
51
  ) -> None:
52
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage upcloud_object_storage} Resource.
52
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage upcloud_object_storage} Resource.
53
53
 
54
54
  :param scope: The scope in which to define this construct.
55
55
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
56
- :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
57
- :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#name ObjectStorage#name}
58
- :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
59
- :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#size ObjectStorage#size}
60
- :param zone: The zone in which the object storage instance will be created, 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/3.2.0/docs/resources/object_storage#zone ObjectStorage#zone}
61
- :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
62
- :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#description ObjectStorage#description}
63
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#id ObjectStorage#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.
56
+ :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
57
+ :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#name ObjectStorage#name}
58
+ :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
59
+ :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#size ObjectStorage#size}
60
+ :param zone: The zone in which the object storage instance will be created, 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/3.3.0/docs/resources/object_storage#zone ObjectStorage#zone}
61
+ :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
62
+ :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#description ObjectStorage#description}
63
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#id ObjectStorage#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.
64
64
  :param connection:
65
65
  :param count:
66
66
  :param depends_on:
@@ -106,7 +106,7 @@ class ObjectStorage(
106
106
 
107
107
  :param scope: The scope in which to define this construct.
108
108
  :param import_to_id: The construct id used in the generated config for the ObjectStorage to import.
109
- :param import_from_id: The id of the existing ObjectStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing ObjectStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#import import section} in the documentation of this resource for the id to use
110
110
  :param provider: ? Optional instance of the provider where the ObjectStorage to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -146,6 +146,10 @@ class ObjectStorage(
146
146
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
147
147
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
148
148
 
149
+ @jsii.member(jsii_name="synthesizeHclAttributes")
150
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
151
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
152
+
149
153
  @jsii.python.classproperty
150
154
  @jsii.member(jsii_name="tfResourceType")
151
155
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -311,7 +315,7 @@ class ObjectStorage(
311
315
  class ObjectStorageBucket:
312
316
  def __init__(self, *, name: builtins.str) -> None:
313
317
  '''
314
- :param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#name ObjectStorage#name}
318
+ :param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#name ObjectStorage#name}
315
319
  '''
316
320
  if __debug__:
317
321
  type_hints = typing.get_type_hints(_typecheckingstub__76363c1fb14ca2363d352380e624359e962fa25498e592051a720a4f8b2e2470)
@@ -324,7 +328,7 @@ class ObjectStorageBucket:
324
328
  def name(self) -> builtins.str:
325
329
  '''The name of the bucket.
326
330
 
327
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#name ObjectStorage#name}
331
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#name ObjectStorage#name}
328
332
  '''
329
333
  result = self._values.get("name")
330
334
  assert result is not None, "Required property 'name' is missing"
@@ -542,14 +546,14 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
542
546
  :param lifecycle:
543
547
  :param provider:
544
548
  :param provisioners:
545
- :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
546
- :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#name ObjectStorage#name}
547
- :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
548
- :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#size ObjectStorage#size}
549
- :param zone: The zone in which the object storage instance will be created, 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/3.2.0/docs/resources/object_storage#zone ObjectStorage#zone}
550
- :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
551
- :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#description ObjectStorage#description}
552
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#id ObjectStorage#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.
549
+ :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
550
+ :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#name ObjectStorage#name}
551
+ :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
552
+ :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#size ObjectStorage#size}
553
+ :param zone: The zone in which the object storage instance will be created, 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/3.3.0/docs/resources/object_storage#zone ObjectStorage#zone}
554
+ :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
555
+ :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#description ObjectStorage#description}
556
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#id ObjectStorage#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.
553
557
  '''
554
558
  if isinstance(lifecycle, dict):
555
559
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -672,7 +676,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
672
676
  and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would
673
677
  use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES".
674
678
 
675
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
679
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
676
680
  '''
677
681
  result = self._values.get("access_key")
678
682
  assert result is not None, "Required property 'access_key' is missing"
@@ -682,7 +686,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
682
686
  def name(self) -> builtins.str:
683
687
  '''The name of the object storage instance to be created.
684
688
 
685
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#name ObjectStorage#name}
689
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#name ObjectStorage#name}
686
690
  '''
687
691
  result = self._values.get("name")
688
692
  assert result is not None, "Required property 'name' is missing"
@@ -698,7 +702,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
698
702
  and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would
699
703
  use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES".
700
704
 
701
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
705
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
702
706
  '''
703
707
  result = self._values.get("secret_key")
704
708
  assert result is not None, "Required property 'secret_key' is missing"
@@ -708,7 +712,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
708
712
  def size(self) -> jsii.Number:
709
713
  '''The size of the object storage instance in gigabytes.
710
714
 
711
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#size ObjectStorage#size}
715
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#size ObjectStorage#size}
712
716
  '''
713
717
  result = self._values.get("size")
714
718
  assert result is not None, "Required property 'size' is missing"
@@ -718,7 +722,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
718
722
  def zone(self) -> builtins.str:
719
723
  '''The zone in which the object storage instance will be created, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
720
724
 
721
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#zone ObjectStorage#zone}
725
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#zone ObjectStorage#zone}
722
726
  '''
723
727
  result = self._values.get("zone")
724
728
  assert result is not None, "Required property 'zone' is missing"
@@ -730,7 +734,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
730
734
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ObjectStorageBucket]]]:
731
735
  '''bucket block.
732
736
 
733
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
737
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
734
738
  '''
735
739
  result = self._values.get("bucket")
736
740
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ObjectStorageBucket]]], result)
@@ -739,14 +743,14 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
739
743
  def description(self) -> typing.Optional[builtins.str]:
740
744
  '''The description of the object storage instance to be created.
741
745
 
742
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#description ObjectStorage#description}
746
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#description ObjectStorage#description}
743
747
  '''
744
748
  result = self._values.get("description")
745
749
  return typing.cast(typing.Optional[builtins.str], result)
746
750
 
747
751
  @builtins.property
748
752
  def id(self) -> typing.Optional[builtins.str]:
749
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/resources/object_storage#id ObjectStorage#id}.
753
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/object_storage#id ObjectStorage#id}.
750
754
 
751
755
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
752
756
  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
  # `provider`
3
3
 
4
- Refer to the Terraform Registory for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs).
4
+ Refer to the Terraform Registry for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class UpcloudProvider(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.provider.UpcloudProvider",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs upcloud}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs upcloud}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -41,17 +41,17 @@ class UpcloudProvider(
41
41
  retry_wait_min_sec: typing.Optional[jsii.Number] = None,
42
42
  username: typing.Optional[builtins.str] = None,
43
43
  ) -> None:
44
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs upcloud} Resource.
44
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs upcloud} Resource.
45
45
 
46
46
  :param scope: The scope in which to define this construct.
47
47
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
48
- :param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#alias UpcloudProvider#alias}
49
- :param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#password UpcloudProvider#password}
50
- :param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
51
- :param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_max UpcloudProvider#retry_max}
52
- :param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
53
- :param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
54
- :param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#username UpcloudProvider#username}
48
+ :param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#alias UpcloudProvider#alias}
49
+ :param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#password UpcloudProvider#password}
50
+ :param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
51
+ :param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_max UpcloudProvider#retry_max}
52
+ :param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
53
+ :param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
54
+ :param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#username UpcloudProvider#username}
55
55
  '''
56
56
  if __debug__:
57
57
  type_hints = typing.get_type_hints(_typecheckingstub__786d7492fb6ccdc4fc75b22452f182f0009c6f7041f055f198f8ab4750003c16)
@@ -82,7 +82,7 @@ class UpcloudProvider(
82
82
 
83
83
  :param scope: The scope in which to define this construct.
84
84
  :param import_to_id: The construct id used in the generated config for the UpcloudProvider to import.
85
- :param import_from_id: The id of the existing UpcloudProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#import import section} in the documentation of this resource for the id to use
85
+ :param import_from_id: The id of the existing UpcloudProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#import import section} in the documentation of this resource for the id to use
86
86
  :param provider: ? Optional instance of the provider where the UpcloudProvider to import is found.
87
87
  '''
88
88
  if __debug__:
@@ -125,6 +125,10 @@ class UpcloudProvider(
125
125
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
126
126
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
127
127
 
128
+ @jsii.member(jsii_name="synthesizeHclAttributes")
129
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
130
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
131
+
128
132
  @jsii.python.classproperty
129
133
  @jsii.member(jsii_name="tfResourceType")
130
134
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -276,13 +280,13 @@ class UpcloudProviderConfig:
276
280
  username: typing.Optional[builtins.str] = None,
277
281
  ) -> None:
278
282
  '''
279
- :param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#alias UpcloudProvider#alias}
280
- :param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#password UpcloudProvider#password}
281
- :param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
282
- :param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_max UpcloudProvider#retry_max}
283
- :param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
284
- :param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
285
- :param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#username UpcloudProvider#username}
283
+ :param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#alias UpcloudProvider#alias}
284
+ :param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#password UpcloudProvider#password}
285
+ :param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
286
+ :param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_max UpcloudProvider#retry_max}
287
+ :param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
288
+ :param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
289
+ :param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#username UpcloudProvider#username}
286
290
  '''
287
291
  if __debug__:
288
292
  type_hints = typing.get_type_hints(_typecheckingstub__e59a8dbe0e889be0d58fa19f6443e5c6def71ffe937d944a0b10dbe3c74b4005)
@@ -313,7 +317,7 @@ class UpcloudProviderConfig:
313
317
  def alias(self) -> typing.Optional[builtins.str]:
314
318
  '''Alias name.
315
319
 
316
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#alias UpcloudProvider#alias}
320
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#alias UpcloudProvider#alias}
317
321
  '''
318
322
  result = self._values.get("alias")
319
323
  return typing.cast(typing.Optional[builtins.str], result)
@@ -322,7 +326,7 @@ class UpcloudProviderConfig:
322
326
  def password(self) -> typing.Optional[builtins.str]:
323
327
  '''Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable.
324
328
 
325
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#password UpcloudProvider#password}
329
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#password UpcloudProvider#password}
326
330
  '''
327
331
  result = self._values.get("password")
328
332
  return typing.cast(typing.Optional[builtins.str], result)
@@ -333,7 +337,7 @@ class UpcloudProviderConfig:
333
337
 
334
338
  Defaults to 120 seconds
335
339
 
336
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
340
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
337
341
  '''
338
342
  result = self._values.get("request_timeout_sec")
339
343
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -342,7 +346,7 @@ class UpcloudProviderConfig:
342
346
  def retry_max(self) -> typing.Optional[jsii.Number]:
343
347
  '''Maximum number of retries.
344
348
 
345
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_max UpcloudProvider#retry_max}
349
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_max UpcloudProvider#retry_max}
346
350
  '''
347
351
  result = self._values.get("retry_max")
348
352
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -351,7 +355,7 @@ class UpcloudProviderConfig:
351
355
  def retry_wait_max_sec(self) -> typing.Optional[jsii.Number]:
352
356
  '''Maximum time to wait between retries.
353
357
 
354
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
358
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
355
359
  '''
356
360
  result = self._values.get("retry_wait_max_sec")
357
361
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -360,7 +364,7 @@ class UpcloudProviderConfig:
360
364
  def retry_wait_min_sec(self) -> typing.Optional[jsii.Number]:
361
365
  '''Minimum time to wait between retries.
362
366
 
363
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
367
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
364
368
  '''
365
369
  result = self._values.get("retry_wait_min_sec")
366
370
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -369,7 +373,7 @@ class UpcloudProviderConfig:
369
373
  def username(self) -> typing.Optional[builtins.str]:
370
374
  '''UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable.
371
375
 
372
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs#username UpcloudProvider#username}
376
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs#username UpcloudProvider#username}
373
377
  '''
374
378
  result = self._values.get("username")
375
379
  return typing.cast(typing.Optional[builtins.str], result)