pulumiverse-scaleway 1.23.0a1739624899__py3-none-any.whl → 1.23.0a1739864644__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.
- pulumiverse_scaleway/__init__.py +9 -0
- pulumiverse_scaleway/_inputs.py +323 -9
- pulumiverse_scaleway/_utilities.py +8 -4
- pulumiverse_scaleway/account_ssh_key.py +2 -2
- pulumiverse_scaleway/apple_silicon_server.py +124 -0
- pulumiverse_scaleway/block_snapshot.py +2 -2
- pulumiverse_scaleway/block_volume.py +58 -11
- pulumiverse_scaleway/cockpit_source.py +7 -7
- pulumiverse_scaleway/container.py +236 -23
- pulumiverse_scaleway/container_domain.py +2 -2
- pulumiverse_scaleway/database_instance.py +74 -21
- pulumiverse_scaleway/get_account_project.py +2 -2
- pulumiverse_scaleway/get_account_ssh_key.py +2 -2
- pulumiverse_scaleway/get_block_snapshot.py +2 -2
- pulumiverse_scaleway/get_block_volume.py +14 -3
- pulumiverse_scaleway/get_container.py +30 -4
- pulumiverse_scaleway/get_database_instance.py +12 -1
- pulumiverse_scaleway/get_instance_server.py +1 -15
- pulumiverse_scaleway/get_instance_volume.py +12 -1
- pulumiverse_scaleway/get_ipam_ip.py +2 -2
- pulumiverse_scaleway/get_ipam_ips.py +2 -2
- pulumiverse_scaleway/get_lb_acls.py +2 -2
- pulumiverse_scaleway/get_lb_backend.py +2 -2
- pulumiverse_scaleway/get_lb_backends.py +2 -2
- pulumiverse_scaleway/get_lb_frontend.py +2 -2
- pulumiverse_scaleway/get_lb_frontends.py +2 -2
- pulumiverse_scaleway/get_lb_ips.py +2 -2
- pulumiverse_scaleway/get_lb_route.py +2 -2
- pulumiverse_scaleway/get_lb_routes.py +2 -2
- pulumiverse_scaleway/get_lbs.py +2 -2
- pulumiverse_scaleway/get_loadbalancer.py +2 -2
- pulumiverse_scaleway/get_loadbalancer_certificate.py +2 -2
- pulumiverse_scaleway/get_loadbalancer_ip.py +2 -2
- pulumiverse_scaleway/get_object_bucket.py +2 -2
- pulumiverse_scaleway/get_object_bucket_policy.py +2 -2
- pulumiverse_scaleway/iam_policy.py +2 -2
- pulumiverse_scaleway/instance_ip.py +7 -21
- pulumiverse_scaleway/instance_server.py +4 -74
- pulumiverse_scaleway/instance_volume.py +47 -0
- pulumiverse_scaleway/iot_route.py +21 -21
- pulumiverse_scaleway/ipam_ip.py +2 -2
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +2 -2
- pulumiverse_scaleway/loadbalancer.py +2 -2
- pulumiverse_scaleway/loadbalancer_acl.py +2 -2
- pulumiverse_scaleway/loadbalancer_backend.py +2 -2
- pulumiverse_scaleway/loadbalancer_frontend.py +2 -2
- pulumiverse_scaleway/loadbalancer_ip.py +2 -2
- pulumiverse_scaleway/loadbalancer_route.py +2 -2
- pulumiverse_scaleway/mnq_nats_account.py +2 -2
- pulumiverse_scaleway/mnq_nats_credentials.py +2 -2
- pulumiverse_scaleway/mnq_sns.py +2 -2
- pulumiverse_scaleway/mnq_sns_credentials.py +2 -2
- pulumiverse_scaleway/mnq_sns_topic.py +2 -2
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +2 -2
- pulumiverse_scaleway/mnq_sqs.py +2 -2
- pulumiverse_scaleway/mnq_sqs_credentials.py +2 -2
- pulumiverse_scaleway/mnq_sqs_queue.py +2 -2
- pulumiverse_scaleway/mongo_db_instance.py +2 -2
- pulumiverse_scaleway/mongo_db_snapshot.py +2 -2
- pulumiverse_scaleway/object_bucket.py +11 -11
- pulumiverse_scaleway/object_bucket_acl.py +2 -2
- pulumiverse_scaleway/object_bucket_lock_configuration.py +4 -4
- pulumiverse_scaleway/object_bucket_policy.py +6 -6
- pulumiverse_scaleway/object_bucket_website_configuration.py +4 -4
- pulumiverse_scaleway/object_item.py +11 -11
- pulumiverse_scaleway/outputs.py +351 -6
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/rdb_snapshot.py +608 -0
- pulumiverse_scaleway/sdb_database.py +2 -2
- pulumiverse_scaleway/secret_version.py +2 -2
- pulumiverse_scaleway/vpc.py +2 -2
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +14 -0
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +2 -2
- pulumiverse_scaleway/vpc_route.py +2 -2
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/METADATA +1 -1
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/RECORD +78 -77
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/top_level.txt +0 -0
@@ -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/
|
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/
|
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/
|
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/
|
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,27 +1,27 @@
|
|
1
|
-
pulumiverse_scaleway/__init__.py,sha256=
|
2
|
-
pulumiverse_scaleway/_inputs.py,sha256=
|
3
|
-
pulumiverse_scaleway/_utilities.py,sha256=
|
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
4
|
pulumiverse_scaleway/account_project.py,sha256=E4YNmkyc0wQJ8aE3Bdixjwrj054JSc8vkFbzLzRyqk8,12589
|
5
|
-
pulumiverse_scaleway/account_ssh_key.py,sha256=
|
6
|
-
pulumiverse_scaleway/apple_silicon_server.py,sha256=
|
5
|
+
pulumiverse_scaleway/account_ssh_key.py,sha256=YV3XIGpV0ylJ67rvfCInY-XMU-Qq-VqYBmedujDMsaU,17419
|
6
|
+
pulumiverse_scaleway/apple_silicon_server.py,sha256=s7rVwYJlR3RUOKVU8UgMdxFmNHxK6nGa3DBGnt6wu5E,27612
|
7
7
|
pulumiverse_scaleway/baremetal_server.py,sha256=n8_sYo8XK1eVCoC9UJjm6uGk-yxQNGqvlA3BMC6_gRE,71334
|
8
|
-
pulumiverse_scaleway/block_snapshot.py,sha256=
|
9
|
-
pulumiverse_scaleway/block_volume.py,sha256=
|
8
|
+
pulumiverse_scaleway/block_snapshot.py,sha256=4z0zNQ26CdYFZxsPezA8q2MffH-LVmW0ilDGGcaONuE,15961
|
9
|
+
pulumiverse_scaleway/block_volume.py,sha256=5i0EDXzx-2PNehLtPfbTAy3tKXzQu_9yPSLoU7cwqiM,24001
|
10
10
|
pulumiverse_scaleway/cockpit.py,sha256=LwKTPo1OEp94imrlVtVlInWjmUsQJvLbMwSM5v_UumY,13295
|
11
11
|
pulumiverse_scaleway/cockpit_alert_manager.py,sha256=S0-xLe1HZli234rAQamGL1hrCUv_ZG3fwo7OdySN44Y,19196
|
12
12
|
pulumiverse_scaleway/cockpit_grafana_user.py,sha256=ErCsWy15woN9l8lV0_mZt3wk9xPYNTYRtQY9wx9H5RY,15137
|
13
|
-
pulumiverse_scaleway/cockpit_source.py,sha256=
|
13
|
+
pulumiverse_scaleway/cockpit_source.py,sha256=ONQspQQPeT0R1IyEDWaQS95QKqLXvx-0FUBrSZGAFwc,25243
|
14
14
|
pulumiverse_scaleway/cockpit_token.py,sha256=an7fo6gaNyxk84Wi8uGxHq0lQYVwAud68wbLeaiauTQ,18729
|
15
|
-
pulumiverse_scaleway/container.py,sha256=
|
15
|
+
pulumiverse_scaleway/container.py,sha256=8OWVRvzFyko04eYd3AGi4ncoDeMmwnPcd0oShla7vak,75515
|
16
16
|
pulumiverse_scaleway/container_cron.py,sha256=6vpf48FeeHZ-qQuGY92hR7HVHGo7XBt9Ri3JRDfhM1U,19073
|
17
|
-
pulumiverse_scaleway/container_domain.py,sha256=
|
17
|
+
pulumiverse_scaleway/container_domain.py,sha256=w62m4RnEQOM_fPE-qjpiitAhHe9672IYUXAv3s0n1XE,15428
|
18
18
|
pulumiverse_scaleway/container_namespace.py,sha256=zofqoX6_j_Gb4JThsLP-wgiUyJ5xDfiZ4KVP1sdIgcE,28952
|
19
19
|
pulumiverse_scaleway/container_token.py,sha256=G15DrrzMPgDPydFHEMpMoPrbty2CbgeniX4vPELYQq4,18222
|
20
20
|
pulumiverse_scaleway/container_trigger.py,sha256=yZqGvtkUEAhhPsYUueAs0itzCPP6AU3AqhNnL8laMdU,19719
|
21
21
|
pulumiverse_scaleway/database.py,sha256=tEBynliK1qqD0oN4YIeIz26zDJhpBmiEW3Zjlmy1rag,14613
|
22
22
|
pulumiverse_scaleway/database_acl.py,sha256=Y818QvfpCiZ49anK3yqxZYKYbi3UYAPHee0_i96iFhU,13356
|
23
23
|
pulumiverse_scaleway/database_backup.py,sha256=mmUXQ9KmOoECcKntFfEXIXoM6lwtbUdeYem6QaJ_Grk,21408
|
24
|
-
pulumiverse_scaleway/database_instance.py,sha256=
|
24
|
+
pulumiverse_scaleway/database_instance.py,sha256=aIk2Urj2Hh2e57V7CdABYaAqdMYQw7mlm9WFgko45hY,77917
|
25
25
|
pulumiverse_scaleway/database_privilege.py,sha256=sRaJgIG9SYmSZR2-UULFpp4GGIPG-8f7FMRs2Tjpgy0,16765
|
26
26
|
pulumiverse_scaleway/database_read_replica.py,sha256=vzpQbumjzH432cIgUex1c-eHN24v83SaIbL21jS89sc,22042
|
27
27
|
pulumiverse_scaleway/database_user.py,sha256=2CxBfon3wVTSGh23Y2cqvezBe5VoGj5tykz8YzjcOfU,16554
|
@@ -35,8 +35,8 @@ pulumiverse_scaleway/function_domain.py,sha256=QmNFefxoTWtymIMOO3p7MrB_gypXy-WoT
|
|
35
35
|
pulumiverse_scaleway/function_namespace.py,sha256=fzVcnAZ1Ax2knnkufnXk6x2T9D9J_HqZZkkljzksU_8,25994
|
36
36
|
pulumiverse_scaleway/function_token.py,sha256=2vcp-kORkkvOoGYJ5RxT4c5kSitp-uggTmHJrXtgIMM,18313
|
37
37
|
pulumiverse_scaleway/function_trigger.py,sha256=YDQJMiwBWOogPKtj-bw7Hul54Fz2LmPmFRe87RDgUsw,19587
|
38
|
-
pulumiverse_scaleway/get_account_project.py,sha256=
|
39
|
-
pulumiverse_scaleway/get_account_ssh_key.py,sha256=
|
38
|
+
pulumiverse_scaleway/get_account_project.py,sha256=s07RCHPXBfBG0j3vuiawTfzdjXHksR0JSyMOGttDGCo,7612
|
39
|
+
pulumiverse_scaleway/get_account_ssh_key.py,sha256=LCBsu8JSmdrwOgBisoy6Evo2aJRG7IbIVNWt5q1cgJg,8934
|
40
40
|
pulumiverse_scaleway/get_availability_zones.py,sha256=zhNlMAyk6Appnn31h3GxMtHE5-r8tjnbuk8XqTd7HkY,5372
|
41
41
|
pulumiverse_scaleway/get_baremetal_offer.py,sha256=cCt37Q0ROCicDRdE9zvn_OI7xshurBMlZSp5-S0cPCA,10461
|
42
42
|
pulumiverse_scaleway/get_baremetal_option.py,sha256=O-lIXvIkSIQ2q-X62866F-7MHdss-Auvm-65pOQ6fdk,6388
|
@@ -44,18 +44,18 @@ pulumiverse_scaleway/get_baremetal_os.py,sha256=liK_N5lTmxIvTF6HXxmWg3wO8LGDP_8W
|
|
44
44
|
pulumiverse_scaleway/get_baremetal_server.py,sha256=G6Mnc0-TpY2X5iDIltxJemCA-ZL3yLpqNB1v9N47wSc,17824
|
45
45
|
pulumiverse_scaleway/get_billing_consumptions.py,sha256=35p9-SX1vKNZHAveGkZEirIxndc6-BzWP3qtfuzg7lw,5361
|
46
46
|
pulumiverse_scaleway/get_billing_invoices.py,sha256=mg-mwo4mEXwIKZARypun_ZYODROQEDWLtykMHX-1WMU,6815
|
47
|
-
pulumiverse_scaleway/get_block_snapshot.py,sha256=
|
48
|
-
pulumiverse_scaleway/get_block_volume.py,sha256=
|
47
|
+
pulumiverse_scaleway/get_block_snapshot.py,sha256=QN6H1_FAr9R3rhZKsGPz-EkCfgl3qoJZQu05dO3hdVU,7716
|
48
|
+
pulumiverse_scaleway/get_block_volume.py,sha256=DbECfbD2Csb9H0QGHcZrCiBdF7y-dcKacewSwtOJaXY,8664
|
49
49
|
pulumiverse_scaleway/get_cockpit.py,sha256=oxlHAEPXuOPQZEc3lhNaSlwMb8Gu8-aw-YQOGLnjIEA,8556
|
50
50
|
pulumiverse_scaleway/get_cockpit_plan.py,sha256=1qVy05-lqxoG3YmrOP0QmQmVohTPq1mz0Xypi-Je5oY,5031
|
51
51
|
pulumiverse_scaleway/get_cockpit_source.py,sha256=YPR29rv2Z8VQforjpG5aElZvx6PrfOKXuHyHyZgs3bk,11300
|
52
52
|
pulumiverse_scaleway/get_config.py,sha256=WOgjWsjkLNRhtbgtRcHOn5xJ0n13HmgZOTtonn881Q0,7468
|
53
|
-
pulumiverse_scaleway/get_container.py,sha256=
|
53
|
+
pulumiverse_scaleway/get_container.py,sha256=KDhT2VOqt_7H7zIzL2pOQBD2BJo6u2iDLxooJqkSX1U,23527
|
54
54
|
pulumiverse_scaleway/get_container_namespace.py,sha256=AfTnZq0HRYRa9C5VziljF54P4CwIGecno8ehJigA6R8,12923
|
55
55
|
pulumiverse_scaleway/get_database.py,sha256=vTweUR1syU7xyltFjrtRq54U2w-h1GlUZx9Bd-EZJxE,6465
|
56
56
|
pulumiverse_scaleway/get_database_acl.py,sha256=EQMha3MQV5ytrXASPTfmzjwMuKS15hDqtnu5JKfJgKw,5394
|
57
57
|
pulumiverse_scaleway/get_database_backup.py,sha256=nJpVFsQej9zULpiFnIzYcJs74in0VMcfQBXDlyAxywA,10446
|
58
|
-
pulumiverse_scaleway/get_database_instance.py,sha256=
|
58
|
+
pulumiverse_scaleway/get_database_instance.py,sha256=0K0Bb3Vs5TTMThy35UnK4TSc5rdecP4S8cOLGTIEchw,19487
|
59
59
|
pulumiverse_scaleway/get_database_privilege.py,sha256=sRyyOYUH6k89yn2X-QDlSo18FOti8PiChTI7JvAIUiU,7355
|
60
60
|
pulumiverse_scaleway/get_domain_record.py,sha256=cLMeneyxk2gfxJt18Mqo4HGgG0Huzpfvy3XbRbhkpHI,14979
|
61
61
|
pulumiverse_scaleway/get_domain_zone.py,sha256=4J7IYCVCnlpvqwRrlYjbprES6vblp1dZS-b3Rggctwc,7906
|
@@ -73,35 +73,35 @@ pulumiverse_scaleway/get_instance_ip.py,sha256=Sd1hF7ZTDJKF2fDqMUMkAshKvJGwAC3mx
|
|
73
73
|
pulumiverse_scaleway/get_instance_placement_group.py,sha256=GeEvHXMClQ5R_nujClxI2396pBH_n7G-uDUuiv6DOKE,9458
|
74
74
|
pulumiverse_scaleway/get_instance_private_nic.py,sha256=z68RuymPw9dgyTok0tPLHfm52jpslFkvuro6RKSm_H4,10015
|
75
75
|
pulumiverse_scaleway/get_instance_security_group.py,sha256=ycMuqbQBE2c57DVn7IfstvLoRCXJ18icmawpKqq6PN0,12537
|
76
|
-
pulumiverse_scaleway/get_instance_server.py,sha256=
|
76
|
+
pulumiverse_scaleway/get_instance_server.py,sha256=AP1-9aZHyPwT338YM8_a9CJuNt5yq_hIQNMxBYyUDYk,21624
|
77
77
|
pulumiverse_scaleway/get_instance_servers.py,sha256=nEg6jlat3ubaK6_PqF98gaAj4wf9iqVr5vdfuwlhyqY,7229
|
78
78
|
pulumiverse_scaleway/get_instance_snapshot.py,sha256=pKOAAWYCXWRUbWCJVlWHUYid1pOD7EMTMoNC92ogd8c,9945
|
79
|
-
pulumiverse_scaleway/get_instance_volume.py,sha256=
|
79
|
+
pulumiverse_scaleway/get_instance_volume.py,sha256=r8RBUhc6DXDnTbqPL4APka2vNWnUNgzu9hqnn4JI9ho,9354
|
80
80
|
pulumiverse_scaleway/get_iot_device.py,sha256=GH1txOAGnBAZmmv6tjdshVDuLV1aGHH_XRgu6LerxIo,10998
|
81
81
|
pulumiverse_scaleway/get_iot_hub.py,sha256=XAGd8dMZxkuuhXUmEMF2Ujf2UyKEgUTD0fVIfYp7SIs,13920
|
82
|
-
pulumiverse_scaleway/get_ipam_ip.py,sha256=
|
83
|
-
pulumiverse_scaleway/get_ipam_ips.py,sha256=
|
82
|
+
pulumiverse_scaleway/get_ipam_ip.py,sha256=J7yKHyIRfK1Iz3EcY-zjwqM_TPy3uRnoZhj2IVLMRcs,17138
|
83
|
+
pulumiverse_scaleway/get_ipam_ips.py,sha256=suWpGHwINFtjGywoDSLyLfvS9TuD7LxMaIZyG0oqt0Q,13740
|
84
84
|
pulumiverse_scaleway/get_k8s_version.py,sha256=Ag5ttUJBvplkXIkPh1mcRPWsGiWLQ2gBZibDmY_eQEs,7373
|
85
85
|
pulumiverse_scaleway/get_kubernetes_cluster.py,sha256=TkTTU5V96Op3GwSv8sCBF8Q1qLxm18B-MF7Qksu9HdU,18236
|
86
86
|
pulumiverse_scaleway/get_kubernetes_node_pool.py,sha256=YqsK_uFhw0kAGyw1V0SwKlLFDZ9l8urKOYsdXiYzeMg,18672
|
87
|
-
pulumiverse_scaleway/get_lb_acls.py,sha256=
|
88
|
-
pulumiverse_scaleway/get_lb_backend.py,sha256=
|
89
|
-
pulumiverse_scaleway/get_lb_backends.py,sha256=
|
90
|
-
pulumiverse_scaleway/get_lb_frontend.py,sha256=
|
91
|
-
pulumiverse_scaleway/get_lb_frontends.py,sha256=
|
92
|
-
pulumiverse_scaleway/get_lb_ips.py,sha256=
|
93
|
-
pulumiverse_scaleway/get_lb_route.py,sha256=
|
94
|
-
pulumiverse_scaleway/get_lb_routes.py,sha256=
|
95
|
-
pulumiverse_scaleway/get_lbs.py,sha256=
|
96
|
-
pulumiverse_scaleway/get_loadbalancer.py,sha256=
|
97
|
-
pulumiverse_scaleway/get_loadbalancer_certificate.py,sha256=
|
98
|
-
pulumiverse_scaleway/get_loadbalancer_ip.py,sha256=
|
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
99
|
pulumiverse_scaleway/get_marketplace_image.py,sha256=ihyxmydW7ukC8jNnsW9DE2uP6Zhc8d_OkkNdBB1WzxQ,5821
|
100
100
|
pulumiverse_scaleway/get_mnq_sns.py,sha256=D-P_OVjwODpke44Y_zOQfjkDrdNoKmmyrexe-dWZW7E,5065
|
101
101
|
pulumiverse_scaleway/get_mnq_sqs.py,sha256=JX3x1RZBWRGcU-sswG4tn8Nbh9z2bYlgNjyQy49Ga1o,5065
|
102
102
|
pulumiverse_scaleway/get_mongo_db_instance.py,sha256=euwfhEfRAUQo4BYR_6HuKmx0uVhdP-DYT5atoc5lNho,13561
|
103
|
-
pulumiverse_scaleway/get_object_bucket.py,sha256=
|
104
|
-
pulumiverse_scaleway/get_object_bucket_policy.py,sha256=
|
103
|
+
pulumiverse_scaleway/get_object_bucket.py,sha256=ZTI6ZxJCjkvkR9jobQLlQ5OmJUpXJgXxbuEl2ecUJzQ,11247
|
104
|
+
pulumiverse_scaleway/get_object_bucket_policy.py,sha256=jBEeA9fdVMD09_mLxNzrmuY9dqt-1MtpvsRnvU1uXro,6334
|
105
105
|
pulumiverse_scaleway/get_redis_cluster.py,sha256=IR6a2gTdGE33RAqVsj6IKhtd64s0wlGEFWaAy2aYlBs,14038
|
106
106
|
pulumiverse_scaleway/get_registry_image.py,sha256=nkl5hTZTP5weNyDuse7NNCghXZ2S99pVqwvrliKOqHw,9680
|
107
107
|
pulumiverse_scaleway/get_registry_image_tag.py,sha256=vodk4r4CMXo3yTXV-r4DZtPTuJgKEAZGAeXWICQCg4w,9333
|
@@ -125,81 +125,82 @@ pulumiverse_scaleway/iam_api_key.py,sha256=MwEoIJfEzCJO9qC8GUYpBFRm6AgwiPQFowFav
|
|
125
125
|
pulumiverse_scaleway/iam_application.py,sha256=iuc2pSPt8f_fvdRnwcXcvE4hS6eSzdSu605Mory_PZ0,16297
|
126
126
|
pulumiverse_scaleway/iam_group.py,sha256=4c5crp7FJdkgHosIqxzpxxsvEYXR7CmrnTLgw7JWJ8I,23414
|
127
127
|
pulumiverse_scaleway/iam_group_membership.py,sha256=ObP9GZEVxoCO6tXaHUMxwzITWgnJyS0-Nijf9NG6O80,12532
|
128
|
-
pulumiverse_scaleway/iam_policy.py,sha256=
|
128
|
+
pulumiverse_scaleway/iam_policy.py,sha256=6PUgm190wrrClVZ6dUqYagAIqy5bDRAg1e1Q-Mbuzi0,31018
|
129
129
|
pulumiverse_scaleway/iam_ssh_key.py,sha256=itgODOljktwCKlNn-4x9zLdscE07s4y5j2GDtmf1kEM,16812
|
130
130
|
pulumiverse_scaleway/iam_user.py,sha256=synm36UUTw11vE8TxZEYtvtPkNsosF27ORqhyrH0HRs,20119
|
131
131
|
pulumiverse_scaleway/inference_deployment.py,sha256=l2njUeyGX5HRSkUR3phcT8YH-TDMuadSOSwntetvxPw,35071
|
132
132
|
pulumiverse_scaleway/instance_image.py,sha256=8zfZncK-CnglWjeOow3omD08hH8tylOmLWpiFtZ4LGs,31133
|
133
|
-
pulumiverse_scaleway/instance_ip.py,sha256=
|
133
|
+
pulumiverse_scaleway/instance_ip.py,sha256=Nuc5j3CejxRRulb-vnhqqyWYMIJSrKFhQQuYD-Y-2Ik,18240
|
134
134
|
pulumiverse_scaleway/instance_ip_reverse_dns.py,sha256=YcJVXZJZNTreei2oBoQQQqXGOo1KCMe35hAfpPMMU_k,10938
|
135
135
|
pulumiverse_scaleway/instance_placement_group.py,sha256=MFMit29D_GR3CR1WDXDFbZRTUg-ja9gZohZEhS0J1Lc,21522
|
136
136
|
pulumiverse_scaleway/instance_private_nic.py,sha256=sfgvywxZqS_NraKPmmYWKXc-Tm33nqmMOBa25mnE5wE,22228
|
137
137
|
pulumiverse_scaleway/instance_security_group.py,sha256=ZAGUmOZ_TfoIqyNLM79XwwRWIN_8M7TY1spDOsrnJoI,36463
|
138
138
|
pulumiverse_scaleway/instance_security_group_rules.py,sha256=fTtpJb-1C-3v8KuifuAI-kO2A07X4-1uCnSgHyvmy3U,20598
|
139
|
-
pulumiverse_scaleway/instance_server.py,sha256=
|
139
|
+
pulumiverse_scaleway/instance_server.py,sha256=4CtsWvgy9ZYc0a4LbjH1yYVkiCI-DEbEE21rzJ6j6SQ,95831
|
140
140
|
pulumiverse_scaleway/instance_snapshot.py,sha256=7Xmwb37dJ9SfQC10iM3C4CeNFuyYekbTZG0-r_u_2rI,26212
|
141
141
|
pulumiverse_scaleway/instance_user_data.py,sha256=kodKcDiIYlUI-Ihqfpekbej534OW0ml149zK79jFMDk,16897
|
142
|
-
pulumiverse_scaleway/instance_volume.py,sha256=
|
142
|
+
pulumiverse_scaleway/instance_volume.py,sha256=3FNn8-EHT-eCkapZPJcpKDhccdE9mmlkeQVRvPCru54,24844
|
143
143
|
pulumiverse_scaleway/iot_device.py,sha256=paiXf_py1yeuhjCjqTK1WOjpus7RjREYhM0BbrRZdGg,31891
|
144
144
|
pulumiverse_scaleway/iot_hub.py,sha256=Ubso4ND9VrLa2doQckEfMO1XOxqJJv9-SBustrw1ecM,36822
|
145
145
|
pulumiverse_scaleway/iot_network.py,sha256=IhFaw9irxSsidTvHbsK-oZ696vuOvZEdQmCw9h3dIYc,17808
|
146
|
-
pulumiverse_scaleway/iot_route.py,sha256=
|
147
|
-
pulumiverse_scaleway/ipam_ip.py,sha256=
|
148
|
-
pulumiverse_scaleway/ipam_ip_reverse_dns.py,sha256=
|
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
149
|
pulumiverse_scaleway/job_definition.py,sha256=Y5NAIAXSYnVHdRswbpiN2qsyfUfuVscT-XMrGEc7NQk,27335
|
150
150
|
pulumiverse_scaleway/kubernetes_cluster.py,sha256=jIURny5R7ewsUxsrFASJGdUDQObhwnuRBrEK40OvZpU,72226
|
151
151
|
pulumiverse_scaleway/kubernetes_node_pool.py,sha256=7v0hqwNM5ZeP3z5xBQICHi93x1L6QLBeuM0kzgiCygM,59176
|
152
|
-
pulumiverse_scaleway/loadbalancer.py,sha256=
|
153
|
-
pulumiverse_scaleway/loadbalancer_acl.py,sha256=
|
154
|
-
pulumiverse_scaleway/loadbalancer_backend.py,sha256=
|
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
155
|
pulumiverse_scaleway/loadbalancer_certificate.py,sha256=l6dnqycjH0pzDBimGYhUf99vGRH5Q82zFefFVl2RZLo,20353
|
156
|
-
pulumiverse_scaleway/loadbalancer_frontend.py,sha256=
|
157
|
-
pulumiverse_scaleway/loadbalancer_ip.py,sha256=
|
158
|
-
pulumiverse_scaleway/loadbalancer_route.py,sha256=
|
159
|
-
pulumiverse_scaleway/mnq_nats_account.py,sha256=
|
160
|
-
pulumiverse_scaleway/mnq_nats_credentials.py,sha256=
|
161
|
-
pulumiverse_scaleway/mnq_sns.py,sha256
|
162
|
-
pulumiverse_scaleway/mnq_sns_credentials.py,sha256=
|
163
|
-
pulumiverse_scaleway/mnq_sns_topic.py,sha256
|
164
|
-
pulumiverse_scaleway/mnq_sns_topic_subscription.py,sha256=
|
165
|
-
pulumiverse_scaleway/mnq_sqs.py,sha256=
|
166
|
-
pulumiverse_scaleway/mnq_sqs_credentials.py,sha256=
|
167
|
-
pulumiverse_scaleway/mnq_sqs_queue.py,sha256=
|
168
|
-
pulumiverse_scaleway/mongo_db_instance.py,sha256=
|
169
|
-
pulumiverse_scaleway/mongo_db_snapshot.py,sha256=
|
170
|
-
pulumiverse_scaleway/object_bucket.py,sha256=
|
171
|
-
pulumiverse_scaleway/object_bucket_acl.py,sha256=
|
172
|
-
pulumiverse_scaleway/object_bucket_lock_configuration.py,sha256=
|
173
|
-
pulumiverse_scaleway/object_bucket_policy.py,sha256=
|
174
|
-
pulumiverse_scaleway/object_bucket_website_configuration.py,sha256=
|
175
|
-
pulumiverse_scaleway/object_item.py,sha256=
|
176
|
-
pulumiverse_scaleway/outputs.py,sha256=
|
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
177
|
pulumiverse_scaleway/provider.py,sha256=peWeLAx4wsEDPL35OtX2F5JKvy1SDcIAjyNwBA-VLW0,12821
|
178
|
-
pulumiverse_scaleway/pulumi-plugin.json,sha256=
|
178
|
+
pulumiverse_scaleway/pulumi-plugin.json,sha256=8Ah1BH5uo3XW4-3-3HStVSMNi72NvkThz8895vEajQM,136
|
179
179
|
pulumiverse_scaleway/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
180
|
+
pulumiverse_scaleway/rdb_snapshot.py,sha256=5QqvFlig_0l2i8i03ubvkOmgBj8saLUxyRiqmh4fktk,24123
|
180
181
|
pulumiverse_scaleway/redis_cluster.py,sha256=rzKCpXIweBHjSP2VqCcCX5mvoqiRk9_1VeIny4BA2VY,54076
|
181
182
|
pulumiverse_scaleway/registry_namespace.py,sha256=d_zZrGqutVEIdjORSO0WzrBI0Jlwy5H4hNxyX-eHRCQ,17828
|
182
|
-
pulumiverse_scaleway/sdb_database.py,sha256=
|
183
|
+
pulumiverse_scaleway/sdb_database.py,sha256=TDqtMsJxu1H8JXFbpDLcxQjSAxa7VPRZSTchUT9aqcI,16700
|
183
184
|
pulumiverse_scaleway/secret.py,sha256=16q5BS46TyFCTLlj-JnIBdStCGYaJqZGb9kVbYaR8sE,28547
|
184
|
-
pulumiverse_scaleway/secret_version.py,sha256=
|
185
|
+
pulumiverse_scaleway/secret_version.py,sha256=tJXW4AELbHSqTA2Ji8R63YdSkQ8oAK-LZM5g8euWqjE,19714
|
185
186
|
pulumiverse_scaleway/tem_domain.py,sha256=DVdDJDPSstz3yhMQfg1K2Lt8OHR5l4-Asp6ppGeD7IQ,42904
|
186
187
|
pulumiverse_scaleway/tem_domain_validation.py,sha256=eLjAHXpyP0dQSzlaFsVtSuMHj-j5rYkRWxB84y29dHs,13518
|
187
188
|
pulumiverse_scaleway/tem_webhook.py,sha256=fiBNePp3nHMFYt3lTpDLQE0cca73HTnoaTdMSpID3aM,24920
|
188
|
-
pulumiverse_scaleway/vpc.py,sha256=
|
189
|
+
pulumiverse_scaleway/vpc.py,sha256=B4hU8h1FeEoheePmrOuSMx-16x4pl-BWr1lWKp2cw1k,20388
|
189
190
|
pulumiverse_scaleway/vpc_gateway_network.py,sha256=bt3_-lYTlZ8CRaQYpqIwX78_knRAIkoVKzFFa1veRy8,37681
|
190
191
|
pulumiverse_scaleway/vpc_private_network.py,sha256=g_0G28t9CibC5od5JvD_ZtQeIovWtI8Ma8PYx4hPNvs,31161
|
191
192
|
pulumiverse_scaleway/vpc_public_gateway.py,sha256=QAtgktecBfWQ0qWgeu-amWcG2OfIBvcyfrs2NR5_dzg,32396
|
192
|
-
pulumiverse_scaleway/vpc_public_gateway_dhcp.py,sha256=
|
193
|
-
pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py,sha256=
|
193
|
+
pulumiverse_scaleway/vpc_public_gateway_dhcp.py,sha256=cbCRH4NcNoYewlqvFKII6KD7uBb00ncRpIPMpOoR47o,46686
|
194
|
+
pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py,sha256=wWQep5ctfKQUcIFH2Bvlug9bqvs_Ki4l411cAHJLg00,21957
|
194
195
|
pulumiverse_scaleway/vpc_public_gateway_ip.py,sha256=1bxwhTngULUfI-MoXGzgI1eWy7fUQGTbxrIH4gD3IBI,18019
|
195
196
|
pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py,sha256=oCzD8L2ERIUoybTI2G1CqQAgoKMlPmz5lZri0fbvBLo,11735
|
196
197
|
pulumiverse_scaleway/vpc_public_gateway_pat_rule.py,sha256=--F1OF8Hv9C2BWQUbpR5PlXFsWMYSPbVhqgNXvYvMGs,23869
|
197
|
-
pulumiverse_scaleway/vpc_route.py,sha256
|
198
|
+
pulumiverse_scaleway/vpc_route.py,sha256=c8wgd5sNinioLWOoGGDTpXDl2hLZjvnTdxrHA0JdM5M,22312
|
198
199
|
pulumiverse_scaleway/webhosting.py,sha256=ITSACl6FDSRz0_YPJhtiEVfnKiWeIRGGvgfsuwOdLKY,31705
|
199
200
|
pulumiverse_scaleway/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
200
201
|
pulumiverse_scaleway/config/__init__.pyi,sha256=BHsZ5qXz88BMFi_l7oW5X1wTGLrA-F2BGKK1orsUZCM,1036
|
201
202
|
pulumiverse_scaleway/config/vars.py,sha256=kOAHH8xWWS2SXrnyuSDW0mJbWUok5L_42GjO_lmbqXo,2129
|
202
|
-
pulumiverse_scaleway-1.23.
|
203
|
-
pulumiverse_scaleway-1.23.
|
204
|
-
pulumiverse_scaleway-1.23.
|
205
|
-
pulumiverse_scaleway-1.23.
|
203
|
+
pulumiverse_scaleway-1.23.0a1739864644.dist-info/METADATA,sha256=ohCIfUhp1U8kT4NvqQAEq3-a5Z1Ot4-Ybbh2178MQtQ,2049
|
204
|
+
pulumiverse_scaleway-1.23.0a1739864644.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
205
|
+
pulumiverse_scaleway-1.23.0a1739864644.dist-info/top_level.txt,sha256=nZh5pqyc9FpoAll32zwyBXyAUg_m-XQXqk_YOJ5Ih2g,21
|
206
|
+
pulumiverse_scaleway-1.23.0a1739864644.dist-info/RECORD,,
|
File without changes
|
File without changes
|