pulumiverse-scaleway 1.21.0a1733668487__py3-none-any.whl → 1.22.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 pulumiverse-scaleway might be problematic. Click here for more details.

Files changed (102) hide show
  1. pulumiverse_scaleway/__init__.py +1 -0
  2. pulumiverse_scaleway/_inputs.py +3 -3
  3. pulumiverse_scaleway/baremetal_server.py +67 -7
  4. pulumiverse_scaleway/cockpit_grafana_user.py +28 -0
  5. pulumiverse_scaleway/cockpit_source.py +53 -3
  6. pulumiverse_scaleway/get_account_project.py +2 -2
  7. pulumiverse_scaleway/get_account_ssh_key.py +2 -2
  8. pulumiverse_scaleway/get_availability_zones.py +2 -2
  9. pulumiverse_scaleway/get_baremetal_offer.py +2 -2
  10. pulumiverse_scaleway/get_baremetal_option.py +2 -2
  11. pulumiverse_scaleway/get_baremetal_os.py +2 -2
  12. pulumiverse_scaleway/get_baremetal_server.py +2 -2
  13. pulumiverse_scaleway/get_billing_consumptions.py +2 -2
  14. pulumiverse_scaleway/get_billing_invoices.py +2 -2
  15. pulumiverse_scaleway/get_block_snapshot.py +2 -2
  16. pulumiverse_scaleway/get_block_volume.py +2 -2
  17. pulumiverse_scaleway/get_cockpit.py +2 -2
  18. pulumiverse_scaleway/get_cockpit_plan.py +2 -2
  19. pulumiverse_scaleway/get_cockpit_source.py +262 -0
  20. pulumiverse_scaleway/get_config.py +2 -2
  21. pulumiverse_scaleway/get_container.py +2 -2
  22. pulumiverse_scaleway/get_container_namespace.py +2 -2
  23. pulumiverse_scaleway/get_database.py +2 -2
  24. pulumiverse_scaleway/get_database_acl.py +2 -2
  25. pulumiverse_scaleway/get_database_backup.py +2 -2
  26. pulumiverse_scaleway/get_database_instance.py +2 -2
  27. pulumiverse_scaleway/get_database_privilege.py +2 -2
  28. pulumiverse_scaleway/get_domain_record.py +2 -2
  29. pulumiverse_scaleway/get_domain_zone.py +2 -2
  30. pulumiverse_scaleway/get_flexible_ip.py +2 -2
  31. pulumiverse_scaleway/get_flexible_ips.py +2 -2
  32. pulumiverse_scaleway/get_function.py +2 -2
  33. pulumiverse_scaleway/get_function_namespace.py +2 -2
  34. pulumiverse_scaleway/get_iam_api_key.py +2 -2
  35. pulumiverse_scaleway/get_iam_application.py +2 -2
  36. pulumiverse_scaleway/get_iam_group.py +2 -2
  37. pulumiverse_scaleway/get_iam_ssh_key.py +2 -2
  38. pulumiverse_scaleway/get_iam_user.py +2 -2
  39. pulumiverse_scaleway/get_instance_image.py +2 -2
  40. pulumiverse_scaleway/get_instance_ip.py +2 -2
  41. pulumiverse_scaleway/get_instance_placement_group.py +2 -2
  42. pulumiverse_scaleway/get_instance_private_nic.py +2 -2
  43. pulumiverse_scaleway/get_instance_security_group.py +2 -2
  44. pulumiverse_scaleway/get_instance_server.py +2 -2
  45. pulumiverse_scaleway/get_instance_servers.py +2 -2
  46. pulumiverse_scaleway/get_instance_snapshot.py +2 -2
  47. pulumiverse_scaleway/get_instance_volume.py +2 -2
  48. pulumiverse_scaleway/get_iot_device.py +2 -2
  49. pulumiverse_scaleway/get_iot_hub.py +2 -2
  50. pulumiverse_scaleway/get_ipam_ip.py +2 -2
  51. pulumiverse_scaleway/get_ipam_ips.py +2 -2
  52. pulumiverse_scaleway/get_k8s_version.py +2 -2
  53. pulumiverse_scaleway/get_kubernetes_cluster.py +2 -2
  54. pulumiverse_scaleway/get_kubernetes_node_pool.py +2 -2
  55. pulumiverse_scaleway/get_lb_acls.py +2 -2
  56. pulumiverse_scaleway/get_lb_backend.py +2 -2
  57. pulumiverse_scaleway/get_lb_backends.py +2 -2
  58. pulumiverse_scaleway/get_lb_frontend.py +2 -2
  59. pulumiverse_scaleway/get_lb_frontends.py +2 -2
  60. pulumiverse_scaleway/get_lb_ips.py +2 -2
  61. pulumiverse_scaleway/get_lb_route.py +2 -2
  62. pulumiverse_scaleway/get_lb_routes.py +2 -2
  63. pulumiverse_scaleway/get_lbs.py +2 -2
  64. pulumiverse_scaleway/get_loadbalancer.py +2 -2
  65. pulumiverse_scaleway/get_loadbalancer_certificate.py +2 -2
  66. pulumiverse_scaleway/get_loadbalancer_ip.py +2 -2
  67. pulumiverse_scaleway/get_marketplace_image.py +2 -2
  68. pulumiverse_scaleway/get_mnq_sns.py +2 -2
  69. pulumiverse_scaleway/get_mnq_sqs.py +2 -2
  70. pulumiverse_scaleway/get_mongo_db_instance.py +2 -2
  71. pulumiverse_scaleway/get_object_bucket.py +2 -2
  72. pulumiverse_scaleway/get_object_bucket_policy.py +2 -2
  73. pulumiverse_scaleway/get_redis_cluster.py +2 -2
  74. pulumiverse_scaleway/get_registry_image.py +2 -2
  75. pulumiverse_scaleway/get_registry_image_tag.py +2 -2
  76. pulumiverse_scaleway/get_registry_namespace.py +2 -2
  77. pulumiverse_scaleway/get_secret.py +2 -2
  78. pulumiverse_scaleway/get_secret_version.py +2 -2
  79. pulumiverse_scaleway/get_tem_domain.py +2 -2
  80. pulumiverse_scaleway/get_vpc.py +2 -2
  81. pulumiverse_scaleway/get_vpc_gateway_network.py +2 -2
  82. pulumiverse_scaleway/get_vpc_private_network.py +2 -2
  83. pulumiverse_scaleway/get_vpc_public_gateway.py +2 -2
  84. pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +2 -2
  85. pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +2 -2
  86. pulumiverse_scaleway/get_vpc_public_gateway_ip.py +2 -2
  87. pulumiverse_scaleway/get_vpc_public_pat_rule.py +2 -2
  88. pulumiverse_scaleway/get_vpc_routes.py +2 -2
  89. pulumiverse_scaleway/get_vpcs.py +2 -2
  90. pulumiverse_scaleway/get_web_host_offer.py +2 -2
  91. pulumiverse_scaleway/get_webhosting.py +2 -2
  92. pulumiverse_scaleway/instance_server.py +9 -4
  93. pulumiverse_scaleway/object_bucket.py +1 -1
  94. pulumiverse_scaleway/object_item.py +49 -0
  95. pulumiverse_scaleway/outputs.py +2 -2
  96. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  97. pulumiverse_scaleway/redis_cluster.py +49 -14
  98. pulumiverse_scaleway/vpc_gateway_network.py +7 -7
  99. {pulumiverse_scaleway-1.21.0a1733668487.dist-info → pulumiverse_scaleway-1.22.0.dist-info}/METADATA +2 -2
  100. {pulumiverse_scaleway-1.21.0a1733668487.dist-info → pulumiverse_scaleway-1.22.0.dist-info}/RECORD +102 -101
  101. {pulumiverse_scaleway-1.21.0a1733668487.dist-info → pulumiverse_scaleway-1.22.0.dist-info}/WHEEL +1 -1
  102. {pulumiverse_scaleway-1.21.0a1733668487.dist-info → pulumiverse_scaleway-1.22.0.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,7 @@ class ObjectItemArgs:
28
28
  metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
29
29
  project_id: Optional[pulumi.Input[str]] = None,
30
30
  region: Optional[pulumi.Input[str]] = None,
31
+ sse_customer_key: Optional[pulumi.Input[str]] = None,
31
32
  storage_class: Optional[pulumi.Input[str]] = None,
32
33
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
33
34
  visibility: Optional[pulumi.Input[str]] = None):
@@ -44,6 +45,7 @@ class ObjectItemArgs:
44
45
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Map of metadata used for the object (keys must be lowercase).
45
46
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
46
47
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
48
+ :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
47
49
  :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
48
50
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
49
51
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
@@ -64,6 +66,8 @@ class ObjectItemArgs:
64
66
  pulumi.set(__self__, "project_id", project_id)
65
67
  if region is not None:
66
68
  pulumi.set(__self__, "region", region)
69
+ if sse_customer_key is not None:
70
+ pulumi.set(__self__, "sse_customer_key", sse_customer_key)
67
71
  if storage_class is not None:
68
72
  pulumi.set(__self__, "storage_class", storage_class)
69
73
  if tags is not None:
@@ -181,6 +185,18 @@ class ObjectItemArgs:
181
185
  def region(self, value: Optional[pulumi.Input[str]]):
182
186
  pulumi.set(self, "region", value)
183
187
 
188
+ @property
189
+ @pulumi.getter(name="sseCustomerKey")
190
+ def sse_customer_key(self) -> Optional[pulumi.Input[str]]:
191
+ """
192
+ Customer's encryption keys to encrypt data (SSE-C)
193
+ """
194
+ return pulumi.get(self, "sse_customer_key")
195
+
196
+ @sse_customer_key.setter
197
+ def sse_customer_key(self, value: Optional[pulumi.Input[str]]):
198
+ pulumi.set(self, "sse_customer_key", value)
199
+
184
200
  @property
185
201
  @pulumi.getter(name="storageClass")
186
202
  def storage_class(self) -> Optional[pulumi.Input[str]]:
@@ -230,6 +246,7 @@ class _ObjectItemState:
230
246
  metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
231
247
  project_id: Optional[pulumi.Input[str]] = None,
232
248
  region: Optional[pulumi.Input[str]] = None,
249
+ sse_customer_key: Optional[pulumi.Input[str]] = None,
233
250
  storage_class: Optional[pulumi.Input[str]] = None,
234
251
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
235
252
  visibility: Optional[pulumi.Input[str]] = None):
@@ -246,6 +263,7 @@ class _ObjectItemState:
246
263
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Map of metadata used for the object (keys must be lowercase).
247
264
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
248
265
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
266
+ :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
249
267
  :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
250
268
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
251
269
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
@@ -268,6 +286,8 @@ class _ObjectItemState:
268
286
  pulumi.set(__self__, "project_id", project_id)
269
287
  if region is not None:
270
288
  pulumi.set(__self__, "region", region)
289
+ if sse_customer_key is not None:
290
+ pulumi.set(__self__, "sse_customer_key", sse_customer_key)
271
291
  if storage_class is not None:
272
292
  pulumi.set(__self__, "storage_class", storage_class)
273
293
  if tags is not None:
@@ -385,6 +405,18 @@ class _ObjectItemState:
385
405
  def region(self, value: Optional[pulumi.Input[str]]):
386
406
  pulumi.set(self, "region", value)
387
407
 
408
+ @property
409
+ @pulumi.getter(name="sseCustomerKey")
410
+ def sse_customer_key(self) -> Optional[pulumi.Input[str]]:
411
+ """
412
+ Customer's encryption keys to encrypt data (SSE-C)
413
+ """
414
+ return pulumi.get(self, "sse_customer_key")
415
+
416
+ @sse_customer_key.setter
417
+ def sse_customer_key(self, value: Optional[pulumi.Input[str]]):
418
+ pulumi.set(self, "sse_customer_key", value)
419
+
388
420
  @property
389
421
  @pulumi.getter(name="storageClass")
390
422
  def storage_class(self) -> Optional[pulumi.Input[str]]:
@@ -436,6 +468,7 @@ class ObjectItem(pulumi.CustomResource):
436
468
  metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
437
469
  project_id: Optional[pulumi.Input[str]] = None,
438
470
  region: Optional[pulumi.Input[str]] = None,
471
+ sse_customer_key: Optional[pulumi.Input[str]] = None,
439
472
  storage_class: Optional[pulumi.Input[str]] = None,
440
473
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
441
474
  visibility: Optional[pulumi.Input[str]] = None,
@@ -478,6 +511,7 @@ class ObjectItem(pulumi.CustomResource):
478
511
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Map of metadata used for the object (keys must be lowercase).
479
512
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
480
513
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
514
+ :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
481
515
  :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
482
516
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
483
517
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
@@ -537,6 +571,7 @@ class ObjectItem(pulumi.CustomResource):
537
571
  metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
538
572
  project_id: Optional[pulumi.Input[str]] = None,
539
573
  region: Optional[pulumi.Input[str]] = None,
574
+ sse_customer_key: Optional[pulumi.Input[str]] = None,
540
575
  storage_class: Optional[pulumi.Input[str]] = None,
541
576
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
542
577
  visibility: Optional[pulumi.Input[str]] = None,
@@ -562,9 +597,12 @@ class ObjectItem(pulumi.CustomResource):
562
597
  __props__.__dict__["metadata"] = metadata
563
598
  __props__.__dict__["project_id"] = project_id
564
599
  __props__.__dict__["region"] = region
600
+ __props__.__dict__["sse_customer_key"] = None if sse_customer_key is None else pulumi.Output.secret(sse_customer_key)
565
601
  __props__.__dict__["storage_class"] = storage_class
566
602
  __props__.__dict__["tags"] = tags
567
603
  __props__.__dict__["visibility"] = visibility
604
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["sseCustomerKey"])
605
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
568
606
  super(ObjectItem, __self__).__init__(
569
607
  'scaleway:index/objectItem:ObjectItem',
570
608
  resource_name,
@@ -584,6 +622,7 @@ class ObjectItem(pulumi.CustomResource):
584
622
  metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
585
623
  project_id: Optional[pulumi.Input[str]] = None,
586
624
  region: Optional[pulumi.Input[str]] = None,
625
+ sse_customer_key: Optional[pulumi.Input[str]] = None,
587
626
  storage_class: Optional[pulumi.Input[str]] = None,
588
627
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
589
628
  visibility: Optional[pulumi.Input[str]] = None) -> 'ObjectItem':
@@ -605,6 +644,7 @@ class ObjectItem(pulumi.CustomResource):
605
644
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Map of metadata used for the object (keys must be lowercase).
606
645
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
607
646
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
647
+ :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
608
648
  :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
609
649
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
610
650
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
@@ -622,6 +662,7 @@ class ObjectItem(pulumi.CustomResource):
622
662
  __props__.__dict__["metadata"] = metadata
623
663
  __props__.__dict__["project_id"] = project_id
624
664
  __props__.__dict__["region"] = region
665
+ __props__.__dict__["sse_customer_key"] = sse_customer_key
625
666
  __props__.__dict__["storage_class"] = storage_class
626
667
  __props__.__dict__["tags"] = tags
627
668
  __props__.__dict__["visibility"] = visibility
@@ -701,6 +742,14 @@ class ObjectItem(pulumi.CustomResource):
701
742
  """
702
743
  return pulumi.get(self, "region")
703
744
 
745
+ @property
746
+ @pulumi.getter(name="sseCustomerKey")
747
+ def sse_customer_key(self) -> pulumi.Output[Optional[str]]:
748
+ """
749
+ Customer's encryption keys to encrypt data (SSE-C)
750
+ """
751
+ return pulumi.get(self, "sse_customer_key")
752
+
704
753
  @property
705
754
  @pulumi.getter(name="storageClass")
706
755
  def storage_class(self) -> pulumi.Output[Optional[str]]:
@@ -2874,7 +2874,7 @@ class InstanceServerRootVolume(dict):
2874
2874
  :param int size_in_gb: Size of the root volume in gigabytes.
2875
2875
  To find the right size use [this endpoint](https://www.scaleway.com/en/developers/api/instance/#path-instances-list-all-instances) and
2876
2876
  check the `volumes_constraint.{min|max}_size` (in bytes) for your `commercial_type`.
2877
- Updates to this field will recreate a new resource.
2877
+ Depending on `volume_type`, updates to this field may recreate a new resource.
2878
2878
  :param str volume_id: The volume ID of the root volume of the server, allows you to create server with an existing volume. If empty, will be computed to a created volume ID.
2879
2879
  :param str volume_type: Volume type of root volume, can be `b_ssd`, `l_ssd` or `sbs_volume`, default value depends on server type
2880
2880
  """
@@ -2934,7 +2934,7 @@ class InstanceServerRootVolume(dict):
2934
2934
  Size of the root volume in gigabytes.
2935
2935
  To find the right size use [this endpoint](https://www.scaleway.com/en/developers/api/instance/#path-instances-list-all-instances) and
2936
2936
  check the `volumes_constraint.{min|max}_size` (in bytes) for your `commercial_type`.
2937
- Updates to this field will recreate a new resource.
2937
+ Depending on `volume_type`, updates to this field may recreate a new resource.
2938
2938
  """
2939
2939
  return pulumi.get(self, "size_in_gb")
2940
2940
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "scaleway",
4
- "version": "1.21.0-alpha.1733668487",
4
+ "version": "1.22.0",
5
5
  "server": "github://api.github.com/pulumiverse"
6
6
  }
@@ -50,8 +50,13 @@ class RedisClusterArgs:
50
50
  :param pulumi.Input[Sequence[pulumi.Input['RedisClusterAclArgs']]] acls: List of acl rules, this is cluster's authorized IPs. More details on the ACL section.
51
51
  :param pulumi.Input[int] cluster_size: The number of nodes in the Redis™ cluster.
52
52
 
53
- > **Important:** You cannot set `cluster_size` to 2, you either have to choose Standalone mode (1 node) or cluster mode
54
- which is minimum 3 (1 main node + 2 secondary nodes)
53
+ > **Important:**
54
+
55
+ - Cluster_size = 1 for Standalone mode (single node).
56
+
57
+ - Cluster_size = 2 for High Availability (HA) mode, with 1 main node and 1 standby node.
58
+
59
+ - Cluster_size >= 3 for Cluster mode, which requires a minimum of 1 main node and 2 secondary nodes.
55
60
 
56
61
  > **Important:** If you are using the cluster mode (>=3 nodes), you can set a bigger `cluster_size` than you initially
57
62
  did, it will migrate the Redis™ cluster but keep in mind that you cannot downgrade a Redis™ cluster, so setting a smaller
@@ -172,8 +177,13 @@ class RedisClusterArgs:
172
177
  """
173
178
  The number of nodes in the Redis™ cluster.
174
179
 
175
- > **Important:** You cannot set `cluster_size` to 2, you either have to choose Standalone mode (1 node) or cluster mode
176
- which is minimum 3 (1 main node + 2 secondary nodes)
180
+ > **Important:**
181
+
182
+ - Cluster_size = 1 for Standalone mode (single node).
183
+
184
+ - Cluster_size = 2 for High Availability (HA) mode, with 1 main node and 1 standby node.
185
+
186
+ - Cluster_size >= 3 for Cluster mode, which requires a minimum of 1 main node and 2 secondary nodes.
177
187
 
178
188
  > **Important:** If you are using the cluster mode (>=3 nodes), you can set a bigger `cluster_size` than you initially
179
189
  did, it will migrate the Redis™ cluster but keep in mind that you cannot downgrade a Redis™ cluster, so setting a smaller
@@ -318,8 +328,13 @@ class _RedisClusterState:
318
328
  :param pulumi.Input[str] certificate: The PEM of the certificate used by redis, only when `tls_enabled` is true
319
329
  :param pulumi.Input[int] cluster_size: The number of nodes in the Redis™ cluster.
320
330
 
321
- > **Important:** You cannot set `cluster_size` to 2, you either have to choose Standalone mode (1 node) or cluster mode
322
- which is minimum 3 (1 main node + 2 secondary nodes)
331
+ > **Important:**
332
+
333
+ - Cluster_size = 1 for Standalone mode (single node).
334
+
335
+ - Cluster_size = 2 for High Availability (HA) mode, with 1 main node and 1 standby node.
336
+
337
+ - Cluster_size >= 3 for Cluster mode, which requires a minimum of 1 main node and 2 secondary nodes.
323
338
 
324
339
  > **Important:** If you are using the cluster mode (>=3 nodes), you can set a bigger `cluster_size` than you initially
325
340
  did, it will migrate the Redis™ cluster but keep in mind that you cannot downgrade a Redis™ cluster, so setting a smaller
@@ -420,8 +435,13 @@ class _RedisClusterState:
420
435
  """
421
436
  The number of nodes in the Redis™ cluster.
422
437
 
423
- > **Important:** You cannot set `cluster_size` to 2, you either have to choose Standalone mode (1 node) or cluster mode
424
- which is minimum 3 (1 main node + 2 secondary nodes)
438
+ > **Important:**
439
+
440
+ - Cluster_size = 1 for Standalone mode (single node).
441
+
442
+ - Cluster_size = 2 for High Availability (HA) mode, with 1 main node and 1 standby node.
443
+
444
+ - Cluster_size >= 3 for Cluster mode, which requires a minimum of 1 main node and 2 secondary nodes.
425
445
 
426
446
  > **Important:** If you are using the cluster mode (>=3 nodes), you can set a bigger `cluster_size` than you initially
427
447
  did, it will migrate the Redis™ cluster but keep in mind that you cannot downgrade a Redis™ cluster, so setting a smaller
@@ -722,8 +742,13 @@ class RedisCluster(pulumi.CustomResource):
722
742
  :param pulumi.Input[Sequence[pulumi.Input[Union['RedisClusterAclArgs', 'RedisClusterAclArgsDict']]]] acls: List of acl rules, this is cluster's authorized IPs. More details on the ACL section.
723
743
  :param pulumi.Input[int] cluster_size: The number of nodes in the Redis™ cluster.
724
744
 
725
- > **Important:** You cannot set `cluster_size` to 2, you either have to choose Standalone mode (1 node) or cluster mode
726
- which is minimum 3 (1 main node + 2 secondary nodes)
745
+ > **Important:**
746
+
747
+ - Cluster_size = 1 for Standalone mode (single node).
748
+
749
+ - Cluster_size = 2 for High Availability (HA) mode, with 1 main node and 1 standby node.
750
+
751
+ - Cluster_size >= 3 for Cluster mode, which requires a minimum of 1 main node and 2 secondary nodes.
727
752
 
728
753
  > **Important:** If you are using the cluster mode (>=3 nodes), you can set a bigger `cluster_size` than you initially
729
754
  did, it will migrate the Redis™ cluster but keep in mind that you cannot downgrade a Redis™ cluster, so setting a smaller
@@ -945,8 +970,13 @@ class RedisCluster(pulumi.CustomResource):
945
970
  :param pulumi.Input[str] certificate: The PEM of the certificate used by redis, only when `tls_enabled` is true
946
971
  :param pulumi.Input[int] cluster_size: The number of nodes in the Redis™ cluster.
947
972
 
948
- > **Important:** You cannot set `cluster_size` to 2, you either have to choose Standalone mode (1 node) or cluster mode
949
- which is minimum 3 (1 main node + 2 secondary nodes)
973
+ > **Important:**
974
+
975
+ - Cluster_size = 1 for Standalone mode (single node).
976
+
977
+ - Cluster_size = 2 for High Availability (HA) mode, with 1 main node and 1 standby node.
978
+
979
+ - Cluster_size >= 3 for Cluster mode, which requires a minimum of 1 main node and 2 secondary nodes.
950
980
 
951
981
  > **Important:** If you are using the cluster mode (>=3 nodes), you can set a bigger `cluster_size` than you initially
952
982
  did, it will migrate the Redis™ cluster but keep in mind that you cannot downgrade a Redis™ cluster, so setting a smaller
@@ -1027,8 +1057,13 @@ class RedisCluster(pulumi.CustomResource):
1027
1057
  """
1028
1058
  The number of nodes in the Redis™ cluster.
1029
1059
 
1030
- > **Important:** You cannot set `cluster_size` to 2, you either have to choose Standalone mode (1 node) or cluster mode
1031
- which is minimum 3 (1 main node + 2 secondary nodes)
1060
+ > **Important:**
1061
+
1062
+ - Cluster_size = 1 for Standalone mode (single node).
1063
+
1064
+ - Cluster_size = 2 for High Availability (HA) mode, with 1 main node and 1 standby node.
1065
+
1066
+ - Cluster_size >= 3 for Cluster mode, which requires a minimum of 1 main node and 2 secondary nodes.
1032
1067
 
1033
1068
  > **Important:** If you are using the cluster mode (>=3 nodes), you can set a bigger `cluster_size` than you initially
1034
1069
  did, it will migrate the Redis™ cluster but keep in mind that you cannot downgrade a Redis™ cluster, so setting a smaller
@@ -36,7 +36,7 @@ class VpcGatewayNetworkArgs:
36
36
  :param pulumi.Input[str] private_network_id: The ID of the Private Network.
37
37
  :param pulumi.Input[bool] cleanup_dhcp: Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
38
38
  :param pulumi.Input[str] dhcp_id: The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
39
- :param pulumi.Input[bool] enable_dhcp: WWhether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
39
+ :param pulumi.Input[bool] enable_dhcp: Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
40
40
  :param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork
41
41
  :param pulumi.Input[Sequence[pulumi.Input['VpcGatewayNetworkIpamConfigArgs']]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
42
42
  :param pulumi.Input[str] static_address: Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
@@ -111,7 +111,7 @@ class VpcGatewayNetworkArgs:
111
111
  @pulumi.getter(name="enableDhcp")
112
112
  def enable_dhcp(self) -> Optional[pulumi.Input[bool]]:
113
113
  """
114
- WWhether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
114
+ Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
115
115
  """
116
116
  return pulumi.get(self, "enable_dhcp")
117
117
 
@@ -189,7 +189,7 @@ class _VpcGatewayNetworkState:
189
189
  :param pulumi.Input[bool] cleanup_dhcp: Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
190
190
  :param pulumi.Input[str] created_at: The date and time of the creation of the GatewayNetwork.
191
191
  :param pulumi.Input[str] dhcp_id: The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
192
- :param pulumi.Input[bool] enable_dhcp: WWhether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
192
+ :param pulumi.Input[bool] enable_dhcp: Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
193
193
  :param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork
194
194
  :param pulumi.Input[str] gateway_id: The ID of the Public Gateway.
195
195
  :param pulumi.Input[Sequence[pulumi.Input['VpcGatewayNetworkIpamConfigArgs']]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
@@ -267,7 +267,7 @@ class _VpcGatewayNetworkState:
267
267
  @pulumi.getter(name="enableDhcp")
268
268
  def enable_dhcp(self) -> Optional[pulumi.Input[bool]]:
269
269
  """
270
- WWhether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
270
+ Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
271
271
  """
272
272
  return pulumi.get(self, "enable_dhcp")
273
273
 
@@ -518,7 +518,7 @@ class VpcGatewayNetwork(pulumi.CustomResource):
518
518
  :param pulumi.ResourceOptions opts: Options for the resource.
519
519
  :param pulumi.Input[bool] cleanup_dhcp: Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
520
520
  :param pulumi.Input[str] dhcp_id: The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
521
- :param pulumi.Input[bool] enable_dhcp: WWhether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
521
+ :param pulumi.Input[bool] enable_dhcp: Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
522
522
  :param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork
523
523
  :param pulumi.Input[str] gateway_id: The ID of the Public Gateway.
524
524
  :param pulumi.Input[Sequence[pulumi.Input[Union['VpcGatewayNetworkIpamConfigArgs', 'VpcGatewayNetworkIpamConfigArgsDict']]]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
@@ -730,7 +730,7 @@ class VpcGatewayNetwork(pulumi.CustomResource):
730
730
  :param pulumi.Input[bool] cleanup_dhcp: Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
731
731
  :param pulumi.Input[str] created_at: The date and time of the creation of the GatewayNetwork.
732
732
  :param pulumi.Input[str] dhcp_id: The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
733
- :param pulumi.Input[bool] enable_dhcp: WWhether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
733
+ :param pulumi.Input[bool] enable_dhcp: Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
734
734
  :param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork
735
735
  :param pulumi.Input[str] gateway_id: The ID of the Public Gateway.
736
736
  :param pulumi.Input[Sequence[pulumi.Input[Union['VpcGatewayNetworkIpamConfigArgs', 'VpcGatewayNetworkIpamConfigArgsDict']]]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
@@ -788,7 +788,7 @@ class VpcGatewayNetwork(pulumi.CustomResource):
788
788
  @pulumi.getter(name="enableDhcp")
789
789
  def enable_dhcp(self) -> pulumi.Output[Optional[bool]]:
790
790
  """
791
- WWhether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
791
+ Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
792
792
  """
793
793
  return pulumi.get(self, "enable_dhcp")
794
794
 
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumiverse_scaleway
3
- Version: 1.21.0a1733668487
3
+ Version: 1.22.0
4
4
  Summary: A Pulumi package for creating and managing Scaleway cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.scaleway.com
7
7
  Project-URL: Repository, https://github.com/pulumiverse/pulumi-scaleway
8
8
  Keywords: pulumi,scaleway,pulumiverse
9
- Requires-Python: >=3.8
9
+ Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
12
  Requires-Dist: pulumi<4.0.0,>=3.0.0