pulumiverse-scaleway 1.21.0a1733208048__py3-none-any.whl → 1.21.1__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.
- pulumiverse_scaleway/_inputs.py +18 -15
- pulumiverse_scaleway/baremetal_server.py +47 -0
- pulumiverse_scaleway/container_namespace.py +52 -5
- pulumiverse_scaleway/function_namespace.py +52 -5
- pulumiverse_scaleway/get_baremetal_server.py +12 -1
- pulumiverse_scaleway/get_container_namespace.py +15 -4
- pulumiverse_scaleway/get_function_namespace.py +15 -4
- pulumiverse_scaleway/get_iam_user.py +21 -1
- pulumiverse_scaleway/get_loadbalancer_ip.py +8 -2
- pulumiverse_scaleway/iam_user.py +48 -1
- pulumiverse_scaleway/instance_server.py +11 -15
- pulumiverse_scaleway/loadbalancer.py +38 -72
- pulumiverse_scaleway/mnq_nats_credentials.py +2 -0
- pulumiverse_scaleway/outputs.py +12 -10
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- {pulumiverse_scaleway-1.21.0a1733208048.dist-info → pulumiverse_scaleway-1.21.1.dist-info}/METADATA +1 -1
- {pulumiverse_scaleway-1.21.0a1733208048.dist-info → pulumiverse_scaleway-1.21.1.dist-info}/RECORD +19 -19
- {pulumiverse_scaleway-1.21.0a1733208048.dist-info → pulumiverse_scaleway-1.21.1.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.21.0a1733208048.dist-info → pulumiverse_scaleway-1.21.1.dist-info}/top_level.txt +0 -0
|
@@ -40,12 +40,14 @@ class LoadbalancerArgs:
|
|
|
40
40
|
:param pulumi.Input[bool] assign_flexible_ip: Defines whether to automatically assign a flexible public IPv4 to the Load Balancer.
|
|
41
41
|
:param pulumi.Input[bool] assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer.
|
|
42
42
|
:param pulumi.Input[str] description: The description of the Load Balancer.
|
|
43
|
-
:param pulumi.Input[str] ip_id: The ID of the associated Load Balancer IP. See below.
|
|
43
|
+
:param pulumi.Input[str] ip_id: Please use `ip_ids`. The ID of the associated Load Balancer IP. See below.
|
|
44
44
|
|
|
45
45
|
> **Important:** Updates to `ip_id` will recreate the Load Balancer.
|
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_ids: The List of IP IDs to attach to the Load Balancer.
|
|
47
|
+
|
|
48
|
+
> **Important:** Make sure to use a `LoadbalancerIp` resource to create the IPs.
|
|
47
49
|
:param pulumi.Input[str] name: The name of the Load Balancer.
|
|
48
|
-
:param pulumi.Input[Sequence[pulumi.Input['LoadbalancerPrivateNetworkArgs']]] private_networks: List of private network to connect with your load balancer
|
|
50
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadbalancerPrivateNetworkArgs']]] private_networks: List of private network to connect with your load balancer.
|
|
49
51
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Load Balancer is associated with.
|
|
50
52
|
:param pulumi.Input[bool] release_ip: The `release_ip` allow the release of the IP address associated with the Load Balancer.
|
|
51
53
|
:param pulumi.Input[str] ssl_compatibility_level: Enforces minimal SSL version (in SSL/TLS offloading context). Please check [possible values](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-create-a-load-balancer).
|
|
@@ -137,7 +139,7 @@ class LoadbalancerArgs:
|
|
|
137
139
|
@_utilities.deprecated("""Please use ip_ids""")
|
|
138
140
|
def ip_id(self) -> Optional[pulumi.Input[str]]:
|
|
139
141
|
"""
|
|
140
|
-
The ID of the associated Load Balancer IP. See below.
|
|
142
|
+
Please use `ip_ids`. The ID of the associated Load Balancer IP. See below.
|
|
141
143
|
|
|
142
144
|
> **Important:** Updates to `ip_id` will recreate the Load Balancer.
|
|
143
145
|
"""
|
|
@@ -152,6 +154,8 @@ class LoadbalancerArgs:
|
|
|
152
154
|
def ip_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
153
155
|
"""
|
|
154
156
|
The List of IP IDs to attach to the Load Balancer.
|
|
157
|
+
|
|
158
|
+
> **Important:** Make sure to use a `LoadbalancerIp` resource to create the IPs.
|
|
155
159
|
"""
|
|
156
160
|
return pulumi.get(self, "ip_ids")
|
|
157
161
|
|
|
@@ -175,7 +179,7 @@ class LoadbalancerArgs:
|
|
|
175
179
|
@pulumi.getter(name="privateNetworks")
|
|
176
180
|
def private_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadbalancerPrivateNetworkArgs']]]]:
|
|
177
181
|
"""
|
|
178
|
-
List of private network to connect with your load balancer
|
|
182
|
+
List of private network to connect with your load balancer.
|
|
179
183
|
"""
|
|
180
184
|
return pulumi.get(self, "private_networks")
|
|
181
185
|
|
|
@@ -271,14 +275,16 @@ class _LoadbalancerState:
|
|
|
271
275
|
:param pulumi.Input[bool] assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer.
|
|
272
276
|
:param pulumi.Input[str] description: The description of the Load Balancer.
|
|
273
277
|
:param pulumi.Input[str] ip_address: The Load Balancer public IPv4 address.
|
|
274
|
-
:param pulumi.Input[str] ip_id: The ID of the associated Load Balancer IP. See below.
|
|
278
|
+
:param pulumi.Input[str] ip_id: Please use `ip_ids`. The ID of the associated Load Balancer IP. See below.
|
|
275
279
|
|
|
276
280
|
> **Important:** Updates to `ip_id` will recreate the Load Balancer.
|
|
277
281
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_ids: The List of IP IDs to attach to the Load Balancer.
|
|
282
|
+
|
|
283
|
+
> **Important:** Make sure to use a `LoadbalancerIp` resource to create the IPs.
|
|
278
284
|
:param pulumi.Input[str] ipv6_address: The Load Balancer public IPv6 address.
|
|
279
285
|
:param pulumi.Input[str] name: The name of the Load Balancer.
|
|
280
286
|
:param pulumi.Input[str] organization_id: The ID of the Organization ID the Load Balancer is associated with.
|
|
281
|
-
:param pulumi.Input[Sequence[pulumi.Input['LoadbalancerPrivateNetworkArgs']]] private_networks: List of private network to connect with your load balancer
|
|
287
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadbalancerPrivateNetworkArgs']]] private_networks: List of private network to connect with your load balancer.
|
|
282
288
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Load Balancer is associated with.
|
|
283
289
|
:param pulumi.Input[str] region: The region of the resource
|
|
284
290
|
:param pulumi.Input[bool] release_ip: The `release_ip` allow the release of the IP address associated with the Load Balancer.
|
|
@@ -381,7 +387,7 @@ class _LoadbalancerState:
|
|
|
381
387
|
@_utilities.deprecated("""Please use ip_ids""")
|
|
382
388
|
def ip_id(self) -> Optional[pulumi.Input[str]]:
|
|
383
389
|
"""
|
|
384
|
-
The ID of the associated Load Balancer IP. See below.
|
|
390
|
+
Please use `ip_ids`. The ID of the associated Load Balancer IP. See below.
|
|
385
391
|
|
|
386
392
|
> **Important:** Updates to `ip_id` will recreate the Load Balancer.
|
|
387
393
|
"""
|
|
@@ -396,6 +402,8 @@ class _LoadbalancerState:
|
|
|
396
402
|
def ip_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
397
403
|
"""
|
|
398
404
|
The List of IP IDs to attach to the Load Balancer.
|
|
405
|
+
|
|
406
|
+
> **Important:** Make sure to use a `LoadbalancerIp` resource to create the IPs.
|
|
399
407
|
"""
|
|
400
408
|
return pulumi.get(self, "ip_ids")
|
|
401
409
|
|
|
@@ -443,7 +451,7 @@ class _LoadbalancerState:
|
|
|
443
451
|
@pulumi.getter(name="privateNetworks")
|
|
444
452
|
def private_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadbalancerPrivateNetworkArgs']]]]:
|
|
445
453
|
"""
|
|
446
|
-
List of private network to connect with your load balancer
|
|
454
|
+
List of private network to connect with your load balancer.
|
|
447
455
|
"""
|
|
448
456
|
return pulumi.get(self, "private_networks")
|
|
449
457
|
|
|
@@ -623,7 +631,7 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
623
631
|
"private_network_id": pn01.id,
|
|
624
632
|
}])
|
|
625
633
|
v4 = scaleway.LoadbalancerIp("v4")
|
|
626
|
-
|
|
634
|
+
lb01 = scaleway.Loadbalancer("lb01",
|
|
627
635
|
ip_ids=[v4.id],
|
|
628
636
|
name="my-lb",
|
|
629
637
|
type="LB-S",
|
|
@@ -633,36 +641,12 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
633
641
|
}])
|
|
634
642
|
```
|
|
635
643
|
|
|
636
|
-
##
|
|
637
|
-
|
|
638
|
-
Since v1.15.0, `ip_id` is a required field. This means that now a separate `LoadbalancerIp` is required.
|
|
639
|
-
When importing, the IP needs to be imported as well as the Load Balancer.
|
|
640
|
-
When upgrading to v1.15.0, you will need to create a new `LoadbalancerIp` resource and import it.
|
|
644
|
+
## Migration
|
|
641
645
|
|
|
642
|
-
|
|
646
|
+
In order to migrate to other Load Balancer types, you can check upwards or downwards migration via our CLI `scw lb lb-types list`.
|
|
647
|
+
This change will not recreate your Load Balancer.
|
|
643
648
|
|
|
644
|
-
|
|
645
|
-
import pulumi
|
|
646
|
-
import pulumiverse_scaleway as scaleway
|
|
647
|
-
|
|
648
|
-
main = scaleway.Loadbalancer("main",
|
|
649
|
-
zone="fr-par-1",
|
|
650
|
-
type="LB-S")
|
|
651
|
-
```
|
|
652
|
-
|
|
653
|
-
You will need to update it to:
|
|
654
|
-
|
|
655
|
-
```python
|
|
656
|
-
import pulumi
|
|
657
|
-
import pulumiverse_scaleway as scaleway
|
|
658
|
-
|
|
659
|
-
main = scaleway.LoadbalancerIp("main")
|
|
660
|
-
main_loadbalancer = scaleway.Loadbalancer("main",
|
|
661
|
-
ip_id=main.id,
|
|
662
|
-
zone="fr-par-1",
|
|
663
|
-
type="LB-S",
|
|
664
|
-
release_ip=False)
|
|
665
|
-
```
|
|
649
|
+
Please check our [documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-migrate-a-load-balancer) for further details.
|
|
666
650
|
|
|
667
651
|
## Import
|
|
668
652
|
|
|
@@ -681,12 +665,14 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
681
665
|
:param pulumi.Input[bool] assign_flexible_ip: Defines whether to automatically assign a flexible public IPv4 to the Load Balancer.
|
|
682
666
|
:param pulumi.Input[bool] assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer.
|
|
683
667
|
:param pulumi.Input[str] description: The description of the Load Balancer.
|
|
684
|
-
:param pulumi.Input[str] ip_id: The ID of the associated Load Balancer IP. See below.
|
|
668
|
+
:param pulumi.Input[str] ip_id: Please use `ip_ids`. The ID of the associated Load Balancer IP. See below.
|
|
685
669
|
|
|
686
670
|
> **Important:** Updates to `ip_id` will recreate the Load Balancer.
|
|
687
671
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_ids: The List of IP IDs to attach to the Load Balancer.
|
|
672
|
+
|
|
673
|
+
> **Important:** Make sure to use a `LoadbalancerIp` resource to create the IPs.
|
|
688
674
|
:param pulumi.Input[str] name: The name of the Load Balancer.
|
|
689
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadbalancerPrivateNetworkArgs', 'LoadbalancerPrivateNetworkArgsDict']]]] private_networks: List of private network to connect with your load balancer
|
|
675
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadbalancerPrivateNetworkArgs', 'LoadbalancerPrivateNetworkArgsDict']]]] private_networks: List of private network to connect with your load balancer.
|
|
690
676
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Load Balancer is associated with.
|
|
691
677
|
:param pulumi.Input[bool] release_ip: The `release_ip` allow the release of the IP address associated with the Load Balancer.
|
|
692
678
|
:param pulumi.Input[str] ssl_compatibility_level: Enforces minimal SSL version (in SSL/TLS offloading context). Please check [possible values](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-create-a-load-balancer).
|
|
@@ -767,7 +753,7 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
767
753
|
"private_network_id": pn01.id,
|
|
768
754
|
}])
|
|
769
755
|
v4 = scaleway.LoadbalancerIp("v4")
|
|
770
|
-
|
|
756
|
+
lb01 = scaleway.Loadbalancer("lb01",
|
|
771
757
|
ip_ids=[v4.id],
|
|
772
758
|
name="my-lb",
|
|
773
759
|
type="LB-S",
|
|
@@ -777,36 +763,12 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
777
763
|
}])
|
|
778
764
|
```
|
|
779
765
|
|
|
780
|
-
##
|
|
781
|
-
|
|
782
|
-
Since v1.15.0, `ip_id` is a required field. This means that now a separate `LoadbalancerIp` is required.
|
|
783
|
-
When importing, the IP needs to be imported as well as the Load Balancer.
|
|
784
|
-
When upgrading to v1.15.0, you will need to create a new `LoadbalancerIp` resource and import it.
|
|
785
|
-
|
|
786
|
-
For instance, if you had the following:
|
|
787
|
-
|
|
788
|
-
```python
|
|
789
|
-
import pulumi
|
|
790
|
-
import pulumiverse_scaleway as scaleway
|
|
791
|
-
|
|
792
|
-
main = scaleway.Loadbalancer("main",
|
|
793
|
-
zone="fr-par-1",
|
|
794
|
-
type="LB-S")
|
|
795
|
-
```
|
|
796
|
-
|
|
797
|
-
You will need to update it to:
|
|
766
|
+
## Migration
|
|
798
767
|
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
import pulumiverse_scaleway as scaleway
|
|
768
|
+
In order to migrate to other Load Balancer types, you can check upwards or downwards migration via our CLI `scw lb lb-types list`.
|
|
769
|
+
This change will not recreate your Load Balancer.
|
|
802
770
|
|
|
803
|
-
|
|
804
|
-
main_loadbalancer = scaleway.Loadbalancer("main",
|
|
805
|
-
ip_id=main.id,
|
|
806
|
-
zone="fr-par-1",
|
|
807
|
-
type="LB-S",
|
|
808
|
-
release_ip=False)
|
|
809
|
-
```
|
|
771
|
+
Please check our [documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-migrate-a-load-balancer) for further details.
|
|
810
772
|
|
|
811
773
|
## Import
|
|
812
774
|
|
|
@@ -914,14 +876,16 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
914
876
|
:param pulumi.Input[bool] assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer.
|
|
915
877
|
:param pulumi.Input[str] description: The description of the Load Balancer.
|
|
916
878
|
:param pulumi.Input[str] ip_address: The Load Balancer public IPv4 address.
|
|
917
|
-
:param pulumi.Input[str] ip_id: The ID of the associated Load Balancer IP. See below.
|
|
879
|
+
:param pulumi.Input[str] ip_id: Please use `ip_ids`. The ID of the associated Load Balancer IP. See below.
|
|
918
880
|
|
|
919
881
|
> **Important:** Updates to `ip_id` will recreate the Load Balancer.
|
|
920
882
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_ids: The List of IP IDs to attach to the Load Balancer.
|
|
883
|
+
|
|
884
|
+
> **Important:** Make sure to use a `LoadbalancerIp` resource to create the IPs.
|
|
921
885
|
:param pulumi.Input[str] ipv6_address: The Load Balancer public IPv6 address.
|
|
922
886
|
:param pulumi.Input[str] name: The name of the Load Balancer.
|
|
923
887
|
:param pulumi.Input[str] organization_id: The ID of the Organization ID the Load Balancer is associated with.
|
|
924
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadbalancerPrivateNetworkArgs', 'LoadbalancerPrivateNetworkArgsDict']]]] private_networks: List of private network to connect with your load balancer
|
|
888
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadbalancerPrivateNetworkArgs', 'LoadbalancerPrivateNetworkArgsDict']]]] private_networks: List of private network to connect with your load balancer.
|
|
925
889
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the Project the Load Balancer is associated with.
|
|
926
890
|
:param pulumi.Input[str] region: The region of the resource
|
|
927
891
|
:param pulumi.Input[bool] release_ip: The `release_ip` allow the release of the IP address associated with the Load Balancer.
|
|
@@ -990,7 +954,7 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
990
954
|
@_utilities.deprecated("""Please use ip_ids""")
|
|
991
955
|
def ip_id(self) -> pulumi.Output[str]:
|
|
992
956
|
"""
|
|
993
|
-
The ID of the associated Load Balancer IP. See below.
|
|
957
|
+
Please use `ip_ids`. The ID of the associated Load Balancer IP. See below.
|
|
994
958
|
|
|
995
959
|
> **Important:** Updates to `ip_id` will recreate the Load Balancer.
|
|
996
960
|
"""
|
|
@@ -1001,6 +965,8 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
1001
965
|
def ip_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
1002
966
|
"""
|
|
1003
967
|
The List of IP IDs to attach to the Load Balancer.
|
|
968
|
+
|
|
969
|
+
> **Important:** Make sure to use a `LoadbalancerIp` resource to create the IPs.
|
|
1004
970
|
"""
|
|
1005
971
|
return pulumi.get(self, "ip_ids")
|
|
1006
972
|
|
|
@@ -1032,7 +998,7 @@ class Loadbalancer(pulumi.CustomResource):
|
|
|
1032
998
|
@pulumi.getter(name="privateNetworks")
|
|
1033
999
|
def private_networks(self) -> pulumi.Output[Optional[Sequence['outputs.LoadbalancerPrivateNetwork']]]:
|
|
1034
1000
|
"""
|
|
1035
|
-
List of private network to connect with your load balancer
|
|
1001
|
+
List of private network to connect with your load balancer.
|
|
1036
1002
|
"""
|
|
1037
1003
|
return pulumi.get(self, "private_networks")
|
|
1038
1004
|
|
|
@@ -256,6 +256,8 @@ class MnqNatsCredentials(pulumi.CustomResource):
|
|
|
256
256
|
__props__.__dict__["name"] = name
|
|
257
257
|
__props__.__dict__["region"] = region
|
|
258
258
|
__props__.__dict__["file"] = None
|
|
259
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["file"])
|
|
260
|
+
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
259
261
|
super(MnqNatsCredentials, __self__).__init__(
|
|
260
262
|
'scaleway:index/mnqNatsCredentials:MnqNatsCredentials',
|
|
261
263
|
resource_name,
|
pulumiverse_scaleway/outputs.py
CHANGED
|
@@ -4797,11 +4797,12 @@ class LoadbalancerPrivateNetwork(dict):
|
|
|
4797
4797
|
status: Optional[str] = None,
|
|
4798
4798
|
zone: Optional[str] = None):
|
|
4799
4799
|
"""
|
|
4800
|
-
:param str private_network_id:
|
|
4801
|
-
|
|
4802
|
-
:param
|
|
4803
|
-
:param str
|
|
4804
|
-
:param str
|
|
4800
|
+
:param str private_network_id: The ID of the Private Network to attach to.
|
|
4801
|
+
- > **Important:** Updates to `private_network` will recreate the attachment.
|
|
4802
|
+
:param bool dhcp_config: Please use `ipam_ids`. Set to `true` if you want to let DHCP assign IP addresses.
|
|
4803
|
+
:param str ipam_ids: IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
|
|
4804
|
+
:param str static_config: Please use `ipam_ids`. Define a local ip address of your choice for the load balancer instance.
|
|
4805
|
+
:param str status: The status of the private network connection.
|
|
4805
4806
|
:param str zone: `zone`) The zone of the Load Balancer.
|
|
4806
4807
|
"""
|
|
4807
4808
|
pulumi.set(__self__, "private_network_id", private_network_id)
|
|
@@ -4820,7 +4821,8 @@ class LoadbalancerPrivateNetwork(dict):
|
|
|
4820
4821
|
@pulumi.getter(name="privateNetworkId")
|
|
4821
4822
|
def private_network_id(self) -> str:
|
|
4822
4823
|
"""
|
|
4823
|
-
|
|
4824
|
+
The ID of the Private Network to attach to.
|
|
4825
|
+
- > **Important:** Updates to `private_network` will recreate the attachment.
|
|
4824
4826
|
"""
|
|
4825
4827
|
return pulumi.get(self, "private_network_id")
|
|
4826
4828
|
|
|
@@ -4829,7 +4831,7 @@ class LoadbalancerPrivateNetwork(dict):
|
|
|
4829
4831
|
@_utilities.deprecated("""dhcp_config field is deprecated, please use `private_network_id` or `ipam_ids` instead""")
|
|
4830
4832
|
def dhcp_config(self) -> Optional[bool]:
|
|
4831
4833
|
"""
|
|
4832
|
-
|
|
4834
|
+
Please use `ipam_ids`. Set to `true` if you want to let DHCP assign IP addresses.
|
|
4833
4835
|
"""
|
|
4834
4836
|
return pulumi.get(self, "dhcp_config")
|
|
4835
4837
|
|
|
@@ -4837,7 +4839,7 @@ class LoadbalancerPrivateNetwork(dict):
|
|
|
4837
4839
|
@pulumi.getter(name="ipamIds")
|
|
4838
4840
|
def ipam_ids(self) -> Optional[str]:
|
|
4839
4841
|
"""
|
|
4840
|
-
|
|
4842
|
+
IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
|
|
4841
4843
|
"""
|
|
4842
4844
|
return pulumi.get(self, "ipam_ids")
|
|
4843
4845
|
|
|
@@ -4846,7 +4848,7 @@ class LoadbalancerPrivateNetwork(dict):
|
|
|
4846
4848
|
@_utilities.deprecated("""static_config field is deprecated, please use `private_network_id` or `ipam_ids` instead""")
|
|
4847
4849
|
def static_config(self) -> Optional[str]:
|
|
4848
4850
|
"""
|
|
4849
|
-
|
|
4851
|
+
Please use `ipam_ids`. Define a local ip address of your choice for the load balancer instance.
|
|
4850
4852
|
"""
|
|
4851
4853
|
return pulumi.get(self, "static_config")
|
|
4852
4854
|
|
|
@@ -4854,7 +4856,7 @@ class LoadbalancerPrivateNetwork(dict):
|
|
|
4854
4856
|
@pulumi.getter
|
|
4855
4857
|
def status(self) -> Optional[str]:
|
|
4856
4858
|
"""
|
|
4857
|
-
The status of private network connection
|
|
4859
|
+
The status of the private network connection.
|
|
4858
4860
|
"""
|
|
4859
4861
|
return pulumi.get(self, "status")
|
|
4860
4862
|
|
{pulumiverse_scaleway-1.21.0a1733208048.dist-info → pulumiverse_scaleway-1.21.1.dist-info}/RECORD
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
pulumiverse_scaleway/__init__.py,sha256=YyPQMbZZWKrTHnWGPxMndrmbHwB3MMioi7xhcHCgLU0,26206
|
|
2
|
-
pulumiverse_scaleway/_inputs.py,sha256=
|
|
2
|
+
pulumiverse_scaleway/_inputs.py,sha256=_oRYilbZbQsUlaV3YIxcbriU7UjQVg_fkyBCGmAtuWw,327105
|
|
3
3
|
pulumiverse_scaleway/_utilities.py,sha256=6DPa1R8ih1x1D-UsJffEAW__gR8apXT9AVlozHhV3dE,10537
|
|
4
4
|
pulumiverse_scaleway/account_project.py,sha256=E4YNmkyc0wQJ8aE3Bdixjwrj054JSc8vkFbzLzRyqk8,12589
|
|
5
5
|
pulumiverse_scaleway/account_ssh_key.py,sha256=ZI_cW_eM6piT0UJTd2P5fASzRnk-zkJyPRO0WWIDFTw,17481
|
|
6
6
|
pulumiverse_scaleway/apple_silicon_server.py,sha256=OW15z0afAMHjedlJZZAuSwyMX3lyFExF9esJRHza0V0,21346
|
|
7
|
-
pulumiverse_scaleway/baremetal_server.py,sha256=
|
|
7
|
+
pulumiverse_scaleway/baremetal_server.py,sha256=WWcQ6Ond3DEAG5vb57Z28NBHBCiiIGhOmh05qrFtcZI,67088
|
|
8
8
|
pulumiverse_scaleway/block_snapshot.py,sha256=5KRJjvwp7Kzu7wesw51W-UE6_9ls2X30Q1ZnaMJiXzU,15961
|
|
9
9
|
pulumiverse_scaleway/block_volume.py,sha256=gSD2_4QYRTfeH_hyyxSwEcZIfp1LsL7EeEl24FlGR4w,21752
|
|
10
10
|
pulumiverse_scaleway/cockpit.py,sha256=LwKTPo1OEp94imrlVtVlInWjmUsQJvLbMwSM5v_UumY,13295
|
|
@@ -15,7 +15,7 @@ pulumiverse_scaleway/cockpit_token.py,sha256=an7fo6gaNyxk84Wi8uGxHq0lQYVwAud68wb
|
|
|
15
15
|
pulumiverse_scaleway/container.py,sha256=pdpuCztv1CIRSd6UeXKKIHsgfKs61O6nViBt1SWn4R4,63506
|
|
16
16
|
pulumiverse_scaleway/container_cron.py,sha256=6vpf48FeeHZ-qQuGY92hR7HVHGo7XBt9Ri3JRDfhM1U,19073
|
|
17
17
|
pulumiverse_scaleway/container_domain.py,sha256=PiH60GlpMzughkA1csEwP0YnyVi7Buw-Ls3mfxK8BL0,15422
|
|
18
|
-
pulumiverse_scaleway/container_namespace.py,sha256=
|
|
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
|
|
@@ -32,7 +32,7 @@ pulumiverse_scaleway/flexible_ip_mac_address.py,sha256=L1MBIdYkJd1M-dTEfldnhPTVv
|
|
|
32
32
|
pulumiverse_scaleway/function.py,sha256=d3UuVan9xVzgko9Mxsgkg0jamxAD12qoYuvAz_YL6oU,52853
|
|
33
33
|
pulumiverse_scaleway/function_cron.py,sha256=tao7JV7DxNOVXOTm4TxkCK_wpnLdTZXkf4MuLpPNEkM,18937
|
|
34
34
|
pulumiverse_scaleway/function_domain.py,sha256=QmNFefxoTWtymIMOO3p7MrB_gypXy-WoTlJKAPbHTNI,15117
|
|
35
|
-
pulumiverse_scaleway/function_namespace.py,sha256=
|
|
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
38
|
pulumiverse_scaleway/get_account_project.py,sha256=BsZuMHHDojYMk1jcEGTgSAZrh4ogUWm7vv14yDbWTPk,7633
|
|
@@ -41,7 +41,7 @@ pulumiverse_scaleway/get_availability_zones.py,sha256=z4N2eeoBuhu1wFPscRPtJ2k32W
|
|
|
41
41
|
pulumiverse_scaleway/get_baremetal_offer.py,sha256=cJCt80gBgDHvKf3mIJake_41iAFb4N7RqBJhVVHuvL0,10420
|
|
42
42
|
pulumiverse_scaleway/get_baremetal_option.py,sha256=Wf72C57sKkgKBFdUXfmEkMFhTBYc2fXNGwH5hbHwTkE,6347
|
|
43
43
|
pulumiverse_scaleway/get_baremetal_os.py,sha256=VZgvZZMnV-ePkyuWB_vNUUtDh2AebI000UaXQVgKh4g,6677
|
|
44
|
-
pulumiverse_scaleway/get_baremetal_server.py,sha256=
|
|
44
|
+
pulumiverse_scaleway/get_baremetal_server.py,sha256=6g1ObRt2l4DVfI58OGGsPDg9vFfR4I6dnhLa8BLU68w,17783
|
|
45
45
|
pulumiverse_scaleway/get_billing_consumptions.py,sha256=sVhXikEQqMeVmiCOZoQUML2VEINlyB7tgTlY-kdbaWs,5320
|
|
46
46
|
pulumiverse_scaleway/get_billing_invoices.py,sha256=KVZDQFzvBYbO17AgH9UddKBP4nfu7EaDpucd_VfsgmE,6774
|
|
47
47
|
pulumiverse_scaleway/get_block_snapshot.py,sha256=TP6I8mYo6xKov8jabU3pZ0Cp8bSO9Ayck05hGpnG5M4,7675
|
|
@@ -50,7 +50,7 @@ pulumiverse_scaleway/get_cockpit.py,sha256=AW5MY4GkUPYjDGNJJuO_uOAuMU7xxH-f6VQw4
|
|
|
50
50
|
pulumiverse_scaleway/get_cockpit_plan.py,sha256=vU7JCOSn5e01UQDcVfzweZoELCyBDenX4MBLoltzupI,4990
|
|
51
51
|
pulumiverse_scaleway/get_config.py,sha256=BaWCAAImkzRmhcsPH7BCaLY9pIq3kyeQ0Ke5Te9kQr0,7427
|
|
52
52
|
pulumiverse_scaleway/get_container.py,sha256=k4oYtDyE-8hs8JLDHpbJSpeYk_Yx0WyY-BQDjqITWUA,22149
|
|
53
|
-
pulumiverse_scaleway/get_container_namespace.py,sha256=
|
|
53
|
+
pulumiverse_scaleway/get_container_namespace.py,sha256=tauj4O4cxPp_wn-DE9B6TuV3l3eFAQiq6lslVa2gU0E,12882
|
|
54
54
|
pulumiverse_scaleway/get_database.py,sha256=Yw7ajm0OLLDRV2Ta9j6-XGPaW4DchE_KZ-wy7Q1mFh4,6424
|
|
55
55
|
pulumiverse_scaleway/get_database_acl.py,sha256=EtlKA_amQF3osvONskJNUOIYz3sgoKK_8S22d2gIbYI,5353
|
|
56
56
|
pulumiverse_scaleway/get_database_backup.py,sha256=FM3-ZxDZxpec62oEmbhNAkit-1TCDrCZRt7XPn8MlFU,10405
|
|
@@ -61,12 +61,12 @@ pulumiverse_scaleway/get_domain_zone.py,sha256=SQZN2hA1Hepr3PwH6To5rZyc9Ri5QlA6t
|
|
|
61
61
|
pulumiverse_scaleway/get_flexible_ip.py,sha256=SN4OKjLwD5NRJijf3F1UlUC-n0BA6pc6-j8cmpSHA70,9944
|
|
62
62
|
pulumiverse_scaleway/get_flexible_ips.py,sha256=Hz6Qi4W_Bed_pSKHCQnHdo4F73HpZPepj1ahBzL3oAU,8956
|
|
63
63
|
pulumiverse_scaleway/get_function.py,sha256=AVXuTxFmEfzkixhVDuAw-SEdiI_3Y0BJ4vC7i2pgwn0,16545
|
|
64
|
-
pulumiverse_scaleway/get_function_namespace.py,sha256=
|
|
64
|
+
pulumiverse_scaleway/get_function_namespace.py,sha256=Wo1js3kdD6UozYtsplvdC5whjUXDzE2kE6FhUJF6Rb0,11288
|
|
65
65
|
pulumiverse_scaleway/get_iam_api_key.py,sha256=irIp68T5E4G0fD_yyfhdu7a0-V3uxmIjyMpZwL2JqNM,8449
|
|
66
66
|
pulumiverse_scaleway/get_iam_application.py,sha256=Hp07qtwQHsyVvLmO-2IAjFlI6rYQwnVH9LBdxqJzYrM,8334
|
|
67
67
|
pulumiverse_scaleway/get_iam_group.py,sha256=HErvlD3NzfIm_unLAR3b0VH3jLxP6iwpfyVtW0w2X-A,9448
|
|
68
68
|
pulumiverse_scaleway/get_iam_ssh_key.py,sha256=s9xsIkpaUPQOxiR4pJ5OUMAzDu2e4uuJHEhAMCwEarQ,8321
|
|
69
|
-
pulumiverse_scaleway/get_iam_user.py,sha256=
|
|
69
|
+
pulumiverse_scaleway/get_iam_user.py,sha256=5BgBzcSyksr121eUJEri1EoF7n7cXsFwP4jFKPmAb5M,6811
|
|
70
70
|
pulumiverse_scaleway/get_instance_image.py,sha256=P7XvMqJSYY01zfOvjcKdyDJ_vEFQScd6BWPhqyTcRH8,13054
|
|
71
71
|
pulumiverse_scaleway/get_instance_ip.py,sha256=n0wVT0Amj7sCNFxnvC7927ROFoPtRkYboSLnL22ECoQ,7456
|
|
72
72
|
pulumiverse_scaleway/get_instance_placement_group.py,sha256=uEooaftFK-yyCVcU_1PQiIRyjePpgriuPbTeCls0MLc,9417
|
|
@@ -94,7 +94,7 @@ pulumiverse_scaleway/get_lb_routes.py,sha256=458uBdjDM7FXhpmtuJRvM6fTBhHelMvy9NH
|
|
|
94
94
|
pulumiverse_scaleway/get_lbs.py,sha256=k2bLFrLFX0E6CR-9eeeqgZjo4RgRT-bRiTkOmT9wmf0,7376
|
|
95
95
|
pulumiverse_scaleway/get_loadbalancer.py,sha256=4BPoNed95re-6v3_Md5RjnXHA9FB18GJbwnZX2rmZMU,14201
|
|
96
96
|
pulumiverse_scaleway/get_loadbalancer_certificate.py,sha256=81Hv580xPed8WjrIU2iUaJa9rPjlN-hMzdDRC6y7a04,10950
|
|
97
|
-
pulumiverse_scaleway/get_loadbalancer_ip.py,sha256=
|
|
97
|
+
pulumiverse_scaleway/get_loadbalancer_ip.py,sha256=XTgwpjkEym6eP41rT7aVIYiQBDku0_aWV8I0dLzAH98,9450
|
|
98
98
|
pulumiverse_scaleway/get_marketplace_image.py,sha256=5WWQHKsgrfy_fYtpMY5D8L7GxtrJM-PvRjFh8baCxrs,5780
|
|
99
99
|
pulumiverse_scaleway/get_mnq_sns.py,sha256=dIZ27qfbABpoewlpLgYq0VAPRTiVe0Vrgma7Do_ilG0,5024
|
|
100
100
|
pulumiverse_scaleway/get_mnq_sqs.py,sha256=01gry1BX4cK76ffjHS4EYRvEoKrM1VdAMKe8nt_eeV0,5024
|
|
@@ -126,7 +126,7 @@ pulumiverse_scaleway/iam_group.py,sha256=4c5crp7FJdkgHosIqxzpxxsvEYXR7CmrnTLgw7J
|
|
|
126
126
|
pulumiverse_scaleway/iam_group_membership.py,sha256=ObP9GZEVxoCO6tXaHUMxwzITWgnJyS0-Nijf9NG6O80,12532
|
|
127
127
|
pulumiverse_scaleway/iam_policy.py,sha256=rEHyZ_T-a19DgqlKfFkP7aura9Bgj0Y9_0pZWlfS9VI,31080
|
|
128
128
|
pulumiverse_scaleway/iam_ssh_key.py,sha256=itgODOljktwCKlNn-4x9zLdscE07s4y5j2GDtmf1kEM,16812
|
|
129
|
-
pulumiverse_scaleway/iam_user.py,sha256=
|
|
129
|
+
pulumiverse_scaleway/iam_user.py,sha256=synm36UUTw11vE8TxZEYtvtPkNsosF27ORqhyrH0HRs,20119
|
|
130
130
|
pulumiverse_scaleway/inference_deployment.py,sha256=l2njUeyGX5HRSkUR3phcT8YH-TDMuadSOSwntetvxPw,35071
|
|
131
131
|
pulumiverse_scaleway/instance_image.py,sha256=8zfZncK-CnglWjeOow3omD08hH8tylOmLWpiFtZ4LGs,31133
|
|
132
132
|
pulumiverse_scaleway/instance_ip.py,sha256=BWfgB3eu817qYvHl-KiyZobtLrAy6Aw4IGq1XNxw2sY,19084
|
|
@@ -135,7 +135,7 @@ pulumiverse_scaleway/instance_placement_group.py,sha256=MFMit29D_GR3CR1WDXDFbZRT
|
|
|
135
135
|
pulumiverse_scaleway/instance_private_nic.py,sha256=sfgvywxZqS_NraKPmmYWKXc-Tm33nqmMOBa25mnE5wE,22228
|
|
136
136
|
pulumiverse_scaleway/instance_security_group.py,sha256=ZAGUmOZ_TfoIqyNLM79XwwRWIN_8M7TY1spDOsrnJoI,36463
|
|
137
137
|
pulumiverse_scaleway/instance_security_group_rules.py,sha256=fTtpJb-1C-3v8KuifuAI-kO2A07X4-1uCnSgHyvmy3U,20598
|
|
138
|
-
pulumiverse_scaleway/instance_server.py,sha256=
|
|
138
|
+
pulumiverse_scaleway/instance_server.py,sha256=2ioVcdHAU6yhzHFRvdTk3adk42lZFp5eV2npSVsf9t8,98996
|
|
139
139
|
pulumiverse_scaleway/instance_snapshot.py,sha256=7Xmwb37dJ9SfQC10iM3C4CeNFuyYekbTZG0-r_u_2rI,26212
|
|
140
140
|
pulumiverse_scaleway/instance_user_data.py,sha256=kodKcDiIYlUI-Ihqfpekbej534OW0ml149zK79jFMDk,16897
|
|
141
141
|
pulumiverse_scaleway/instance_volume.py,sha256=u8efM0Gj4MBJwvOyjexN2tEaj_bh9kN3D8e3-fR35yM,22511
|
|
@@ -148,7 +148,7 @@ pulumiverse_scaleway/ipam_ip_reverse_dns.py,sha256=U6ZxlI8EPSOD_N59L5uJ65BpevZQd
|
|
|
148
148
|
pulumiverse_scaleway/job_definition.py,sha256=Y5NAIAXSYnVHdRswbpiN2qsyfUfuVscT-XMrGEc7NQk,27335
|
|
149
149
|
pulumiverse_scaleway/kubernetes_cluster.py,sha256=jIURny5R7ewsUxsrFASJGdUDQObhwnuRBrEK40OvZpU,72226
|
|
150
150
|
pulumiverse_scaleway/kubernetes_node_pool.py,sha256=7v0hqwNM5ZeP3z5xBQICHi93x1L6QLBeuM0kzgiCygM,59176
|
|
151
|
-
pulumiverse_scaleway/loadbalancer.py,sha256=
|
|
151
|
+
pulumiverse_scaleway/loadbalancer.py,sha256=FlF4FeYX6_DR1rzv8VSlag4gKXPiGg6_kDV138lkMMw,46223
|
|
152
152
|
pulumiverse_scaleway/loadbalancer_acl.py,sha256=3uwbt9qSQUX2zrVojLMc8IDlo3Ti9gF9139E8Obyveo,21178
|
|
153
153
|
pulumiverse_scaleway/loadbalancer_backend.py,sha256=G89zJww3xLEEPYHuvKo36yeVCkRvL5ILHz8JyQKj1sU,75495
|
|
154
154
|
pulumiverse_scaleway/loadbalancer_certificate.py,sha256=l6dnqycjH0pzDBimGYhUf99vGRH5Q82zFefFVl2RZLo,20353
|
|
@@ -156,7 +156,7 @@ pulumiverse_scaleway/loadbalancer_frontend.py,sha256=wTFhT29SG6fYRipma5njIFUQbcw
|
|
|
156
156
|
pulumiverse_scaleway/loadbalancer_ip.py,sha256=y1jnKSIDBLknU_6S8yPQtu82rmaJ6OrfMnckO7eq6Tk,19328
|
|
157
157
|
pulumiverse_scaleway/loadbalancer_route.py,sha256=6-YCHmDbBKqhpEP8VsG_p79li-zVrGLRN_1kXCnqRHU,22637
|
|
158
158
|
pulumiverse_scaleway/mnq_nats_account.py,sha256=tqa4VoywjVPuO2VbB2gz7vjf35Cq8asinPaC9EXcVoY,12261
|
|
159
|
-
pulumiverse_scaleway/mnq_nats_credentials.py,sha256=
|
|
159
|
+
pulumiverse_scaleway/mnq_nats_credentials.py,sha256=sxFOWWy7CRoxe-6BHhDEIC_HPzl51JylTfrbVdBwnA8,12197
|
|
160
160
|
pulumiverse_scaleway/mnq_sns.py,sha256=-AnYvwKfYCdD0-BnTWmGqCK_yNIvt-XKHoaMW1e9QtE,10820
|
|
161
161
|
pulumiverse_scaleway/mnq_sns_credentials.py,sha256=TWcfhFkxSvQnQqtkrhdVsNq_moG4vWQ4eFdsM_lHBXw,16546
|
|
162
162
|
pulumiverse_scaleway/mnq_sns_topic.py,sha256=-QfzyCN61Tf8mhnsjqxbqki7oSoOp21p8mZfdwETC3k,27577
|
|
@@ -172,9 +172,9 @@ pulumiverse_scaleway/object_bucket_lock_configuration.py,sha256=dGlZSNqhU9ZVAov7
|
|
|
172
172
|
pulumiverse_scaleway/object_bucket_policy.py,sha256=GxGiWrEevynIea2zuGVLm9KTPdIN3LYy4KaoEN0CuMg,25181
|
|
173
173
|
pulumiverse_scaleway/object_bucket_website_configuration.py,sha256=WU1OVhYpVZz9UYhbCH-Hv8_odRTBkb5OoGoVkoTUccc,23900
|
|
174
174
|
pulumiverse_scaleway/object_item.py,sha256=bGt9KrQkEYrvZqhfl_8OdPUElGFQ9cu5SKqIOrXvdmQ,31011
|
|
175
|
-
pulumiverse_scaleway/outputs.py,sha256=
|
|
175
|
+
pulumiverse_scaleway/outputs.py,sha256=HM0NDzWCbjEgQwfmSWLVtrkr2IYebORVPxGpdKoFF7c,411452
|
|
176
176
|
pulumiverse_scaleway/provider.py,sha256=peWeLAx4wsEDPL35OtX2F5JKvy1SDcIAjyNwBA-VLW0,12821
|
|
177
|
-
pulumiverse_scaleway/pulumi-plugin.json,sha256=
|
|
177
|
+
pulumiverse_scaleway/pulumi-plugin.json,sha256=1hHWH-p7ow8rFxk2J4wtLYVwM8mvf_izxoWyOElXWhQ,119
|
|
178
178
|
pulumiverse_scaleway/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
179
179
|
pulumiverse_scaleway/redis_cluster.py,sha256=g30_Gfl9YKsRegXj0BE4K6SWfhhweWOcTqoweAaoC5k,53091
|
|
180
180
|
pulumiverse_scaleway/registry_namespace.py,sha256=d_zZrGqutVEIdjORSO0WzrBI0Jlwy5H4hNxyX-eHRCQ,17828
|
|
@@ -198,7 +198,7 @@ pulumiverse_scaleway/webhosting.py,sha256=ITSACl6FDSRz0_YPJhtiEVfnKiWeIRGGvgfsuw
|
|
|
198
198
|
pulumiverse_scaleway/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
199
199
|
pulumiverse_scaleway/config/__init__.pyi,sha256=BHsZ5qXz88BMFi_l7oW5X1wTGLrA-F2BGKK1orsUZCM,1036
|
|
200
200
|
pulumiverse_scaleway/config/vars.py,sha256=kOAHH8xWWS2SXrnyuSDW0mJbWUok5L_42GjO_lmbqXo,2129
|
|
201
|
-
pulumiverse_scaleway-1.21.
|
|
202
|
-
pulumiverse_scaleway-1.21.
|
|
203
|
-
pulumiverse_scaleway-1.21.
|
|
204
|
-
pulumiverse_scaleway-1.21.
|
|
201
|
+
pulumiverse_scaleway-1.21.1.dist-info/METADATA,sha256=lZoB2y8IEfrNbC4K1U7FyDZC-90alPWhFvKZ8eGROXM,2038
|
|
202
|
+
pulumiverse_scaleway-1.21.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
203
|
+
pulumiverse_scaleway-1.21.1.dist-info/top_level.txt,sha256=nZh5pqyc9FpoAll32zwyBXyAUg_m-XQXqk_YOJ5Ih2g,21
|
|
204
|
+
pulumiverse_scaleway-1.21.1.dist-info/RECORD,,
|
{pulumiverse_scaleway-1.21.0a1733208048.dist-info → pulumiverse_scaleway-1.21.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|