pulumiverse-scaleway 1.16.0a1730122985__py3-none-any.whl → 1.17.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.
- pulumiverse_scaleway/__init__.py +10 -0
- pulumiverse_scaleway/_inputs.py +165 -60
- pulumiverse_scaleway/block_snapshot.py +37 -27
- pulumiverse_scaleway/block_volume.py +49 -43
- pulumiverse_scaleway/cockpit.py +39 -24
- pulumiverse_scaleway/cockpit_alert_manager.py +42 -38
- pulumiverse_scaleway/cockpit_grafana_user.py +39 -31
- pulumiverse_scaleway/cockpit_source.py +86 -50
- pulumiverse_scaleway/cockpit_token.py +45 -27
- pulumiverse_scaleway/database_instance.py +13 -8
- pulumiverse_scaleway/domain_record.py +88 -46
- pulumiverse_scaleway/domain_zone.py +47 -75
- pulumiverse_scaleway/get_block_snapshot.py +16 -12
- pulumiverse_scaleway/get_block_volume.py +10 -8
- pulumiverse_scaleway/get_cockpit.py +44 -19
- pulumiverse_scaleway/get_cockpit_plan.py +18 -6
- pulumiverse_scaleway/get_domain_record.py +40 -34
- pulumiverse_scaleway/get_domain_zone.py +12 -36
- pulumiverse_scaleway/get_mnq_sns.py +150 -0
- pulumiverse_scaleway/get_secret.py +77 -29
- pulumiverse_scaleway/get_secret_version.py +75 -38
- pulumiverse_scaleway/iam_policy.py +46 -0
- pulumiverse_scaleway/instance_server.py +56 -4
- pulumiverse_scaleway/loadbalancer_frontend.py +4 -4
- pulumiverse_scaleway/outputs.py +169 -55
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/secret.py +162 -59
- pulumiverse_scaleway/secret_version.py +59 -54
- pulumiverse_scaleway/tem_domain.py +9 -4
- pulumiverse_scaleway/tem_webhook.py +640 -0
- {pulumiverse_scaleway-1.16.0a1730122985.dist-info → pulumiverse_scaleway-1.17.0.dist-info}/METADATA +1 -1
- {pulumiverse_scaleway-1.16.0a1730122985.dist-info → pulumiverse_scaleway-1.17.0.dist-info}/RECORD +34 -32
- {pulumiverse_scaleway-1.16.0a1730122985.dist-info → pulumiverse_scaleway-1.17.0.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.16.0a1730122985.dist-info → pulumiverse_scaleway-1.17.0.dist-info}/top_level.txt +0 -0
{pulumiverse_scaleway-1.16.0a1730122985.dist-info → pulumiverse_scaleway-1.17.0.dist-info}/RECORD
RENAMED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
pulumiverse_scaleway/__init__.py,sha256=
|
|
2
|
-
pulumiverse_scaleway/_inputs.py,sha256=
|
|
1
|
+
pulumiverse_scaleway/__init__.py,sha256=4lSZQiSqZjao_z75BLhDvsXqlad9zi4D-qRHgcZ8VVE,26872
|
|
2
|
+
pulumiverse_scaleway/_inputs.py,sha256=jjp6RDnVFz3NiUnYr8S3SbyNcL1zkWgVBakhu20DILA,329436
|
|
3
3
|
pulumiverse_scaleway/_utilities.py,sha256=6DPa1R8ih1x1D-UsJffEAW__gR8apXT9AVlozHhV3dE,10537
|
|
4
4
|
pulumiverse_scaleway/account_project.py,sha256=EiSmisHDQt20qH2jgzz6HNd-YrIUSFZQ_rrxJGvV2wE,12549
|
|
5
5
|
pulumiverse_scaleway/account_ssh_key.py,sha256=ycW5gmFTKCwHntGP0F8GzK_eGAbZEr2yzvy1Wk6N03s,16867
|
|
6
6
|
pulumiverse_scaleway/apple_silicon_server.py,sha256=OW15z0afAMHjedlJZZAuSwyMX3lyFExF9esJRHza0V0,21346
|
|
7
7
|
pulumiverse_scaleway/baremetal_server.py,sha256=R5HhA_Jh0jptoPdvYEP4mn4ugbKSHWzuwFL7-mx2Zx4,62197
|
|
8
|
-
pulumiverse_scaleway/block_snapshot.py,sha256=
|
|
9
|
-
pulumiverse_scaleway/block_volume.py,sha256=
|
|
10
|
-
pulumiverse_scaleway/cockpit.py,sha256=
|
|
11
|
-
pulumiverse_scaleway/cockpit_alert_manager.py,sha256=
|
|
12
|
-
pulumiverse_scaleway/cockpit_grafana_user.py,sha256=
|
|
13
|
-
pulumiverse_scaleway/cockpit_source.py,sha256=
|
|
14
|
-
pulumiverse_scaleway/cockpit_token.py,sha256=
|
|
8
|
+
pulumiverse_scaleway/block_snapshot.py,sha256=5KRJjvwp7Kzu7wesw51W-UE6_9ls2X30Q1ZnaMJiXzU,15961
|
|
9
|
+
pulumiverse_scaleway/block_volume.py,sha256=gSD2_4QYRTfeH_hyyxSwEcZIfp1LsL7EeEl24FlGR4w,21752
|
|
10
|
+
pulumiverse_scaleway/cockpit.py,sha256=LwKTPo1OEp94imrlVtVlInWjmUsQJvLbMwSM5v_UumY,13295
|
|
11
|
+
pulumiverse_scaleway/cockpit_alert_manager.py,sha256=acALi_AHoHX34qFkulMS7mlNiXTvWexe7OH3j_RBCZc,17214
|
|
12
|
+
pulumiverse_scaleway/cockpit_grafana_user.py,sha256=OUZW6YctUQ1S8n8t5ZW-2zbS9Ufl03u4GY3ijXt9Rkk,14138
|
|
13
|
+
pulumiverse_scaleway/cockpit_source.py,sha256=Inthzd2fRu1N89lugq0rdeL8Tf-ObGdcks0ge4DV4nw,21168
|
|
14
|
+
pulumiverse_scaleway/cockpit_token.py,sha256=an7fo6gaNyxk84Wi8uGxHq0lQYVwAud68wbLeaiauTQ,18729
|
|
15
15
|
pulumiverse_scaleway/container.py,sha256=FmzGyXkYsldim_6mtcwAbC8Uiu_gsQzh6df429Nr0j0,63960
|
|
16
16
|
pulumiverse_scaleway/container_cron.py,sha256=5RdkVnz2HwAbJDjoaq1-PFAr5MG1W9eUdks8wSfPYPs,18579
|
|
17
17
|
pulumiverse_scaleway/container_domain.py,sha256=BQ2_L7qIfRN7vKzGAF209U-ol43z07fRxPuNKoj-KmM,14598
|
|
@@ -21,7 +21,7 @@ pulumiverse_scaleway/container_trigger.py,sha256=J38YbJ2YCjc7aL5mzQLZHLFN3SHIyHd
|
|
|
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=8eoVBs7H84rD0pjg7pQd4wcbyIvXNqJGwTIhl1C1FZc,74903
|
|
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
|
|
@@ -31,8 +31,8 @@ pulumiverse_scaleway/documentdb_private_network_endpoint.py,sha256=_wsN0W192h65C
|
|
|
31
31
|
pulumiverse_scaleway/documentdb_privilege.py,sha256=LRDGRBmkrYQ8o4dBPfr5y2CWg1cKgC2GrUQIyNXEoQQ,15810
|
|
32
32
|
pulumiverse_scaleway/documentdb_read_replica.py,sha256=OEKe8YER1PWFVc3eA_WrVGXQCa3kpl2JMnYH0ZJupL4,17476
|
|
33
33
|
pulumiverse_scaleway/documentdb_user.py,sha256=PTa9VTNiCNoMRzmW39-mrlTC531lxm3k4X2RIsZFntw,16377
|
|
34
|
-
pulumiverse_scaleway/domain_record.py,sha256=
|
|
35
|
-
pulumiverse_scaleway/domain_zone.py,sha256=
|
|
34
|
+
pulumiverse_scaleway/domain_record.py,sha256=cvlOQFdHalhypTTsun7OWw9J-kikurPuOgTtpHJMTLs,45687
|
|
35
|
+
pulumiverse_scaleway/domain_zone.py,sha256=n2Dl3LHzmHAsH9DX-7x8ZfDmgQbwTWdQRSJwA_MrW_Q,16714
|
|
36
36
|
pulumiverse_scaleway/flexible_ip.py,sha256=Fgfkv2WufpZtT48mpbtipbQPahyFxQ2sD3XczdZPCX8,25961
|
|
37
37
|
pulumiverse_scaleway/flexible_ip_mac_address.py,sha256=L1MBIdYkJd1M-dTEfldnhPTVv2rD7K2QMrJ08ghb6v0,20872
|
|
38
38
|
pulumiverse_scaleway/function.py,sha256=Unjq7IgRROzmXDWfTPgsDUNXPllY8GOctetGuWCrKDc,52705
|
|
@@ -50,10 +50,10 @@ pulumiverse_scaleway/get_baremetal_os.py,sha256=VZgvZZMnV-ePkyuWB_vNUUtDh2AebI00
|
|
|
50
50
|
pulumiverse_scaleway/get_baremetal_server.py,sha256=PtdrSTWhw-dl3Vqnfh2AeaYZ9rrLtJP8yLJDIpARoys,17284
|
|
51
51
|
pulumiverse_scaleway/get_billing_consumptions.py,sha256=sVhXikEQqMeVmiCOZoQUML2VEINlyB7tgTlY-kdbaWs,5320
|
|
52
52
|
pulumiverse_scaleway/get_billing_invoices.py,sha256=KVZDQFzvBYbO17AgH9UddKBP4nfu7EaDpucd_VfsgmE,6774
|
|
53
|
-
pulumiverse_scaleway/get_block_snapshot.py,sha256=
|
|
54
|
-
pulumiverse_scaleway/get_block_volume.py,sha256=
|
|
55
|
-
pulumiverse_scaleway/get_cockpit.py,sha256=
|
|
56
|
-
pulumiverse_scaleway/get_cockpit_plan.py,sha256=
|
|
53
|
+
pulumiverse_scaleway/get_block_snapshot.py,sha256=TP6I8mYo6xKov8jabU3pZ0Cp8bSO9Ayck05hGpnG5M4,7675
|
|
54
|
+
pulumiverse_scaleway/get_block_volume.py,sha256=qvXfKK2fxg5X7UaP3ghrRlCkc6yYStMx4eo88ilVl3A,8015
|
|
55
|
+
pulumiverse_scaleway/get_cockpit.py,sha256=AW5MY4GkUPYjDGNJJuO_uOAuMU7xxH-f6VQw4-Xhoe0,8515
|
|
56
|
+
pulumiverse_scaleway/get_cockpit_plan.py,sha256=vU7JCOSn5e01UQDcVfzweZoELCyBDenX4MBLoltzupI,4990
|
|
57
57
|
pulumiverse_scaleway/get_config.py,sha256=BaWCAAImkzRmhcsPH7BCaLY9pIq3kyeQ0Ke5Te9kQr0,7427
|
|
58
58
|
pulumiverse_scaleway/get_container.py,sha256=xpADak2ENBfH3vXxMjjT_2IXqtEM1Ta88UMn3RqYL0A,21284
|
|
59
59
|
pulumiverse_scaleway/get_container_namespace.py,sha256=JWpUtTiep_c7s-9Z3gXhNVbXvQF1v4u9xYyCc5YbxTk,11463
|
|
@@ -65,8 +65,8 @@ pulumiverse_scaleway/get_database_privilege.py,sha256=cI0LMzhntg0iHFYm1XYmRm7fcO
|
|
|
65
65
|
pulumiverse_scaleway/get_documentdb_database.py,sha256=Ny5Q3JM4rzI8s058Et93tw-XOp90__Nz3I3j9LkVRJ0,7279
|
|
66
66
|
pulumiverse_scaleway/get_documentdb_instance.py,sha256=HBIXkr_1TDIFx0sHASNTUxEE2PhdgwapDhaY2QCOeQY,10564
|
|
67
67
|
pulumiverse_scaleway/get_documentdb_load_balancer_endpoint.py,sha256=cNG2Gfg8Z7g7eir6TG32LXfSrTxABq_5H4gr2FhGyCo,8668
|
|
68
|
-
pulumiverse_scaleway/get_domain_record.py,sha256=
|
|
69
|
-
pulumiverse_scaleway/get_domain_zone.py,sha256=
|
|
68
|
+
pulumiverse_scaleway/get_domain_record.py,sha256=JLHzAsLn70Q6BlZ4BHbg8wecBlHE_dvTnF7_PC6hTro,14938
|
|
69
|
+
pulumiverse_scaleway/get_domain_zone.py,sha256=SQZN2hA1Hepr3PwH6To5rZyc9Ri5QlA6tiroa24A-6c,7865
|
|
70
70
|
pulumiverse_scaleway/get_flexible_ip.py,sha256=SN4OKjLwD5NRJijf3F1UlUC-n0BA6pc6-j8cmpSHA70,9944
|
|
71
71
|
pulumiverse_scaleway/get_flexible_ips.py,sha256=Hz6Qi4W_Bed_pSKHCQnHdo4F73HpZPepj1ahBzL3oAU,8956
|
|
72
72
|
pulumiverse_scaleway/get_function.py,sha256=PjWdT2xZjl_remzRjKlp6GbSI_1feFaf-SNzcXvYQSc,15469
|
|
@@ -105,14 +105,15 @@ pulumiverse_scaleway/get_loadbalancer.py,sha256=4BPoNed95re-6v3_Md5RjnXHA9FB18GJ
|
|
|
105
105
|
pulumiverse_scaleway/get_loadbalancer_certificate.py,sha256=81Hv580xPed8WjrIU2iUaJa9rPjlN-hMzdDRC6y7a04,10950
|
|
106
106
|
pulumiverse_scaleway/get_loadbalancer_ip.py,sha256=jrEGl-fDa08aRlNh8t1EgWr-TuXy0_eVqJhmjBXD2I0,9103
|
|
107
107
|
pulumiverse_scaleway/get_marketplace_image.py,sha256=5WWQHKsgrfy_fYtpMY5D8L7GxtrJM-PvRjFh8baCxrs,5780
|
|
108
|
+
pulumiverse_scaleway/get_mnq_sns.py,sha256=dIZ27qfbABpoewlpLgYq0VAPRTiVe0Vrgma7Do_ilG0,5024
|
|
108
109
|
pulumiverse_scaleway/get_mnq_sqs.py,sha256=01gry1BX4cK76ffjHS4EYRvEoKrM1VdAMKe8nt_eeV0,5024
|
|
109
110
|
pulumiverse_scaleway/get_object_bucket.py,sha256=DRKLXtA8kqrobkjylPm-7KYuZceFp8GAOa7Je1WjihY,10744
|
|
110
111
|
pulumiverse_scaleway/get_object_bucket_policy.py,sha256=wDd2BL88Xh9eQFqDB-Fo-4AsNPWRH23UaODmbS9uAA4,5830
|
|
111
112
|
pulumiverse_scaleway/get_redis_cluster.py,sha256=ge4tA0FHHoqdgCFmSnz7KKFhrDYxkZAf-EGfM6ovw6s,13997
|
|
112
113
|
pulumiverse_scaleway/get_registry_image.py,sha256=OgPz7WxGbiRaswIp6H_KMW1Bm3yJDC1QQo74fdhuh3U,9639
|
|
113
114
|
pulumiverse_scaleway/get_registry_namespace.py,sha256=oc7kuKSlFao3pXytQCr2GQVmozNsfwbK4l5WQ6U_lmQ,8187
|
|
114
|
-
pulumiverse_scaleway/get_secret.py,sha256=
|
|
115
|
-
pulumiverse_scaleway/get_secret_version.py,sha256=
|
|
115
|
+
pulumiverse_scaleway/get_secret.py,sha256=N_hgoRks-qZZNDLEv7NjKs0VBs18hg5Y1cyJA54_2FI,14095
|
|
116
|
+
pulumiverse_scaleway/get_secret_version.py,sha256=K-sNkCYl6W0rGIjzL5R7xhyQ9Ap_tZtEu2miz8lh380,15126
|
|
116
117
|
pulumiverse_scaleway/get_tem_domain.py,sha256=IrpQCNKGO5WBWgYebTOd8ETUk9JKHYmJC4czIpN8AdY,16180
|
|
117
118
|
pulumiverse_scaleway/get_vpc.py,sha256=yCKS9dU3qf5D1EGJKrHCAora_rT4rPEiVUrrAubwews,9753
|
|
118
119
|
pulumiverse_scaleway/get_vpc_gateway_network.py,sha256=34rsg-BdL4YbTdvTusjOnDvPsEpcmS7AkGo3V13kjlg,12409
|
|
@@ -130,7 +131,7 @@ pulumiverse_scaleway/iam_api_key.py,sha256=MwEoIJfEzCJO9qC8GUYpBFRm6AgwiPQFowFav
|
|
|
130
131
|
pulumiverse_scaleway/iam_application.py,sha256=iuc2pSPt8f_fvdRnwcXcvE4hS6eSzdSu605Mory_PZ0,16297
|
|
131
132
|
pulumiverse_scaleway/iam_group.py,sha256=4c5crp7FJdkgHosIqxzpxxsvEYXR7CmrnTLgw7JWJ8I,23414
|
|
132
133
|
pulumiverse_scaleway/iam_group_membership.py,sha256=ObP9GZEVxoCO6tXaHUMxwzITWgnJyS0-Nijf9NG6O80,12532
|
|
133
|
-
pulumiverse_scaleway/iam_policy.py,sha256=
|
|
134
|
+
pulumiverse_scaleway/iam_policy.py,sha256=rEHyZ_T-a19DgqlKfFkP7aura9Bgj0Y9_0pZWlfS9VI,31080
|
|
134
135
|
pulumiverse_scaleway/iam_ssh_key.py,sha256=itgODOljktwCKlNn-4x9zLdscE07s4y5j2GDtmf1kEM,16812
|
|
135
136
|
pulumiverse_scaleway/iam_user.py,sha256=2gzp9mahQwQhDpxkldLTzZ1mv2kHcS0jubYLkwfYMPQ,18166
|
|
136
137
|
pulumiverse_scaleway/instance_image.py,sha256=8zfZncK-CnglWjeOow3omD08hH8tylOmLWpiFtZ4LGs,31133
|
|
@@ -140,7 +141,7 @@ pulumiverse_scaleway/instance_placement_group.py,sha256=MFMit29D_GR3CR1WDXDFbZRT
|
|
|
140
141
|
pulumiverse_scaleway/instance_private_nic.py,sha256=nfM5IQNL5dUKt04CS3em2hk-bffOS-DHnuLBLXNW_Wk,17857
|
|
141
142
|
pulumiverse_scaleway/instance_security_group.py,sha256=ZAGUmOZ_TfoIqyNLM79XwwRWIN_8M7TY1spDOsrnJoI,36463
|
|
142
143
|
pulumiverse_scaleway/instance_security_group_rules.py,sha256=fTtpJb-1C-3v8KuifuAI-kO2A07X4-1uCnSgHyvmy3U,20598
|
|
143
|
-
pulumiverse_scaleway/instance_server.py,sha256=
|
|
144
|
+
pulumiverse_scaleway/instance_server.py,sha256=fZ9R-Qphai96Rys2t9mBQnbb4EtspVhL3zZE9-ZwMXc,97585
|
|
144
145
|
pulumiverse_scaleway/instance_snapshot.py,sha256=7Xmwb37dJ9SfQC10iM3C4CeNFuyYekbTZG0-r_u_2rI,26212
|
|
145
146
|
pulumiverse_scaleway/instance_user_data.py,sha256=kodKcDiIYlUI-Ihqfpekbej534OW0ml149zK79jFMDk,16897
|
|
146
147
|
pulumiverse_scaleway/instance_volume.py,sha256=u8efM0Gj4MBJwvOyjexN2tEaj_bh9kN3D8e3-fR35yM,22511
|
|
@@ -157,7 +158,7 @@ pulumiverse_scaleway/loadbalancer.py,sha256=2iOgAtMlVQ_d3dmoO0HdQeW3JcwSXHr1QLb_
|
|
|
157
158
|
pulumiverse_scaleway/loadbalancer_acl.py,sha256=3uwbt9qSQUX2zrVojLMc8IDlo3Ti9gF9139E8Obyveo,21178
|
|
158
159
|
pulumiverse_scaleway/loadbalancer_backend.py,sha256=G89zJww3xLEEPYHuvKo36yeVCkRvL5ILHz8JyQKj1sU,75495
|
|
159
160
|
pulumiverse_scaleway/loadbalancer_certificate.py,sha256=l6dnqycjH0pzDBimGYhUf99vGRH5Q82zFefFVl2RZLo,20353
|
|
160
|
-
pulumiverse_scaleway/loadbalancer_frontend.py,sha256=
|
|
161
|
+
pulumiverse_scaleway/loadbalancer_frontend.py,sha256=wTFhT29SG6fYRipma5njIFUQbcwADRg6VJSefb33GbU,34654
|
|
161
162
|
pulumiverse_scaleway/loadbalancer_ip.py,sha256=y1jnKSIDBLknU_6S8yPQtu82rmaJ6OrfMnckO7eq6Tk,19328
|
|
162
163
|
pulumiverse_scaleway/loadbalancer_route.py,sha256=6-YCHmDbBKqhpEP8VsG_p79li-zVrGLRN_1kXCnqRHU,22637
|
|
163
164
|
pulumiverse_scaleway/mnq_nats_account.py,sha256=tqa4VoywjVPuO2VbB2gz7vjf35Cq8asinPaC9EXcVoY,12261
|
|
@@ -175,17 +176,18 @@ pulumiverse_scaleway/object_bucket_lock_configuration.py,sha256=IePx7hpWYFEFRgVr
|
|
|
175
176
|
pulumiverse_scaleway/object_bucket_policy.py,sha256=5D188gj89KbufEynMfjRa_xEyjlXLxlv8rMBZEGxUvs,24833
|
|
176
177
|
pulumiverse_scaleway/object_bucket_website_configuration.py,sha256=55Fr82fNV1njWGd5nNY5v3soCmSOuxlICTsfiMvZgsM,23642
|
|
177
178
|
pulumiverse_scaleway/object_item.py,sha256=dTGg0o_30wEZKFod3n1tf35TOGw6JoOJpokxBHVLDrU,30341
|
|
178
|
-
pulumiverse_scaleway/outputs.py,sha256=
|
|
179
|
+
pulumiverse_scaleway/outputs.py,sha256=bzYEXeY9PSjn7c0MDc-rgqkXwidcobRMMWrEFCetR-M,410354
|
|
179
180
|
pulumiverse_scaleway/provider.py,sha256=peWeLAx4wsEDPL35OtX2F5JKvy1SDcIAjyNwBA-VLW0,12821
|
|
180
|
-
pulumiverse_scaleway/pulumi-plugin.json,sha256=
|
|
181
|
+
pulumiverse_scaleway/pulumi-plugin.json,sha256=EDICXgj24YH9AHgniBJkWhDvaJoV-7rmsIXimrswPY0,119
|
|
181
182
|
pulumiverse_scaleway/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
182
183
|
pulumiverse_scaleway/redis_cluster.py,sha256=g30_Gfl9YKsRegXj0BE4K6SWfhhweWOcTqoweAaoC5k,53091
|
|
183
184
|
pulumiverse_scaleway/registry_namespace.py,sha256=d_zZrGqutVEIdjORSO0WzrBI0Jlwy5H4hNxyX-eHRCQ,17828
|
|
184
185
|
pulumiverse_scaleway/sdb_database.py,sha256=6RDyUJ3BSDRrUYsltmjAkxaU02_XqSPLxXGMXRipqdo,16187
|
|
185
|
-
pulumiverse_scaleway/secret.py,sha256=
|
|
186
|
-
pulumiverse_scaleway/secret_version.py,sha256=
|
|
187
|
-
pulumiverse_scaleway/tem_domain.py,sha256=
|
|
186
|
+
pulumiverse_scaleway/secret.py,sha256=16q5BS46TyFCTLlj-JnIBdStCGYaJqZGb9kVbYaR8sE,28547
|
|
187
|
+
pulumiverse_scaleway/secret_version.py,sha256=jfCTwcIA5U-Lj34-pbq4gXhCLnLStX5LtaVsXUjgUjc,19776
|
|
188
|
+
pulumiverse_scaleway/tem_domain.py,sha256=l8HWVdyvgyS1BfbfELmeME8aAQxWewKRum-Z8wzW9Oo,39693
|
|
188
189
|
pulumiverse_scaleway/tem_domain_validation.py,sha256=eLjAHXpyP0dQSzlaFsVtSuMHj-j5rYkRWxB84y29dHs,13518
|
|
190
|
+
pulumiverse_scaleway/tem_webhook.py,sha256=fiBNePp3nHMFYt3lTpDLQE0cca73HTnoaTdMSpID3aM,24920
|
|
189
191
|
pulumiverse_scaleway/vpc.py,sha256=nZfAUGwpZvNQBquPOh_WXCbHM6n2NZbkOSlSmf4h6yo,20404
|
|
190
192
|
pulumiverse_scaleway/vpc_gateway_network.py,sha256=G5PxiOVu5L-AorxVU_yixnChuC8JFb8lgKBxtcpaFIw,37688
|
|
191
193
|
pulumiverse_scaleway/vpc_private_network.py,sha256=2mbw89Hl-stNfVHZRpdS9AuW5qROaWmWICkhw3PcwNA,31169
|
|
@@ -199,7 +201,7 @@ pulumiverse_scaleway/webhosting.py,sha256=ITSACl6FDSRz0_YPJhtiEVfnKiWeIRGGvgfsuw
|
|
|
199
201
|
pulumiverse_scaleway/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
200
202
|
pulumiverse_scaleway/config/__init__.pyi,sha256=BHsZ5qXz88BMFi_l7oW5X1wTGLrA-F2BGKK1orsUZCM,1036
|
|
201
203
|
pulumiverse_scaleway/config/vars.py,sha256=kOAHH8xWWS2SXrnyuSDW0mJbWUok5L_42GjO_lmbqXo,2129
|
|
202
|
-
pulumiverse_scaleway-1.
|
|
203
|
-
pulumiverse_scaleway-1.
|
|
204
|
-
pulumiverse_scaleway-1.
|
|
205
|
-
pulumiverse_scaleway-1.
|
|
204
|
+
pulumiverse_scaleway-1.17.0.dist-info/METADATA,sha256=DLGGiuGua6EXthzxSivihJGszjl0tp247ZvC8AKE-dc,1633
|
|
205
|
+
pulumiverse_scaleway-1.17.0.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
206
|
+
pulumiverse_scaleway-1.17.0.dist-info/top_level.txt,sha256=nZh5pqyc9FpoAll32zwyBXyAUg_m-XQXqk_YOJ5Ih2g,21
|
|
207
|
+
pulumiverse_scaleway-1.17.0.dist-info/RECORD,,
|
{pulumiverse_scaleway-1.16.0a1730122985.dist-info → pulumiverse_scaleway-1.17.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|