pulumiverse-scaleway 1.22.0a1736239435__py3-none-any.whl → 1.23.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 (145) hide show
  1. pulumiverse_scaleway/__init__.py +10 -0
  2. pulumiverse_scaleway/_inputs.py +326 -12
  3. pulumiverse_scaleway/_utilities.py +8 -4
  4. pulumiverse_scaleway/account_ssh_key.py +2 -2
  5. pulumiverse_scaleway/apple_silicon_server.py +124 -0
  6. pulumiverse_scaleway/baremetal_server.py +67 -7
  7. pulumiverse_scaleway/block_snapshot.py +2 -2
  8. pulumiverse_scaleway/block_volume.py +58 -11
  9. pulumiverse_scaleway/cockpit_grafana_user.py +28 -0
  10. pulumiverse_scaleway/cockpit_source.py +53 -3
  11. pulumiverse_scaleway/container.py +236 -23
  12. pulumiverse_scaleway/container_domain.py +2 -2
  13. pulumiverse_scaleway/database_instance.py +74 -21
  14. pulumiverse_scaleway/get_account_project.py +4 -4
  15. pulumiverse_scaleway/get_account_ssh_key.py +4 -4
  16. pulumiverse_scaleway/get_availability_zones.py +2 -2
  17. pulumiverse_scaleway/get_baremetal_offer.py +2 -2
  18. pulumiverse_scaleway/get_baremetal_option.py +2 -2
  19. pulumiverse_scaleway/get_baremetal_os.py +2 -2
  20. pulumiverse_scaleway/get_baremetal_server.py +2 -2
  21. pulumiverse_scaleway/get_billing_consumptions.py +2 -2
  22. pulumiverse_scaleway/get_billing_invoices.py +2 -2
  23. pulumiverse_scaleway/get_block_snapshot.py +4 -4
  24. pulumiverse_scaleway/get_block_volume.py +16 -5
  25. pulumiverse_scaleway/get_cockpit.py +2 -2
  26. pulumiverse_scaleway/get_cockpit_plan.py +2 -2
  27. pulumiverse_scaleway/get_cockpit_source.py +262 -0
  28. pulumiverse_scaleway/get_config.py +2 -2
  29. pulumiverse_scaleway/get_container.py +32 -6
  30. pulumiverse_scaleway/get_container_namespace.py +2 -2
  31. pulumiverse_scaleway/get_database.py +2 -2
  32. pulumiverse_scaleway/get_database_acl.py +2 -2
  33. pulumiverse_scaleway/get_database_backup.py +2 -2
  34. pulumiverse_scaleway/get_database_instance.py +14 -3
  35. pulumiverse_scaleway/get_database_privilege.py +2 -2
  36. pulumiverse_scaleway/get_domain_record.py +2 -2
  37. pulumiverse_scaleway/get_domain_zone.py +2 -2
  38. pulumiverse_scaleway/get_flexible_ip.py +2 -2
  39. pulumiverse_scaleway/get_flexible_ips.py +2 -2
  40. pulumiverse_scaleway/get_function.py +2 -2
  41. pulumiverse_scaleway/get_function_namespace.py +2 -2
  42. pulumiverse_scaleway/get_iam_api_key.py +2 -2
  43. pulumiverse_scaleway/get_iam_application.py +2 -2
  44. pulumiverse_scaleway/get_iam_group.py +2 -2
  45. pulumiverse_scaleway/get_iam_ssh_key.py +2 -2
  46. pulumiverse_scaleway/get_iam_user.py +2 -2
  47. pulumiverse_scaleway/get_instance_image.py +2 -2
  48. pulumiverse_scaleway/get_instance_ip.py +2 -2
  49. pulumiverse_scaleway/get_instance_placement_group.py +2 -2
  50. pulumiverse_scaleway/get_instance_private_nic.py +2 -2
  51. pulumiverse_scaleway/get_instance_security_group.py +2 -2
  52. pulumiverse_scaleway/get_instance_server.py +3 -17
  53. pulumiverse_scaleway/get_instance_servers.py +2 -2
  54. pulumiverse_scaleway/get_instance_snapshot.py +2 -2
  55. pulumiverse_scaleway/get_instance_volume.py +14 -3
  56. pulumiverse_scaleway/get_iot_device.py +2 -2
  57. pulumiverse_scaleway/get_iot_hub.py +2 -2
  58. pulumiverse_scaleway/get_ipam_ip.py +4 -4
  59. pulumiverse_scaleway/get_ipam_ips.py +4 -4
  60. pulumiverse_scaleway/get_k8s_version.py +2 -2
  61. pulumiverse_scaleway/get_kubernetes_cluster.py +2 -2
  62. pulumiverse_scaleway/get_kubernetes_node_pool.py +2 -2
  63. pulumiverse_scaleway/get_lb_acls.py +4 -4
  64. pulumiverse_scaleway/get_lb_backend.py +4 -4
  65. pulumiverse_scaleway/get_lb_backends.py +4 -4
  66. pulumiverse_scaleway/get_lb_frontend.py +4 -4
  67. pulumiverse_scaleway/get_lb_frontends.py +4 -4
  68. pulumiverse_scaleway/get_lb_ips.py +4 -4
  69. pulumiverse_scaleway/get_lb_route.py +4 -4
  70. pulumiverse_scaleway/get_lb_routes.py +4 -4
  71. pulumiverse_scaleway/get_lbs.py +4 -4
  72. pulumiverse_scaleway/get_loadbalancer.py +4 -4
  73. pulumiverse_scaleway/get_loadbalancer_certificate.py +4 -4
  74. pulumiverse_scaleway/get_loadbalancer_ip.py +4 -4
  75. pulumiverse_scaleway/get_marketplace_image.py +2 -2
  76. pulumiverse_scaleway/get_mnq_sns.py +2 -2
  77. pulumiverse_scaleway/get_mnq_sqs.py +2 -2
  78. pulumiverse_scaleway/get_mongo_db_instance.py +2 -2
  79. pulumiverse_scaleway/get_object_bucket.py +4 -4
  80. pulumiverse_scaleway/get_object_bucket_policy.py +4 -4
  81. pulumiverse_scaleway/get_redis_cluster.py +2 -2
  82. pulumiverse_scaleway/get_registry_image.py +2 -2
  83. pulumiverse_scaleway/get_registry_image_tag.py +2 -2
  84. pulumiverse_scaleway/get_registry_namespace.py +2 -2
  85. pulumiverse_scaleway/get_secret.py +2 -2
  86. pulumiverse_scaleway/get_secret_version.py +2 -2
  87. pulumiverse_scaleway/get_tem_domain.py +2 -2
  88. pulumiverse_scaleway/get_vpc.py +2 -2
  89. pulumiverse_scaleway/get_vpc_gateway_network.py +2 -2
  90. pulumiverse_scaleway/get_vpc_private_network.py +2 -2
  91. pulumiverse_scaleway/get_vpc_public_gateway.py +2 -2
  92. pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +2 -2
  93. pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +2 -2
  94. pulumiverse_scaleway/get_vpc_public_gateway_ip.py +2 -2
  95. pulumiverse_scaleway/get_vpc_public_pat_rule.py +2 -2
  96. pulumiverse_scaleway/get_vpc_routes.py +2 -2
  97. pulumiverse_scaleway/get_vpcs.py +2 -2
  98. pulumiverse_scaleway/get_web_host_offer.py +2 -2
  99. pulumiverse_scaleway/get_webhosting.py +2 -2
  100. pulumiverse_scaleway/iam_policy.py +2 -2
  101. pulumiverse_scaleway/instance_ip.py +7 -21
  102. pulumiverse_scaleway/instance_server.py +13 -78
  103. pulumiverse_scaleway/instance_volume.py +47 -0
  104. pulumiverse_scaleway/iot_route.py +21 -21
  105. pulumiverse_scaleway/ipam_ip.py +2 -2
  106. pulumiverse_scaleway/ipam_ip_reverse_dns.py +2 -2
  107. pulumiverse_scaleway/loadbalancer.py +2 -2
  108. pulumiverse_scaleway/loadbalancer_acl.py +2 -2
  109. pulumiverse_scaleway/loadbalancer_backend.py +2 -2
  110. pulumiverse_scaleway/loadbalancer_frontend.py +2 -2
  111. pulumiverse_scaleway/loadbalancer_ip.py +2 -2
  112. pulumiverse_scaleway/loadbalancer_route.py +2 -2
  113. pulumiverse_scaleway/mnq_nats_account.py +2 -2
  114. pulumiverse_scaleway/mnq_nats_credentials.py +2 -2
  115. pulumiverse_scaleway/mnq_sns.py +2 -2
  116. pulumiverse_scaleway/mnq_sns_credentials.py +2 -2
  117. pulumiverse_scaleway/mnq_sns_topic.py +2 -2
  118. pulumiverse_scaleway/mnq_sns_topic_subscription.py +2 -2
  119. pulumiverse_scaleway/mnq_sqs.py +2 -2
  120. pulumiverse_scaleway/mnq_sqs_credentials.py +2 -2
  121. pulumiverse_scaleway/mnq_sqs_queue.py +2 -2
  122. pulumiverse_scaleway/mongo_db_instance.py +2 -2
  123. pulumiverse_scaleway/mongo_db_snapshot.py +2 -2
  124. pulumiverse_scaleway/object_bucket.py +12 -12
  125. pulumiverse_scaleway/object_bucket_acl.py +2 -2
  126. pulumiverse_scaleway/object_bucket_lock_configuration.py +4 -4
  127. pulumiverse_scaleway/object_bucket_policy.py +6 -6
  128. pulumiverse_scaleway/object_bucket_website_configuration.py +4 -4
  129. pulumiverse_scaleway/object_item.py +60 -11
  130. pulumiverse_scaleway/outputs.py +353 -8
  131. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  132. pulumiverse_scaleway/rdb_snapshot.py +608 -0
  133. pulumiverse_scaleway/redis_cluster.py +49 -14
  134. pulumiverse_scaleway/sdb_database.py +2 -2
  135. pulumiverse_scaleway/secret_version.py +2 -2
  136. pulumiverse_scaleway/vpc.py +2 -2
  137. pulumiverse_scaleway/vpc_gateway_network.py +7 -7
  138. pulumiverse_scaleway/vpc_public_gateway_dhcp.py +14 -0
  139. pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +2 -2
  140. pulumiverse_scaleway/vpc_route.py +2 -2
  141. {pulumiverse_scaleway-1.22.0a1736239435.dist-info → pulumiverse_scaleway-1.23.0.dist-info}/METADATA +3 -3
  142. pulumiverse_scaleway-1.23.0.dist-info/RECORD +206 -0
  143. {pulumiverse_scaleway-1.22.0a1736239435.dist-info → pulumiverse_scaleway-1.23.0.dist-info}/WHEEL +1 -1
  144. pulumiverse_scaleway-1.22.0a1736239435.dist-info/RECORD +0 -204
  145. {pulumiverse_scaleway-1.22.0a1736239435.dist-info → pulumiverse_scaleway-1.23.0.dist-info}/top_level.txt +0 -0
@@ -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
@@ -230,7 +230,7 @@ class SdbDatabase(pulumi.CustomResource):
230
230
  """
231
231
  The `SdbDatabase` resource allows you to create and manage databases for Scaleway Serverless SQL Databases.
232
232
 
233
- Refer to the Serverless SQL Databases [documentation](https://www.scaleway.com/en/docs/serverless/sql-databases/) and [API documentation](https://www.scaleway.com/en/developers/api/serverless-databases/) for more information.
233
+ Refer to the Serverless SQL Databases [documentation](https://www.scaleway.com/en/docs/serverless-sql-databases/) and [API documentation](https://www.scaleway.com/en/developers/api/serverless-databases/) for more information.
234
234
 
235
235
  ## Example Usage
236
236
 
@@ -275,7 +275,7 @@ class SdbDatabase(pulumi.CustomResource):
275
275
  """
276
276
  The `SdbDatabase` resource allows you to create and manage databases for Scaleway Serverless SQL Databases.
277
277
 
278
- Refer to the Serverless SQL Databases [documentation](https://www.scaleway.com/en/docs/serverless/sql-databases/) and [API documentation](https://www.scaleway.com/en/developers/api/serverless-databases/) for more information.
278
+ Refer to the Serverless SQL Databases [documentation](https://www.scaleway.com/en/docs/serverless-sql-databases/) and [API documentation](https://www.scaleway.com/en/developers/api/serverless-databases/) for more information.
279
279
 
280
280
  ## Example Usage
281
281
 
@@ -235,7 +235,7 @@ class SecretVersion(pulumi.CustomResource):
235
235
  """
236
236
  The `SecretVersion` resource allows you to create and manage secret versions in Scaleway Secret Manager.
237
237
 
238
- Refer to the Secret Manager [product documentation](https://www.scaleway.com/en/docs/identity-and-access-management/secret-manager/) and [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/) for more information.
238
+ Refer to the Secret Manager [product documentation](https://www.scaleway.com/en/docs/secret-manager/) and [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/) for more information.
239
239
 
240
240
  ## Example Usage
241
241
 
@@ -291,7 +291,7 @@ class SecretVersion(pulumi.CustomResource):
291
291
  """
292
292
  The `SecretVersion` resource allows you to create and manage secret versions in Scaleway Secret Manager.
293
293
 
294
- Refer to the Secret Manager [product documentation](https://www.scaleway.com/en/docs/identity-and-access-management/secret-manager/) and [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/) for more information.
294
+ Refer to the Secret Manager [product documentation](https://www.scaleway.com/en/docs/secret-manager/) and [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/) for more information.
295
295
 
296
296
  ## Example Usage
297
297
 
@@ -269,7 +269,7 @@ class Vpc(pulumi.CustomResource):
269
269
  __props__=None):
270
270
  """
271
271
  Creates and manages Scaleway Virtual Private Clouds.
272
- For more information, see [the main documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/).
272
+ For more information, see [the main documentation](https://www.scaleway.com/en/docs/vpc/concepts/).
273
273
 
274
274
  ## Example Usage
275
275
 
@@ -329,7 +329,7 @@ class Vpc(pulumi.CustomResource):
329
329
  opts: Optional[pulumi.ResourceOptions] = None):
330
330
  """
331
331
  Creates and manages Scaleway Virtual Private Clouds.
332
- For more information, see [the main documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/).
332
+ For more information, see [the main documentation](https://www.scaleway.com/en/docs/vpc/concepts/).
333
333
 
334
334
  ## Example Usage
335
335
 
@@ -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
 
@@ -46,6 +46,8 @@ class VpcPublicGatewayDhcpArgs:
46
46
  :param pulumi.Input[str] pool_low: Low IP (included) of the dynamic address pool. Defaults to the second address of the subnet.
47
47
  :param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Public Gateway DHCP configuration is associated with.
48
48
  :param pulumi.Input[bool] push_default_route: Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
49
+
50
+ > **Warning**: If you need to setup a default route, it's recommended to use the `VpcGatewayNetwork` resource instead.
49
51
  :param pulumi.Input[bool] push_dns_server: Whether the gateway should push custom DNS servers to clients. This allows for instance hostname > IP resolution. Defaults to `true`.
50
52
  :param pulumi.Input[int] rebind_timer: After how long, in seconds, a DHCP client will query for a new lease if previous renews fail. Must be 30s lower than `valid_lifetime`. Defaults to 51m (3060s).
51
53
  :param pulumi.Input[int] renew_timer: After how long, in seconds, a renewal will be attempted. Must be 30s lower than `rebind_timer`. Defaults to 50m (3000s).
@@ -195,6 +197,8 @@ class VpcPublicGatewayDhcpArgs:
195
197
  def push_default_route(self) -> Optional[pulumi.Input[bool]]:
196
198
  """
197
199
  Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
200
+
201
+ > **Warning**: If you need to setup a default route, it's recommended to use the `VpcGatewayNetwork` resource instead.
198
202
  """
199
203
  return pulumi.get(self, "push_default_route")
200
204
 
@@ -297,6 +301,8 @@ class _VpcPublicGatewayDhcpState:
297
301
  :param pulumi.Input[str] pool_low: Low IP (included) of the dynamic address pool. Defaults to the second address of the subnet.
298
302
  :param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Public Gateway DHCP configuration is associated with.
299
303
  :param pulumi.Input[bool] push_default_route: Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
304
+
305
+ > **Warning**: If you need to setup a default route, it's recommended to use the `VpcGatewayNetwork` resource instead.
300
306
  :param pulumi.Input[bool] push_dns_server: Whether the gateway should push custom DNS servers to clients. This allows for instance hostname > IP resolution. Defaults to `true`.
301
307
  :param pulumi.Input[int] rebind_timer: After how long, in seconds, a DHCP client will query for a new lease if previous renews fail. Must be 30s lower than `valid_lifetime`. Defaults to 51m (3060s).
302
308
  :param pulumi.Input[int] renew_timer: After how long, in seconds, a renewal will be attempted. Must be 30s lower than `rebind_timer`. Defaults to 50m (3000s).
@@ -467,6 +473,8 @@ class _VpcPublicGatewayDhcpState:
467
473
  def push_default_route(self) -> Optional[pulumi.Input[bool]]:
468
474
  """
469
475
  Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
476
+
477
+ > **Warning**: If you need to setup a default route, it's recommended to use the `VpcGatewayNetwork` resource instead.
470
478
  """
471
479
  return pulumi.get(self, "push_default_route")
472
480
 
@@ -614,6 +622,8 @@ class VpcPublicGatewayDhcp(pulumi.CustomResource):
614
622
  :param pulumi.Input[str] pool_low: Low IP (included) of the dynamic address pool. Defaults to the second address of the subnet.
615
623
  :param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Public Gateway DHCP configuration is associated with.
616
624
  :param pulumi.Input[bool] push_default_route: Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
625
+
626
+ > **Warning**: If you need to setup a default route, it's recommended to use the `VpcGatewayNetwork` resource instead.
617
627
  :param pulumi.Input[bool] push_dns_server: Whether the gateway should push custom DNS servers to clients. This allows for instance hostname > IP resolution. Defaults to `true`.
618
628
  :param pulumi.Input[int] rebind_timer: After how long, in seconds, a DHCP client will query for a new lease if previous renews fail. Must be 30s lower than `valid_lifetime`. Defaults to 51m (3060s).
619
629
  :param pulumi.Input[int] renew_timer: After how long, in seconds, a renewal will be attempted. Must be 30s lower than `rebind_timer`. Defaults to 50m (3000s).
@@ -755,6 +765,8 @@ class VpcPublicGatewayDhcp(pulumi.CustomResource):
755
765
  :param pulumi.Input[str] pool_low: Low IP (included) of the dynamic address pool. Defaults to the second address of the subnet.
756
766
  :param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Public Gateway DHCP configuration is associated with.
757
767
  :param pulumi.Input[bool] push_default_route: Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
768
+
769
+ > **Warning**: If you need to setup a default route, it's recommended to use the `VpcGatewayNetwork` resource instead.
758
770
  :param pulumi.Input[bool] push_dns_server: Whether the gateway should push custom DNS servers to clients. This allows for instance hostname > IP resolution. Defaults to `true`.
759
771
  :param pulumi.Input[int] rebind_timer: After how long, in seconds, a DHCP client will query for a new lease if previous renews fail. Must be 30s lower than `valid_lifetime`. Defaults to 51m (3060s).
760
772
  :param pulumi.Input[int] renew_timer: After how long, in seconds, a renewal will be attempted. Must be 30s lower than `rebind_timer`. Defaults to 50m (3000s).
@@ -872,6 +884,8 @@ class VpcPublicGatewayDhcp(pulumi.CustomResource):
872
884
  def push_default_route(self) -> pulumi.Output[bool]:
873
885
  """
874
886
  Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
887
+
888
+ > **Warning**: If you need to setup a default route, it's recommended to use the `VpcGatewayNetwork` resource instead.
875
889
  """
876
890
  return pulumi.get(self, "push_default_route")
877
891
 
@@ -232,7 +232,7 @@ class VpcPublicGatewayDhcpReservation(pulumi.CustomResource):
232
232
  zone: Optional[pulumi.Input[str]] = None,
233
233
  __props__=None):
234
234
  """
235
- Creates and manages [Scaleway DHCP Reservations](https://www.scaleway.com/en/docs/network/vpc/concepts/#dhcp).
235
+ Creates and manages [Scaleway DHCP Reservations](https://www.scaleway.com/en/docs/vpc/concepts/#dhcp).
236
236
 
237
237
  These static associations are used to assign IP addresses based on the MAC addresses of the resource.
238
238
 
@@ -302,7 +302,7 @@ class VpcPublicGatewayDhcpReservation(pulumi.CustomResource):
302
302
  args: VpcPublicGatewayDhcpReservationArgs,
303
303
  opts: Optional[pulumi.ResourceOptions] = None):
304
304
  """
305
- Creates and manages [Scaleway DHCP Reservations](https://www.scaleway.com/en/docs/network/vpc/concepts/#dhcp).
305
+ Creates and manages [Scaleway DHCP Reservations](https://www.scaleway.com/en/docs/vpc/concepts/#dhcp).
306
306
 
307
307
  These static associations are used to assign IP addresses based on the MAC addresses of the resource.
308
308
 
@@ -302,7 +302,7 @@ class VpcRoute(pulumi.CustomResource):
302
302
  __props__=None):
303
303
  """
304
304
  Creates and manages Scaleway VPC Routes.
305
- For more information, see [the main documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/).
305
+ For more information, see [the main documentation](https://www.scaleway.com/en/docs/vpc/concepts/).
306
306
 
307
307
  ## Example Usage
308
308
 
@@ -365,7 +365,7 @@ class VpcRoute(pulumi.CustomResource):
365
365
  opts: Optional[pulumi.ResourceOptions] = None):
366
366
  """
367
367
  Creates and manages Scaleway VPC Routes.
368
- For more information, see [the main documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/).
368
+ For more information, see [the main documentation](https://www.scaleway.com/en/docs/vpc/concepts/).
369
369
 
370
370
  ## Example Usage
371
371
 
@@ -1,12 +1,12 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: pulumiverse_scaleway
3
- Version: 1.22.0a1736239435
3
+ Version: 1.23.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
@@ -0,0 +1,206 @@
1
+ pulumiverse_scaleway/__init__.py,sha256=Ft2R8LwuKk6GZecEB3twGK37Y0XoGH3tSsX5mAT_GGg,26437
2
+ pulumiverse_scaleway/_inputs.py,sha256=eNMpHExNDX238i3WPTl4qnGUmRPPWFkMBhqn-02YUiM,338789
3
+ pulumiverse_scaleway/_utilities.py,sha256=hHbTMGRmyjc8AeP2V6WYcyfgdTAoZRSNt5pQxxhY_5Q,10840
4
+ pulumiverse_scaleway/account_project.py,sha256=E4YNmkyc0wQJ8aE3Bdixjwrj054JSc8vkFbzLzRyqk8,12589
5
+ pulumiverse_scaleway/account_ssh_key.py,sha256=YV3XIGpV0ylJ67rvfCInY-XMU-Qq-VqYBmedujDMsaU,17419
6
+ pulumiverse_scaleway/apple_silicon_server.py,sha256=s7rVwYJlR3RUOKVU8UgMdxFmNHxK6nGa3DBGnt6wu5E,27612
7
+ pulumiverse_scaleway/baremetal_server.py,sha256=n8_sYo8XK1eVCoC9UJjm6uGk-yxQNGqvlA3BMC6_gRE,71334
8
+ pulumiverse_scaleway/block_snapshot.py,sha256=4z0zNQ26CdYFZxsPezA8q2MffH-LVmW0ilDGGcaONuE,15961
9
+ pulumiverse_scaleway/block_volume.py,sha256=5i0EDXzx-2PNehLtPfbTAy3tKXzQu_9yPSLoU7cwqiM,24001
10
+ pulumiverse_scaleway/cockpit.py,sha256=LwKTPo1OEp94imrlVtVlInWjmUsQJvLbMwSM5v_UumY,13295
11
+ pulumiverse_scaleway/cockpit_alert_manager.py,sha256=S0-xLe1HZli234rAQamGL1hrCUv_ZG3fwo7OdySN44Y,19196
12
+ pulumiverse_scaleway/cockpit_grafana_user.py,sha256=ErCsWy15woN9l8lV0_mZt3wk9xPYNTYRtQY9wx9H5RY,15137
13
+ pulumiverse_scaleway/cockpit_source.py,sha256=ONQspQQPeT0R1IyEDWaQS95QKqLXvx-0FUBrSZGAFwc,25243
14
+ pulumiverse_scaleway/cockpit_token.py,sha256=an7fo6gaNyxk84Wi8uGxHq0lQYVwAud68wbLeaiauTQ,18729
15
+ pulumiverse_scaleway/container.py,sha256=8OWVRvzFyko04eYd3AGi4ncoDeMmwnPcd0oShla7vak,75515
16
+ pulumiverse_scaleway/container_cron.py,sha256=6vpf48FeeHZ-qQuGY92hR7HVHGo7XBt9Ri3JRDfhM1U,19073
17
+ pulumiverse_scaleway/container_domain.py,sha256=w62m4RnEQOM_fPE-qjpiitAhHe9672IYUXAv3s0n1XE,15428
18
+ pulumiverse_scaleway/container_namespace.py,sha256=zofqoX6_j_Gb4JThsLP-wgiUyJ5xDfiZ4KVP1sdIgcE,28952
19
+ pulumiverse_scaleway/container_token.py,sha256=G15DrrzMPgDPydFHEMpMoPrbty2CbgeniX4vPELYQq4,18222
20
+ pulumiverse_scaleway/container_trigger.py,sha256=yZqGvtkUEAhhPsYUueAs0itzCPP6AU3AqhNnL8laMdU,19719
21
+ pulumiverse_scaleway/database.py,sha256=tEBynliK1qqD0oN4YIeIz26zDJhpBmiEW3Zjlmy1rag,14613
22
+ pulumiverse_scaleway/database_acl.py,sha256=Y818QvfpCiZ49anK3yqxZYKYbi3UYAPHee0_i96iFhU,13356
23
+ pulumiverse_scaleway/database_backup.py,sha256=mmUXQ9KmOoECcKntFfEXIXoM6lwtbUdeYem6QaJ_Grk,21408
24
+ pulumiverse_scaleway/database_instance.py,sha256=aIk2Urj2Hh2e57V7CdABYaAqdMYQw7mlm9WFgko45hY,77917
25
+ pulumiverse_scaleway/database_privilege.py,sha256=sRaJgIG9SYmSZR2-UULFpp4GGIPG-8f7FMRs2Tjpgy0,16765
26
+ pulumiverse_scaleway/database_read_replica.py,sha256=vzpQbumjzH432cIgUex1c-eHN24v83SaIbL21jS89sc,22042
27
+ pulumiverse_scaleway/database_user.py,sha256=2CxBfon3wVTSGh23Y2cqvezBe5VoGj5tykz8YzjcOfU,16554
28
+ pulumiverse_scaleway/domain_record.py,sha256=cvlOQFdHalhypTTsun7OWw9J-kikurPuOgTtpHJMTLs,45687
29
+ pulumiverse_scaleway/domain_zone.py,sha256=n2Dl3LHzmHAsH9DX-7x8ZfDmgQbwTWdQRSJwA_MrW_Q,16714
30
+ pulumiverse_scaleway/flexible_ip.py,sha256=Fgfkv2WufpZtT48mpbtipbQPahyFxQ2sD3XczdZPCX8,25961
31
+ pulumiverse_scaleway/flexible_ip_mac_address.py,sha256=L1MBIdYkJd1M-dTEfldnhPTVv2rD7K2QMrJ08ghb6v0,20872
32
+ pulumiverse_scaleway/function.py,sha256=d3UuVan9xVzgko9Mxsgkg0jamxAD12qoYuvAz_YL6oU,52853
33
+ pulumiverse_scaleway/function_cron.py,sha256=tao7JV7DxNOVXOTm4TxkCK_wpnLdTZXkf4MuLpPNEkM,18937
34
+ pulumiverse_scaleway/function_domain.py,sha256=QmNFefxoTWtymIMOO3p7MrB_gypXy-WoTlJKAPbHTNI,15117
35
+ pulumiverse_scaleway/function_namespace.py,sha256=fzVcnAZ1Ax2knnkufnXk6x2T9D9J_HqZZkkljzksU_8,25994
36
+ pulumiverse_scaleway/function_token.py,sha256=2vcp-kORkkvOoGYJ5RxT4c5kSitp-uggTmHJrXtgIMM,18313
37
+ pulumiverse_scaleway/function_trigger.py,sha256=YDQJMiwBWOogPKtj-bw7Hul54Fz2LmPmFRe87RDgUsw,19587
38
+ pulumiverse_scaleway/get_account_project.py,sha256=s07RCHPXBfBG0j3vuiawTfzdjXHksR0JSyMOGttDGCo,7612
39
+ pulumiverse_scaleway/get_account_ssh_key.py,sha256=LCBsu8JSmdrwOgBisoy6Evo2aJRG7IbIVNWt5q1cgJg,8934
40
+ pulumiverse_scaleway/get_availability_zones.py,sha256=zhNlMAyk6Appnn31h3GxMtHE5-r8tjnbuk8XqTd7HkY,5372
41
+ pulumiverse_scaleway/get_baremetal_offer.py,sha256=cCt37Q0ROCicDRdE9zvn_OI7xshurBMlZSp5-S0cPCA,10461
42
+ pulumiverse_scaleway/get_baremetal_option.py,sha256=O-lIXvIkSIQ2q-X62866F-7MHdss-Auvm-65pOQ6fdk,6388
43
+ pulumiverse_scaleway/get_baremetal_os.py,sha256=liK_N5lTmxIvTF6HXxmWg3wO8LGDP_8W5ACLysZ8mx0,6718
44
+ pulumiverse_scaleway/get_baremetal_server.py,sha256=G6Mnc0-TpY2X5iDIltxJemCA-ZL3yLpqNB1v9N47wSc,17824
45
+ pulumiverse_scaleway/get_billing_consumptions.py,sha256=35p9-SX1vKNZHAveGkZEirIxndc6-BzWP3qtfuzg7lw,5361
46
+ pulumiverse_scaleway/get_billing_invoices.py,sha256=mg-mwo4mEXwIKZARypun_ZYODROQEDWLtykMHX-1WMU,6815
47
+ pulumiverse_scaleway/get_block_snapshot.py,sha256=QN6H1_FAr9R3rhZKsGPz-EkCfgl3qoJZQu05dO3hdVU,7716
48
+ pulumiverse_scaleway/get_block_volume.py,sha256=DbECfbD2Csb9H0QGHcZrCiBdF7y-dcKacewSwtOJaXY,8664
49
+ pulumiverse_scaleway/get_cockpit.py,sha256=oxlHAEPXuOPQZEc3lhNaSlwMb8Gu8-aw-YQOGLnjIEA,8556
50
+ pulumiverse_scaleway/get_cockpit_plan.py,sha256=1qVy05-lqxoG3YmrOP0QmQmVohTPq1mz0Xypi-Je5oY,5031
51
+ pulumiverse_scaleway/get_cockpit_source.py,sha256=YPR29rv2Z8VQforjpG5aElZvx6PrfOKXuHyHyZgs3bk,11300
52
+ pulumiverse_scaleway/get_config.py,sha256=WOgjWsjkLNRhtbgtRcHOn5xJ0n13HmgZOTtonn881Q0,7468
53
+ pulumiverse_scaleway/get_container.py,sha256=KDhT2VOqt_7H7zIzL2pOQBD2BJo6u2iDLxooJqkSX1U,23527
54
+ pulumiverse_scaleway/get_container_namespace.py,sha256=AfTnZq0HRYRa9C5VziljF54P4CwIGecno8ehJigA6R8,12923
55
+ pulumiverse_scaleway/get_database.py,sha256=vTweUR1syU7xyltFjrtRq54U2w-h1GlUZx9Bd-EZJxE,6465
56
+ pulumiverse_scaleway/get_database_acl.py,sha256=EQMha3MQV5ytrXASPTfmzjwMuKS15hDqtnu5JKfJgKw,5394
57
+ pulumiverse_scaleway/get_database_backup.py,sha256=nJpVFsQej9zULpiFnIzYcJs74in0VMcfQBXDlyAxywA,10446
58
+ pulumiverse_scaleway/get_database_instance.py,sha256=0K0Bb3Vs5TTMThy35UnK4TSc5rdecP4S8cOLGTIEchw,19487
59
+ pulumiverse_scaleway/get_database_privilege.py,sha256=sRyyOYUH6k89yn2X-QDlSo18FOti8PiChTI7JvAIUiU,7355
60
+ pulumiverse_scaleway/get_domain_record.py,sha256=cLMeneyxk2gfxJt18Mqo4HGgG0Huzpfvy3XbRbhkpHI,14979
61
+ pulumiverse_scaleway/get_domain_zone.py,sha256=4J7IYCVCnlpvqwRrlYjbprES6vblp1dZS-b3Rggctwc,7906
62
+ pulumiverse_scaleway/get_flexible_ip.py,sha256=lzC5rlj2WDIDZjcdtvOFFP6QN0keUvobSLUnm86l4Ro,9985
63
+ pulumiverse_scaleway/get_flexible_ips.py,sha256=rRt2AEPa2ZPwL1V-7dDdOn2FSp1c6gdQd2Jc_v6_u2k,8997
64
+ pulumiverse_scaleway/get_function.py,sha256=W1xjYLz2oYsSrayII2Du-tlURkNXrHBhHlAqqwBCjVg,16586
65
+ pulumiverse_scaleway/get_function_namespace.py,sha256=zkePhlTDbcZYtn_ENwOtKn_G56xJD1hFyabNFm_EuCI,11329
66
+ pulumiverse_scaleway/get_iam_api_key.py,sha256=uEZwYUbr3V71eN15bdNzYOAWIO87L0TPIIBlofSlR4w,8490
67
+ pulumiverse_scaleway/get_iam_application.py,sha256=G0CRzXRzXjNOl5vq9Liv_fK218o8q1cwzFSTmvYNMd4,8375
68
+ pulumiverse_scaleway/get_iam_group.py,sha256=1Pz7YG9EIHHXgpbVUQkcIYYia4IwJgEkJrhfPvWHlpU,9489
69
+ pulumiverse_scaleway/get_iam_ssh_key.py,sha256=MSX_iShXDDaWhlZpaWayghOzuFXWn6oVpwmzneQhtVA,8362
70
+ pulumiverse_scaleway/get_iam_user.py,sha256=x5bMz93qHrQST6mJ5oNd28nCKu_MMe7MU2j4owFajxQ,6852
71
+ pulumiverse_scaleway/get_instance_image.py,sha256=BtlioDBrugD65uwfmLAUoFKmWknywmdyKkss5FTe--Q,13095
72
+ pulumiverse_scaleway/get_instance_ip.py,sha256=Sd1hF7ZTDJKF2fDqMUMkAshKvJGwAC3mxmsT5cXklwA,7497
73
+ pulumiverse_scaleway/get_instance_placement_group.py,sha256=GeEvHXMClQ5R_nujClxI2396pBH_n7G-uDUuiv6DOKE,9458
74
+ pulumiverse_scaleway/get_instance_private_nic.py,sha256=z68RuymPw9dgyTok0tPLHfm52jpslFkvuro6RKSm_H4,10015
75
+ pulumiverse_scaleway/get_instance_security_group.py,sha256=ycMuqbQBE2c57DVn7IfstvLoRCXJ18icmawpKqq6PN0,12537
76
+ pulumiverse_scaleway/get_instance_server.py,sha256=AP1-9aZHyPwT338YM8_a9CJuNt5yq_hIQNMxBYyUDYk,21624
77
+ pulumiverse_scaleway/get_instance_servers.py,sha256=nEg6jlat3ubaK6_PqF98gaAj4wf9iqVr5vdfuwlhyqY,7229
78
+ pulumiverse_scaleway/get_instance_snapshot.py,sha256=pKOAAWYCXWRUbWCJVlWHUYid1pOD7EMTMoNC92ogd8c,9945
79
+ pulumiverse_scaleway/get_instance_volume.py,sha256=r8RBUhc6DXDnTbqPL4APka2vNWnUNgzu9hqnn4JI9ho,9354
80
+ pulumiverse_scaleway/get_iot_device.py,sha256=GH1txOAGnBAZmmv6tjdshVDuLV1aGHH_XRgu6LerxIo,10998
81
+ pulumiverse_scaleway/get_iot_hub.py,sha256=XAGd8dMZxkuuhXUmEMF2Ujf2UyKEgUTD0fVIfYp7SIs,13920
82
+ pulumiverse_scaleway/get_ipam_ip.py,sha256=J7yKHyIRfK1Iz3EcY-zjwqM_TPy3uRnoZhj2IVLMRcs,17138
83
+ pulumiverse_scaleway/get_ipam_ips.py,sha256=suWpGHwINFtjGywoDSLyLfvS9TuD7LxMaIZyG0oqt0Q,13740
84
+ pulumiverse_scaleway/get_k8s_version.py,sha256=Ag5ttUJBvplkXIkPh1mcRPWsGiWLQ2gBZibDmY_eQEs,7373
85
+ pulumiverse_scaleway/get_kubernetes_cluster.py,sha256=TkTTU5V96Op3GwSv8sCBF8Q1qLxm18B-MF7Qksu9HdU,18236
86
+ pulumiverse_scaleway/get_kubernetes_node_pool.py,sha256=YqsK_uFhw0kAGyw1V0SwKlLFDZ9l8urKOYsdXiYzeMg,18672
87
+ pulumiverse_scaleway/get_lb_acls.py,sha256=_TQo8ePHH-kd-dCbKlma16Atzo2GVY0lt-WNDCLMHiQ,8000
88
+ pulumiverse_scaleway/get_lb_backend.py,sha256=IdQyGGljcqOcbDniMF6oNWJJ_ZW0KcUWPHscSoEZqMI,23811
89
+ pulumiverse_scaleway/get_lb_backends.py,sha256=gTRnE0gpuEztoAz6gceKzdQ_AamiwKwZIeh020D1nr4,7762
90
+ pulumiverse_scaleway/get_lb_frontend.py,sha256=Q_t4dmqV5f148V-EaYKvOKamZHESw6YcSuiyOuX2QX0,11153
91
+ pulumiverse_scaleway/get_lb_frontends.py,sha256=6tPrmBkw8IDIZOMJ_untNLXXp65Mxtc3Bqei5JNSJBg,7842
92
+ pulumiverse_scaleway/get_lb_ips.py,sha256=kQcEXNfLozE_diJPrYYHLun0lkWnr7p-EBn2i5YE0fA,8260
93
+ pulumiverse_scaleway/get_lb_route.py,sha256=6IoPVyAlTxo2p0mQtF3r4hqwtD84flaWr8imu8QKY7k,8193
94
+ pulumiverse_scaleway/get_lb_routes.py,sha256=knGh_PNA55qMr2Xi7Kyd0yfufyhhbphApir5Keiqivg,7134
95
+ pulumiverse_scaleway/get_lbs.py,sha256=0teyHp22UhIfHZLZGFZ_jY4vbpmsdZCc9NbzS1vYsZk,7401
96
+ pulumiverse_scaleway/get_loadbalancer.py,sha256=XLC-pF_YZ_VKSBsLpMP3KPd-xJ5miePTfXXSzJYiMrg,14226
97
+ pulumiverse_scaleway/get_loadbalancer_certificate.py,sha256=HhDbVUNEbtEn2-MQAlTLkMjp5WdpqIotwtrm12eQMVE,10975
98
+ pulumiverse_scaleway/get_loadbalancer_ip.py,sha256=2bQ4_-Gx-6T_t2WklXxo2UJHSQWER76S-9jqFO2Tw88,9475
99
+ pulumiverse_scaleway/get_marketplace_image.py,sha256=ihyxmydW7ukC8jNnsW9DE2uP6Zhc8d_OkkNdBB1WzxQ,5821
100
+ pulumiverse_scaleway/get_mnq_sns.py,sha256=D-P_OVjwODpke44Y_zOQfjkDrdNoKmmyrexe-dWZW7E,5065
101
+ pulumiverse_scaleway/get_mnq_sqs.py,sha256=JX3x1RZBWRGcU-sswG4tn8Nbh9z2bYlgNjyQy49Ga1o,5065
102
+ pulumiverse_scaleway/get_mongo_db_instance.py,sha256=euwfhEfRAUQo4BYR_6HuKmx0uVhdP-DYT5atoc5lNho,13561
103
+ pulumiverse_scaleway/get_object_bucket.py,sha256=ZTI6ZxJCjkvkR9jobQLlQ5OmJUpXJgXxbuEl2ecUJzQ,11247
104
+ pulumiverse_scaleway/get_object_bucket_policy.py,sha256=jBEeA9fdVMD09_mLxNzrmuY9dqt-1MtpvsRnvU1uXro,6334
105
+ pulumiverse_scaleway/get_redis_cluster.py,sha256=IR6a2gTdGE33RAqVsj6IKhtd64s0wlGEFWaAy2aYlBs,14038
106
+ pulumiverse_scaleway/get_registry_image.py,sha256=nkl5hTZTP5weNyDuse7NNCghXZ2S99pVqwvrliKOqHw,9680
107
+ pulumiverse_scaleway/get_registry_image_tag.py,sha256=vodk4r4CMXo3yTXV-r4DZtPTuJgKEAZGAeXWICQCg4w,9333
108
+ pulumiverse_scaleway/get_registry_namespace.py,sha256=3voQytIkVmMMA0JVD6OmDbKubg0SktZRPRtpchaBTKQ,8228
109
+ pulumiverse_scaleway/get_secret.py,sha256=Ir-dFY3VZ1GyWoBFoT-J3TWBnFoLKr5INU-DIa2LpKo,14136
110
+ pulumiverse_scaleway/get_secret_version.py,sha256=Dc3G59ThAhaRTjP8nIAA4IRU-NHKyXTxSVfAkpg9SJo,15167
111
+ pulumiverse_scaleway/get_tem_domain.py,sha256=z7HLylzPmxo19uvOl0jykeGQKQaWxtAb8iYvgWN4Lh8,16695
112
+ pulumiverse_scaleway/get_vpc.py,sha256=k5zJAQ4yaqvXK9tLVlPoidtA50euOjvenJKlsdCWLMc,9794
113
+ pulumiverse_scaleway/get_vpc_gateway_network.py,sha256=asgWnGkNw8nudFXahSiW8TMgOOIl9JnD7rNk6X3c0eY,12450
114
+ pulumiverse_scaleway/get_vpc_private_network.py,sha256=Q-vl7QmuWDb_Xe75wBQZSMdTVkDgENh6hYkhDTQAG9A,11986
115
+ pulumiverse_scaleway/get_vpc_public_gateway.py,sha256=r_Mj5YAhRHlSEZ49iVYP1Eow_IBLiDHAvlcTP73ByN4,12614
116
+ pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py,sha256=QJXIcS-WgvSF8wCZUr4uQOX-BqZmjyF1NyoWmVfLMOs,13161
117
+ pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py,sha256=_s8ENASRZdI6oXUZIMY3pQ3l1T9tqRVY4PLCRuv8FKE,17275
118
+ pulumiverse_scaleway/get_vpc_public_gateway_ip.py,sha256=fDX5ecvjqhUf9i-KgD3jZDVH4FcXlVS_rWZcB_Ptn-0,7766
119
+ pulumiverse_scaleway/get_vpc_public_pat_rule.py,sha256=Al3dsGpCsUhWuuh-NILN172k9L4F2FYLgDHjTFrqKgs,12075
120
+ pulumiverse_scaleway/get_vpc_routes.py,sha256=cFE7vqjikganLzsaJP41XNRkL4kLUYJLisV6QKDCmpI,9835
121
+ pulumiverse_scaleway/get_vpcs.py,sha256=oJOOOH8ZPRLQ2R76vrtodqU1xq6NjtS1b68JBpak4Tc,6653
122
+ pulumiverse_scaleway/get_web_host_offer.py,sha256=VObK3RoDSydwmT5k0rijOAs2kDDjpPhfRKM2LoXKrZY,7225
123
+ pulumiverse_scaleway/get_webhosting.py,sha256=eCgGvkuB-uOXE4DQ7wxaQWK9QvEexz2gtOzPXBzaZps,13933
124
+ pulumiverse_scaleway/iam_api_key.py,sha256=MwEoIJfEzCJO9qC8GUYpBFRm6AgwiPQFowFav-RiWZU,24599
125
+ pulumiverse_scaleway/iam_application.py,sha256=iuc2pSPt8f_fvdRnwcXcvE4hS6eSzdSu605Mory_PZ0,16297
126
+ pulumiverse_scaleway/iam_group.py,sha256=4c5crp7FJdkgHosIqxzpxxsvEYXR7CmrnTLgw7JWJ8I,23414
127
+ pulumiverse_scaleway/iam_group_membership.py,sha256=ObP9GZEVxoCO6tXaHUMxwzITWgnJyS0-Nijf9NG6O80,12532
128
+ pulumiverse_scaleway/iam_policy.py,sha256=6PUgm190wrrClVZ6dUqYagAIqy5bDRAg1e1Q-Mbuzi0,31018
129
+ pulumiverse_scaleway/iam_ssh_key.py,sha256=itgODOljktwCKlNn-4x9zLdscE07s4y5j2GDtmf1kEM,16812
130
+ pulumiverse_scaleway/iam_user.py,sha256=synm36UUTw11vE8TxZEYtvtPkNsosF27ORqhyrH0HRs,20119
131
+ pulumiverse_scaleway/inference_deployment.py,sha256=l2njUeyGX5HRSkUR3phcT8YH-TDMuadSOSwntetvxPw,35071
132
+ pulumiverse_scaleway/instance_image.py,sha256=8zfZncK-CnglWjeOow3omD08hH8tylOmLWpiFtZ4LGs,31133
133
+ pulumiverse_scaleway/instance_ip.py,sha256=Nuc5j3CejxRRulb-vnhqqyWYMIJSrKFhQQuYD-Y-2Ik,18240
134
+ pulumiverse_scaleway/instance_ip_reverse_dns.py,sha256=YcJVXZJZNTreei2oBoQQQqXGOo1KCMe35hAfpPMMU_k,10938
135
+ pulumiverse_scaleway/instance_placement_group.py,sha256=MFMit29D_GR3CR1WDXDFbZRTUg-ja9gZohZEhS0J1Lc,21522
136
+ pulumiverse_scaleway/instance_private_nic.py,sha256=sfgvywxZqS_NraKPmmYWKXc-Tm33nqmMOBa25mnE5wE,22228
137
+ pulumiverse_scaleway/instance_security_group.py,sha256=ZAGUmOZ_TfoIqyNLM79XwwRWIN_8M7TY1spDOsrnJoI,36463
138
+ pulumiverse_scaleway/instance_security_group_rules.py,sha256=fTtpJb-1C-3v8KuifuAI-kO2A07X4-1uCnSgHyvmy3U,20598
139
+ pulumiverse_scaleway/instance_server.py,sha256=4CtsWvgy9ZYc0a4LbjH1yYVkiCI-DEbEE21rzJ6j6SQ,95831
140
+ pulumiverse_scaleway/instance_snapshot.py,sha256=7Xmwb37dJ9SfQC10iM3C4CeNFuyYekbTZG0-r_u_2rI,26212
141
+ pulumiverse_scaleway/instance_user_data.py,sha256=kodKcDiIYlUI-Ihqfpekbej534OW0ml149zK79jFMDk,16897
142
+ pulumiverse_scaleway/instance_volume.py,sha256=3FNn8-EHT-eCkapZPJcpKDhccdE9mmlkeQVRvPCru54,24844
143
+ pulumiverse_scaleway/iot_device.py,sha256=paiXf_py1yeuhjCjqTK1WOjpus7RjREYhM0BbrRZdGg,31891
144
+ pulumiverse_scaleway/iot_hub.py,sha256=Ubso4ND9VrLa2doQckEfMO1XOxqJJv9-SBustrw1ecM,36822
145
+ pulumiverse_scaleway/iot_network.py,sha256=IhFaw9irxSsidTvHbsK-oZ696vuOvZEdQmCw9h3dIYc,17808
146
+ pulumiverse_scaleway/iot_route.py,sha256=p2Wwo_neG41xjE5mP-1jedz9Xp6OpvRRCBgzvleJuLM,27491
147
+ pulumiverse_scaleway/ipam_ip.py,sha256=Y3dAM2l2-kmz2dBPBEH2fo5aFHGDnTT-rKtQqs9VyGM,29302
148
+ pulumiverse_scaleway/ipam_ip_reverse_dns.py,sha256=CmRsjdV9GiD8YA-8YaccJ6dae2IrGDk87qW_QzgBKuQ,11871
149
+ pulumiverse_scaleway/job_definition.py,sha256=Y5NAIAXSYnVHdRswbpiN2qsyfUfuVscT-XMrGEc7NQk,27335
150
+ pulumiverse_scaleway/kubernetes_cluster.py,sha256=jIURny5R7ewsUxsrFASJGdUDQObhwnuRBrEK40OvZpU,72226
151
+ pulumiverse_scaleway/kubernetes_node_pool.py,sha256=7v0hqwNM5ZeP3z5xBQICHi93x1L6QLBeuM0kzgiCygM,59176
152
+ pulumiverse_scaleway/loadbalancer.py,sha256=S-dTLhM1GbX0_d8-4muLRJv2Uh7PrOCCoe8Su-k58dI,46207
153
+ pulumiverse_scaleway/loadbalancer_acl.py,sha256=hfVPoxKOiPHXxGGsC3ysTnrw2W4DkI7kagUz-oXxXXc,21162
154
+ pulumiverse_scaleway/loadbalancer_backend.py,sha256=EQl1nlKbojFEdeSiE9qyv4juZID22W6xfckVJ1pSTwQ,75479
155
+ pulumiverse_scaleway/loadbalancer_certificate.py,sha256=l6dnqycjH0pzDBimGYhUf99vGRH5Q82zFefFVl2RZLo,20353
156
+ pulumiverse_scaleway/loadbalancer_frontend.py,sha256=TXSLJxg1N_H-YLUi_lIMnYrwWEYpAt9ct3zlq0aB5D0,34638
157
+ pulumiverse_scaleway/loadbalancer_ip.py,sha256=B1FR4RdKfE4wj3L364fWAYk9S7L_lZf2sGmO0_ciSIs,19312
158
+ pulumiverse_scaleway/loadbalancer_route.py,sha256=4SmRFIrmIrZgrLwnRzl3dt57Jofw4Afavi-_qSh2N28,22621
159
+ pulumiverse_scaleway/mnq_nats_account.py,sha256=MiNzz1WqQPS5yMuUtO_8XpLY9WPXRsaGWfBXF_x6QvY,12239
160
+ pulumiverse_scaleway/mnq_nats_credentials.py,sha256=w7A3zrLyXlrsZ3iiJRJYi8ogzDchHiZVjkoZaZmuX3M,12175
161
+ pulumiverse_scaleway/mnq_sns.py,sha256=UYStGy51vpeFj9MMmmwGKXzD03JEWI9xXl7vpYIlqoM,10798
162
+ pulumiverse_scaleway/mnq_sns_credentials.py,sha256=CHdkIiIbMCkq2sJBSfwM5R8gfd0gViF2ZE9e-gMkElA,16524
163
+ pulumiverse_scaleway/mnq_sns_topic.py,sha256=AXzBbEtKgpr_D2Z2AQGZ-XPjdtETEqdMJxqb3T_JZV0,27555
164
+ pulumiverse_scaleway/mnq_sns_topic_subscription.py,sha256=qdIol0o8qBeEy1p65M3aXYNm8uln15s2djWN4c_gTto,28592
165
+ pulumiverse_scaleway/mnq_sqs.py,sha256=Kdvz_FxuM5OWGrcCCn1V4s6h-HxgdRMYlUvBNtUbs68,10708
166
+ pulumiverse_scaleway/mnq_sqs_credentials.py,sha256=0QLYMyXiMnUQ0-4LH-V87i981xlXYNOt6JsDte51UHA,16524
167
+ pulumiverse_scaleway/mnq_sqs_queue.py,sha256=h89FqQlUjI0Yxw2qK-knkgd94GqOXYn-nRK5YGGqWLI,37495
168
+ pulumiverse_scaleway/mongo_db_instance.py,sha256=aS3zDg-gB7WesQeNOoZGsWjZdrZ3aC_4GlYsx_AHKG8,36263
169
+ pulumiverse_scaleway/mongo_db_snapshot.py,sha256=hH5E6b1alXm3pplR8UerwCGYp_ulaDgyYrLcgrCK-zs,20821
170
+ pulumiverse_scaleway/object_bucket.py,sha256=GT-ri2yOow6RI8GpB7cC79afNjdU0Zxq9eZFb9xi9tQ,40652
171
+ pulumiverse_scaleway/object_bucket_acl.py,sha256=I96xrEmTgrI2ssPP1eHsoGrpdIiRGpbdXtcjKvYWk-4,26334
172
+ pulumiverse_scaleway/object_bucket_lock_configuration.py,sha256=NH6Rdt9DpnrQPahqA1pB4tJAcocIByxVhwIhvW2vgXU,16287
173
+ pulumiverse_scaleway/object_bucket_policy.py,sha256=WHvcGuhxQN64xsj3u0giSoS8L0zJgzvy8MOJrshh_C0,25181
174
+ pulumiverse_scaleway/object_bucket_website_configuration.py,sha256=QEx2f3kvipmY_F0Nubt07xRUoSI_3yeOXNLL9CZLYQ4,23900
175
+ pulumiverse_scaleway/object_item.py,sha256=CombFsGymaZfBBC73Ck_xMpo2t-86a4tzeFL98vy_ks,33409
176
+ pulumiverse_scaleway/outputs.py,sha256=TAQ__nxW2Lno1Qa2r7OnHF-t8Ht5h_WNOCrNrmw0FPQ,423824
177
+ pulumiverse_scaleway/provider.py,sha256=peWeLAx4wsEDPL35OtX2F5JKvy1SDcIAjyNwBA-VLW0,12821
178
+ pulumiverse_scaleway/pulumi-plugin.json,sha256=nsDimqG6M7cJWEa9qUVSUFur7tEgmt_ex6afdk40ehw,119
179
+ pulumiverse_scaleway/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
180
+ pulumiverse_scaleway/rdb_snapshot.py,sha256=5QqvFlig_0l2i8i03ubvkOmgBj8saLUxyRiqmh4fktk,24123
181
+ pulumiverse_scaleway/redis_cluster.py,sha256=rzKCpXIweBHjSP2VqCcCX5mvoqiRk9_1VeIny4BA2VY,54076
182
+ pulumiverse_scaleway/registry_namespace.py,sha256=d_zZrGqutVEIdjORSO0WzrBI0Jlwy5H4hNxyX-eHRCQ,17828
183
+ pulumiverse_scaleway/sdb_database.py,sha256=TDqtMsJxu1H8JXFbpDLcxQjSAxa7VPRZSTchUT9aqcI,16700
184
+ pulumiverse_scaleway/secret.py,sha256=16q5BS46TyFCTLlj-JnIBdStCGYaJqZGb9kVbYaR8sE,28547
185
+ pulumiverse_scaleway/secret_version.py,sha256=tJXW4AELbHSqTA2Ji8R63YdSkQ8oAK-LZM5g8euWqjE,19714
186
+ pulumiverse_scaleway/tem_domain.py,sha256=DVdDJDPSstz3yhMQfg1K2Lt8OHR5l4-Asp6ppGeD7IQ,42904
187
+ pulumiverse_scaleway/tem_domain_validation.py,sha256=eLjAHXpyP0dQSzlaFsVtSuMHj-j5rYkRWxB84y29dHs,13518
188
+ pulumiverse_scaleway/tem_webhook.py,sha256=fiBNePp3nHMFYt3lTpDLQE0cca73HTnoaTdMSpID3aM,24920
189
+ pulumiverse_scaleway/vpc.py,sha256=B4hU8h1FeEoheePmrOuSMx-16x4pl-BWr1lWKp2cw1k,20388
190
+ pulumiverse_scaleway/vpc_gateway_network.py,sha256=bt3_-lYTlZ8CRaQYpqIwX78_knRAIkoVKzFFa1veRy8,37681
191
+ pulumiverse_scaleway/vpc_private_network.py,sha256=g_0G28t9CibC5od5JvD_ZtQeIovWtI8Ma8PYx4hPNvs,31161
192
+ pulumiverse_scaleway/vpc_public_gateway.py,sha256=QAtgktecBfWQ0qWgeu-amWcG2OfIBvcyfrs2NR5_dzg,32396
193
+ pulumiverse_scaleway/vpc_public_gateway_dhcp.py,sha256=cbCRH4NcNoYewlqvFKII6KD7uBb00ncRpIPMpOoR47o,46686
194
+ pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py,sha256=wWQep5ctfKQUcIFH2Bvlug9bqvs_Ki4l411cAHJLg00,21957
195
+ pulumiverse_scaleway/vpc_public_gateway_ip.py,sha256=1bxwhTngULUfI-MoXGzgI1eWy7fUQGTbxrIH4gD3IBI,18019
196
+ pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py,sha256=oCzD8L2ERIUoybTI2G1CqQAgoKMlPmz5lZri0fbvBLo,11735
197
+ pulumiverse_scaleway/vpc_public_gateway_pat_rule.py,sha256=--F1OF8Hv9C2BWQUbpR5PlXFsWMYSPbVhqgNXvYvMGs,23869
198
+ pulumiverse_scaleway/vpc_route.py,sha256=c8wgd5sNinioLWOoGGDTpXDl2hLZjvnTdxrHA0JdM5M,22312
199
+ pulumiverse_scaleway/webhosting.py,sha256=ITSACl6FDSRz0_YPJhtiEVfnKiWeIRGGvgfsuwOdLKY,31705
200
+ pulumiverse_scaleway/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
201
+ pulumiverse_scaleway/config/__init__.pyi,sha256=BHsZ5qXz88BMFi_l7oW5X1wTGLrA-F2BGKK1orsUZCM,1036
202
+ pulumiverse_scaleway/config/vars.py,sha256=kOAHH8xWWS2SXrnyuSDW0mJbWUok5L_42GjO_lmbqXo,2129
203
+ pulumiverse_scaleway-1.23.0.dist-info/METADATA,sha256=zYW6Fq0lqOQCdiBh9TR2yu6_4rnheNsy1y8KIJpF-8s,2038
204
+ pulumiverse_scaleway-1.23.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
205
+ pulumiverse_scaleway-1.23.0.dist-info/top_level.txt,sha256=nZh5pqyc9FpoAll32zwyBXyAUg_m-XQXqk_YOJ5Ih2g,21
206
+ pulumiverse_scaleway-1.23.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5