pulumiverse-scaleway 1.22.0__py3-none-any.whl → 1.22.0a1734426838__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 +0 -1
- pulumiverse_scaleway/_inputs.py +3 -3
- pulumiverse_scaleway/baremetal_server.py +7 -67
- pulumiverse_scaleway/cockpit_grafana_user.py +0 -28
- pulumiverse_scaleway/cockpit_source.py +3 -53
- pulumiverse_scaleway/get_account_project.py +2 -2
- pulumiverse_scaleway/get_account_ssh_key.py +2 -2
- pulumiverse_scaleway/get_availability_zones.py +2 -2
- pulumiverse_scaleway/get_baremetal_offer.py +2 -2
- pulumiverse_scaleway/get_baremetal_option.py +2 -2
- pulumiverse_scaleway/get_baremetal_os.py +2 -2
- pulumiverse_scaleway/get_baremetal_server.py +2 -2
- pulumiverse_scaleway/get_billing_consumptions.py +2 -2
- pulumiverse_scaleway/get_billing_invoices.py +2 -2
- pulumiverse_scaleway/get_block_snapshot.py +2 -2
- pulumiverse_scaleway/get_block_volume.py +2 -2
- pulumiverse_scaleway/get_cockpit.py +2 -2
- pulumiverse_scaleway/get_cockpit_plan.py +2 -2
- pulumiverse_scaleway/get_config.py +2 -2
- pulumiverse_scaleway/get_container.py +2 -2
- pulumiverse_scaleway/get_container_namespace.py +2 -2
- pulumiverse_scaleway/get_database.py +2 -2
- pulumiverse_scaleway/get_database_acl.py +2 -2
- pulumiverse_scaleway/get_database_backup.py +2 -2
- pulumiverse_scaleway/get_database_instance.py +2 -2
- pulumiverse_scaleway/get_database_privilege.py +2 -2
- pulumiverse_scaleway/get_domain_record.py +2 -2
- pulumiverse_scaleway/get_domain_zone.py +2 -2
- pulumiverse_scaleway/get_flexible_ip.py +2 -2
- pulumiverse_scaleway/get_flexible_ips.py +2 -2
- pulumiverse_scaleway/get_function.py +2 -2
- pulumiverse_scaleway/get_function_namespace.py +2 -2
- pulumiverse_scaleway/get_iam_api_key.py +2 -2
- pulumiverse_scaleway/get_iam_application.py +2 -2
- pulumiverse_scaleway/get_iam_group.py +2 -2
- pulumiverse_scaleway/get_iam_ssh_key.py +2 -2
- pulumiverse_scaleway/get_iam_user.py +2 -2
- pulumiverse_scaleway/get_instance_image.py +2 -2
- pulumiverse_scaleway/get_instance_ip.py +2 -2
- pulumiverse_scaleway/get_instance_placement_group.py +2 -2
- pulumiverse_scaleway/get_instance_private_nic.py +2 -2
- pulumiverse_scaleway/get_instance_security_group.py +2 -2
- pulumiverse_scaleway/get_instance_server.py +2 -2
- pulumiverse_scaleway/get_instance_servers.py +2 -2
- pulumiverse_scaleway/get_instance_snapshot.py +2 -2
- pulumiverse_scaleway/get_instance_volume.py +2 -2
- pulumiverse_scaleway/get_iot_device.py +2 -2
- pulumiverse_scaleway/get_iot_hub.py +2 -2
- pulumiverse_scaleway/get_ipam_ip.py +2 -2
- pulumiverse_scaleway/get_ipam_ips.py +2 -2
- pulumiverse_scaleway/get_k8s_version.py +2 -2
- pulumiverse_scaleway/get_kubernetes_cluster.py +2 -2
- pulumiverse_scaleway/get_kubernetes_node_pool.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_marketplace_image.py +2 -2
- pulumiverse_scaleway/get_mnq_sns.py +2 -2
- pulumiverse_scaleway/get_mnq_sqs.py +2 -2
- pulumiverse_scaleway/get_mongo_db_instance.py +2 -2
- pulumiverse_scaleway/get_object_bucket.py +2 -2
- pulumiverse_scaleway/get_object_bucket_policy.py +2 -2
- pulumiverse_scaleway/get_redis_cluster.py +2 -2
- pulumiverse_scaleway/get_registry_image.py +2 -2
- pulumiverse_scaleway/get_registry_image_tag.py +2 -2
- pulumiverse_scaleway/get_registry_namespace.py +2 -2
- pulumiverse_scaleway/get_secret.py +2 -2
- pulumiverse_scaleway/get_secret_version.py +2 -2
- pulumiverse_scaleway/get_tem_domain.py +2 -2
- pulumiverse_scaleway/get_vpc.py +2 -2
- pulumiverse_scaleway/get_vpc_gateway_network.py +2 -2
- pulumiverse_scaleway/get_vpc_private_network.py +2 -2
- pulumiverse_scaleway/get_vpc_public_gateway.py +2 -2
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +2 -2
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +2 -2
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +2 -2
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +2 -2
- pulumiverse_scaleway/get_vpc_routes.py +2 -2
- pulumiverse_scaleway/get_vpcs.py +2 -2
- pulumiverse_scaleway/get_web_host_offer.py +2 -2
- pulumiverse_scaleway/get_webhosting.py +2 -2
- pulumiverse_scaleway/instance_server.py +4 -9
- pulumiverse_scaleway/object_bucket.py +1 -1
- pulumiverse_scaleway/object_item.py +0 -49
- pulumiverse_scaleway/outputs.py +2 -2
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/redis_cluster.py +14 -49
- pulumiverse_scaleway/vpc_gateway_network.py +7 -7
- {pulumiverse_scaleway-1.22.0.dist-info → pulumiverse_scaleway-1.22.0a1734426838.dist-info}/METADATA +2 -2
- {pulumiverse_scaleway-1.22.0.dist-info → pulumiverse_scaleway-1.22.0a1734426838.dist-info}/RECORD +101 -102
- {pulumiverse_scaleway-1.22.0.dist-info → pulumiverse_scaleway-1.22.0a1734426838.dist-info}/WHEEL +1 -1
- pulumiverse_scaleway/get_cockpit_source.py +0 -262
- {pulumiverse_scaleway-1.22.0.dist-info → pulumiverse_scaleway-1.22.0a1734426838.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
|
39
|
+
:param pulumi.Input[bool] enable_dhcp: WWhether 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
|
-
|
|
114
|
+
WWhether 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:
|
|
192
|
+
:param pulumi.Input[bool] enable_dhcp: WWhether 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
|
-
|
|
270
|
+
WWhether 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:
|
|
521
|
+
:param pulumi.Input[bool] enable_dhcp: WWhether 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:
|
|
733
|
+
:param pulumi.Input[bool] enable_dhcp: WWhether 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
|
-
|
|
791
|
+
WWhether 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
|
|
{pulumiverse_scaleway-1.22.0.dist-info → pulumiverse_scaleway-1.22.0a1734426838.dist-info}/METADATA
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulumiverse_scaleway
|
|
3
|
-
Version: 1.22.
|
|
3
|
+
Version: 1.22.0a1734426838
|
|
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.
|
|
9
|
+
Requires-Python: >=3.8
|
|
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
|
{pulumiverse_scaleway-1.22.0.dist-info → pulumiverse_scaleway-1.22.0a1734426838.dist-info}/RECORD
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
pulumiverse_scaleway/__init__.py,sha256=
|
|
2
|
-
pulumiverse_scaleway/_inputs.py,sha256=
|
|
1
|
+
pulumiverse_scaleway/__init__.py,sha256=YyPQMbZZWKrTHnWGPxMndrmbHwB3MMioi7xhcHCgLU0,26206
|
|
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
|
|
11
11
|
pulumiverse_scaleway/cockpit_alert_manager.py,sha256=S0-xLe1HZli234rAQamGL1hrCUv_ZG3fwo7OdySN44Y,19196
|
|
12
|
-
pulumiverse_scaleway/cockpit_grafana_user.py,sha256=
|
|
13
|
-
pulumiverse_scaleway/cockpit_source.py,sha256=
|
|
12
|
+
pulumiverse_scaleway/cockpit_grafana_user.py,sha256=OUZW6YctUQ1S8n8t5ZW-2zbS9Ufl03u4GY3ijXt9Rkk,14138
|
|
13
|
+
pulumiverse_scaleway/cockpit_source.py,sha256=Inthzd2fRu1N89lugq0rdeL8Tf-ObGdcks0ge4DV4nw,21168
|
|
14
14
|
pulumiverse_scaleway/cockpit_token.py,sha256=an7fo6gaNyxk84Wi8uGxHq0lQYVwAud68wbLeaiauTQ,18729
|
|
15
15
|
pulumiverse_scaleway/container.py,sha256=pdpuCztv1CIRSd6UeXKKIHsgfKs61O6nViBt1SWn4R4,63506
|
|
16
16
|
pulumiverse_scaleway/container_cron.py,sha256=6vpf48FeeHZ-qQuGY92hR7HVHGo7XBt9Ri3JRDfhM1U,19073
|
|
@@ -35,92 +35,91 @@ 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=
|
|
40
|
-
pulumiverse_scaleway/get_availability_zones.py,sha256=
|
|
41
|
-
pulumiverse_scaleway/get_baremetal_offer.py,sha256=
|
|
42
|
-
pulumiverse_scaleway/get_baremetal_option.py,sha256=
|
|
43
|
-
pulumiverse_scaleway/get_baremetal_os.py,sha256=
|
|
44
|
-
pulumiverse_scaleway/get_baremetal_server.py,sha256=
|
|
45
|
-
pulumiverse_scaleway/get_billing_consumptions.py,sha256=
|
|
46
|
-
pulumiverse_scaleway/get_billing_invoices.py,sha256=
|
|
47
|
-
pulumiverse_scaleway/get_block_snapshot.py,sha256=
|
|
48
|
-
pulumiverse_scaleway/get_block_volume.py,sha256=
|
|
49
|
-
pulumiverse_scaleway/get_cockpit.py,sha256=
|
|
50
|
-
pulumiverse_scaleway/get_cockpit_plan.py,sha256=
|
|
51
|
-
pulumiverse_scaleway/
|
|
52
|
-
pulumiverse_scaleway/
|
|
53
|
-
pulumiverse_scaleway/
|
|
54
|
-
pulumiverse_scaleway/
|
|
55
|
-
pulumiverse_scaleway/
|
|
56
|
-
pulumiverse_scaleway/
|
|
57
|
-
pulumiverse_scaleway/
|
|
58
|
-
pulumiverse_scaleway/
|
|
59
|
-
pulumiverse_scaleway/
|
|
60
|
-
pulumiverse_scaleway/
|
|
61
|
-
pulumiverse_scaleway/
|
|
62
|
-
pulumiverse_scaleway/
|
|
63
|
-
pulumiverse_scaleway/
|
|
64
|
-
pulumiverse_scaleway/
|
|
65
|
-
pulumiverse_scaleway/
|
|
66
|
-
pulumiverse_scaleway/
|
|
67
|
-
pulumiverse_scaleway/
|
|
68
|
-
pulumiverse_scaleway/
|
|
69
|
-
pulumiverse_scaleway/
|
|
70
|
-
pulumiverse_scaleway/
|
|
71
|
-
pulumiverse_scaleway/
|
|
72
|
-
pulumiverse_scaleway/
|
|
73
|
-
pulumiverse_scaleway/
|
|
74
|
-
pulumiverse_scaleway/
|
|
75
|
-
pulumiverse_scaleway/
|
|
76
|
-
pulumiverse_scaleway/
|
|
77
|
-
pulumiverse_scaleway/
|
|
78
|
-
pulumiverse_scaleway/
|
|
79
|
-
pulumiverse_scaleway/
|
|
80
|
-
pulumiverse_scaleway/
|
|
81
|
-
pulumiverse_scaleway/
|
|
82
|
-
pulumiverse_scaleway/
|
|
83
|
-
pulumiverse_scaleway/
|
|
84
|
-
pulumiverse_scaleway/
|
|
85
|
-
pulumiverse_scaleway/
|
|
86
|
-
pulumiverse_scaleway/
|
|
87
|
-
pulumiverse_scaleway/
|
|
88
|
-
pulumiverse_scaleway/
|
|
89
|
-
pulumiverse_scaleway/
|
|
90
|
-
pulumiverse_scaleway/
|
|
91
|
-
pulumiverse_scaleway/
|
|
92
|
-
pulumiverse_scaleway/
|
|
93
|
-
pulumiverse_scaleway/
|
|
94
|
-
pulumiverse_scaleway/
|
|
95
|
-
pulumiverse_scaleway/
|
|
96
|
-
pulumiverse_scaleway/
|
|
97
|
-
pulumiverse_scaleway/
|
|
98
|
-
pulumiverse_scaleway/
|
|
99
|
-
pulumiverse_scaleway/
|
|
100
|
-
pulumiverse_scaleway/
|
|
101
|
-
pulumiverse_scaleway/
|
|
102
|
-
pulumiverse_scaleway/
|
|
103
|
-
pulumiverse_scaleway/
|
|
104
|
-
pulumiverse_scaleway/
|
|
105
|
-
pulumiverse_scaleway/
|
|
106
|
-
pulumiverse_scaleway/
|
|
107
|
-
pulumiverse_scaleway/
|
|
108
|
-
pulumiverse_scaleway/
|
|
109
|
-
pulumiverse_scaleway/
|
|
110
|
-
pulumiverse_scaleway/
|
|
111
|
-
pulumiverse_scaleway/
|
|
112
|
-
pulumiverse_scaleway/
|
|
113
|
-
pulumiverse_scaleway/
|
|
114
|
-
pulumiverse_scaleway/
|
|
115
|
-
pulumiverse_scaleway/
|
|
116
|
-
pulumiverse_scaleway/
|
|
117
|
-
pulumiverse_scaleway/
|
|
118
|
-
pulumiverse_scaleway/
|
|
119
|
-
pulumiverse_scaleway/
|
|
120
|
-
pulumiverse_scaleway/
|
|
121
|
-
pulumiverse_scaleway/
|
|
122
|
-
pulumiverse_scaleway/
|
|
123
|
-
pulumiverse_scaleway/get_webhosting.py,sha256=eCgGvkuB-uOXE4DQ7wxaQWK9QvEexz2gtOzPXBzaZps,13933
|
|
38
|
+
pulumiverse_scaleway/get_account_project.py,sha256=BsZuMHHDojYMk1jcEGTgSAZrh4ogUWm7vv14yDbWTPk,7633
|
|
39
|
+
pulumiverse_scaleway/get_account_ssh_key.py,sha256=5LWIKzPVh1tf_blxZiM68H_0oryN1MXc_kUDiB28bBE,8955
|
|
40
|
+
pulumiverse_scaleway/get_availability_zones.py,sha256=z4N2eeoBuhu1wFPscRPtJ2k32Wxxsbj-8fl48oJjdns,5331
|
|
41
|
+
pulumiverse_scaleway/get_baremetal_offer.py,sha256=cJCt80gBgDHvKf3mIJake_41iAFb4N7RqBJhVVHuvL0,10420
|
|
42
|
+
pulumiverse_scaleway/get_baremetal_option.py,sha256=Wf72C57sKkgKBFdUXfmEkMFhTBYc2fXNGwH5hbHwTkE,6347
|
|
43
|
+
pulumiverse_scaleway/get_baremetal_os.py,sha256=VZgvZZMnV-ePkyuWB_vNUUtDh2AebI000UaXQVgKh4g,6677
|
|
44
|
+
pulumiverse_scaleway/get_baremetal_server.py,sha256=6g1ObRt2l4DVfI58OGGsPDg9vFfR4I6dnhLa8BLU68w,17783
|
|
45
|
+
pulumiverse_scaleway/get_billing_consumptions.py,sha256=sVhXikEQqMeVmiCOZoQUML2VEINlyB7tgTlY-kdbaWs,5320
|
|
46
|
+
pulumiverse_scaleway/get_billing_invoices.py,sha256=KVZDQFzvBYbO17AgH9UddKBP4nfu7EaDpucd_VfsgmE,6774
|
|
47
|
+
pulumiverse_scaleway/get_block_snapshot.py,sha256=TP6I8mYo6xKov8jabU3pZ0Cp8bSO9Ayck05hGpnG5M4,7675
|
|
48
|
+
pulumiverse_scaleway/get_block_volume.py,sha256=qvXfKK2fxg5X7UaP3ghrRlCkc6yYStMx4eo88ilVl3A,8015
|
|
49
|
+
pulumiverse_scaleway/get_cockpit.py,sha256=AW5MY4GkUPYjDGNJJuO_uOAuMU7xxH-f6VQw4-Xhoe0,8515
|
|
50
|
+
pulumiverse_scaleway/get_cockpit_plan.py,sha256=vU7JCOSn5e01UQDcVfzweZoELCyBDenX4MBLoltzupI,4990
|
|
51
|
+
pulumiverse_scaleway/get_config.py,sha256=BaWCAAImkzRmhcsPH7BCaLY9pIq3kyeQ0Ke5Te9kQr0,7427
|
|
52
|
+
pulumiverse_scaleway/get_container.py,sha256=k4oYtDyE-8hs8JLDHpbJSpeYk_Yx0WyY-BQDjqITWUA,22149
|
|
53
|
+
pulumiverse_scaleway/get_container_namespace.py,sha256=tauj4O4cxPp_wn-DE9B6TuV3l3eFAQiq6lslVa2gU0E,12882
|
|
54
|
+
pulumiverse_scaleway/get_database.py,sha256=Yw7ajm0OLLDRV2Ta9j6-XGPaW4DchE_KZ-wy7Q1mFh4,6424
|
|
55
|
+
pulumiverse_scaleway/get_database_acl.py,sha256=EtlKA_amQF3osvONskJNUOIYz3sgoKK_8S22d2gIbYI,5353
|
|
56
|
+
pulumiverse_scaleway/get_database_backup.py,sha256=FM3-ZxDZxpec62oEmbhNAkit-1TCDrCZRt7XPn8MlFU,10405
|
|
57
|
+
pulumiverse_scaleway/get_database_instance.py,sha256=6xyVl-96HEiJVRiJPBe-DJn31pUueN0h3sUxjBsJzNU,18942
|
|
58
|
+
pulumiverse_scaleway/get_database_privilege.py,sha256=cI0LMzhntg0iHFYm1XYmRm7fcOWldW0k8m1FabhCz30,7314
|
|
59
|
+
pulumiverse_scaleway/get_domain_record.py,sha256=JLHzAsLn70Q6BlZ4BHbg8wecBlHE_dvTnF7_PC6hTro,14938
|
|
60
|
+
pulumiverse_scaleway/get_domain_zone.py,sha256=SQZN2hA1Hepr3PwH6To5rZyc9Ri5QlA6tiroa24A-6c,7865
|
|
61
|
+
pulumiverse_scaleway/get_flexible_ip.py,sha256=SN4OKjLwD5NRJijf3F1UlUC-n0BA6pc6-j8cmpSHA70,9944
|
|
62
|
+
pulumiverse_scaleway/get_flexible_ips.py,sha256=Hz6Qi4W_Bed_pSKHCQnHdo4F73HpZPepj1ahBzL3oAU,8956
|
|
63
|
+
pulumiverse_scaleway/get_function.py,sha256=AVXuTxFmEfzkixhVDuAw-SEdiI_3Y0BJ4vC7i2pgwn0,16545
|
|
64
|
+
pulumiverse_scaleway/get_function_namespace.py,sha256=Wo1js3kdD6UozYtsplvdC5whjUXDzE2kE6FhUJF6Rb0,11288
|
|
65
|
+
pulumiverse_scaleway/get_iam_api_key.py,sha256=irIp68T5E4G0fD_yyfhdu7a0-V3uxmIjyMpZwL2JqNM,8449
|
|
66
|
+
pulumiverse_scaleway/get_iam_application.py,sha256=Hp07qtwQHsyVvLmO-2IAjFlI6rYQwnVH9LBdxqJzYrM,8334
|
|
67
|
+
pulumiverse_scaleway/get_iam_group.py,sha256=HErvlD3NzfIm_unLAR3b0VH3jLxP6iwpfyVtW0w2X-A,9448
|
|
68
|
+
pulumiverse_scaleway/get_iam_ssh_key.py,sha256=s9xsIkpaUPQOxiR4pJ5OUMAzDu2e4uuJHEhAMCwEarQ,8321
|
|
69
|
+
pulumiverse_scaleway/get_iam_user.py,sha256=5BgBzcSyksr121eUJEri1EoF7n7cXsFwP4jFKPmAb5M,6811
|
|
70
|
+
pulumiverse_scaleway/get_instance_image.py,sha256=P7XvMqJSYY01zfOvjcKdyDJ_vEFQScd6BWPhqyTcRH8,13054
|
|
71
|
+
pulumiverse_scaleway/get_instance_ip.py,sha256=n0wVT0Amj7sCNFxnvC7927ROFoPtRkYboSLnL22ECoQ,7456
|
|
72
|
+
pulumiverse_scaleway/get_instance_placement_group.py,sha256=uEooaftFK-yyCVcU_1PQiIRyjePpgriuPbTeCls0MLc,9417
|
|
73
|
+
pulumiverse_scaleway/get_instance_private_nic.py,sha256=1apEIMhBM5QSbmrAYGF4g2YVeiWejhkMPrjghbMhVmY,9974
|
|
74
|
+
pulumiverse_scaleway/get_instance_security_group.py,sha256=pRuFyHNMorLE3QN0EozaarKOyR5vRDWqv9y5_Mec2tI,12496
|
|
75
|
+
pulumiverse_scaleway/get_instance_server.py,sha256=GONi4DlfOiPGqwqhyslktRvKbDGN-FRsFNH7FXGsUxY,22254
|
|
76
|
+
pulumiverse_scaleway/get_instance_servers.py,sha256=N8yKv3X7FFNDVTmkRLpCkKGK_AaK5BPtw07JgnCm1Pc,7188
|
|
77
|
+
pulumiverse_scaleway/get_instance_snapshot.py,sha256=8ojEK03zAl_PUcrAerB9tdWJO48ETSSKDfvRETCHSzU,9904
|
|
78
|
+
pulumiverse_scaleway/get_instance_volume.py,sha256=MUl65PBaaIV2z3FkKKvSLxA3X5omhCtTzD5bY5o3zk4,8762
|
|
79
|
+
pulumiverse_scaleway/get_iot_device.py,sha256=NEj3MgQKAMLYMR_3WDyq7gpqnjMNxLUxuCGiLTwSUDQ,10957
|
|
80
|
+
pulumiverse_scaleway/get_iot_hub.py,sha256=gODxokbL6SjwZKSUbRKD-3lx6JH8Nl2YdXiASdXso0Q,13879
|
|
81
|
+
pulumiverse_scaleway/get_ipam_ip.py,sha256=mW-92rvpfyUTguTzxzDChtPnpHyC8didUz9VidvBvi0,17113
|
|
82
|
+
pulumiverse_scaleway/get_ipam_ips.py,sha256=Q6ylNoNRYbCH2Jkb4rdG6nw_IKXqobg3eIQyMxBRU00,13715
|
|
83
|
+
pulumiverse_scaleway/get_k8s_version.py,sha256=qGF8asN9qL4-KIeC5SYpYutaAUDb2nb_Q4P5heHPpUI,7332
|
|
84
|
+
pulumiverse_scaleway/get_kubernetes_cluster.py,sha256=N2HiMUFmI-v2iem0GAPFow9MhdeQIqo9HRffaZS83Bo,18195
|
|
85
|
+
pulumiverse_scaleway/get_kubernetes_node_pool.py,sha256=DDcn1EePBis27XEHG5bxS1UJ3SwUvZv2qzbDHGlZyhA,18631
|
|
86
|
+
pulumiverse_scaleway/get_lb_acls.py,sha256=9_cHeIqyFdSC1KIU48m7qlLGc8S3wajYe71XiTfO_eE,7975
|
|
87
|
+
pulumiverse_scaleway/get_lb_backend.py,sha256=AWyVod0JMrQ6WsHCFxYzeToufM7-CNK6wxDiT1CghW4,23786
|
|
88
|
+
pulumiverse_scaleway/get_lb_backends.py,sha256=i1IlCFzqdKb9z2Ufe6Ol1yjHmVOB6NlLJVP_--jrP1M,7737
|
|
89
|
+
pulumiverse_scaleway/get_lb_frontend.py,sha256=w8UCJLb2ZLb8RAkU4VZLuOpwZt_mScC-_PCUN2uICOQ,11128
|
|
90
|
+
pulumiverse_scaleway/get_lb_frontends.py,sha256=gnR00leW1xMdu99L3mmyCtisFJSFrrZVIz5QnjYZk60,7817
|
|
91
|
+
pulumiverse_scaleway/get_lb_ips.py,sha256=ydjGDbNvAmI7kneR897D9XS46twvJx2xQ_o53HSGvXY,8235
|
|
92
|
+
pulumiverse_scaleway/get_lb_route.py,sha256=F6dMtCerIkPe4rpP2YvSvIZl1hoGqxMrkcUTezwXnNc,8168
|
|
93
|
+
pulumiverse_scaleway/get_lb_routes.py,sha256=458uBdjDM7FXhpmtuJRvM6fTBhHelMvy9NHRyrkVqDI,7109
|
|
94
|
+
pulumiverse_scaleway/get_lbs.py,sha256=k2bLFrLFX0E6CR-9eeeqgZjo4RgRT-bRiTkOmT9wmf0,7376
|
|
95
|
+
pulumiverse_scaleway/get_loadbalancer.py,sha256=4BPoNed95re-6v3_Md5RjnXHA9FB18GJbwnZX2rmZMU,14201
|
|
96
|
+
pulumiverse_scaleway/get_loadbalancer_certificate.py,sha256=81Hv580xPed8WjrIU2iUaJa9rPjlN-hMzdDRC6y7a04,10950
|
|
97
|
+
pulumiverse_scaleway/get_loadbalancer_ip.py,sha256=XTgwpjkEym6eP41rT7aVIYiQBDku0_aWV8I0dLzAH98,9450
|
|
98
|
+
pulumiverse_scaleway/get_marketplace_image.py,sha256=5WWQHKsgrfy_fYtpMY5D8L7GxtrJM-PvRjFh8baCxrs,5780
|
|
99
|
+
pulumiverse_scaleway/get_mnq_sns.py,sha256=dIZ27qfbABpoewlpLgYq0VAPRTiVe0Vrgma7Do_ilG0,5024
|
|
100
|
+
pulumiverse_scaleway/get_mnq_sqs.py,sha256=01gry1BX4cK76ffjHS4EYRvEoKrM1VdAMKe8nt_eeV0,5024
|
|
101
|
+
pulumiverse_scaleway/get_mongo_db_instance.py,sha256=NkYF3FFq6XU0AtOJbM1XiGhaGEYFEBfqfXi0Nvk8Rs8,13520
|
|
102
|
+
pulumiverse_scaleway/get_object_bucket.py,sha256=qy4xH4S4V4G85UqU_XSH5JzFcc2QOFpJpKr4vw97bZw,11206
|
|
103
|
+
pulumiverse_scaleway/get_object_bucket_policy.py,sha256=uZn6WNmFr0_AgdYkllLN7CK3wfKlCWA4ORLw7D1hN6M,6293
|
|
104
|
+
pulumiverse_scaleway/get_redis_cluster.py,sha256=ge4tA0FHHoqdgCFmSnz7KKFhrDYxkZAf-EGfM6ovw6s,13997
|
|
105
|
+
pulumiverse_scaleway/get_registry_image.py,sha256=OgPz7WxGbiRaswIp6H_KMW1Bm3yJDC1QQo74fdhuh3U,9639
|
|
106
|
+
pulumiverse_scaleway/get_registry_image_tag.py,sha256=nDL11suHIVvYcPl4eY1xaKNQophrShYfquWcGlmi5EI,9292
|
|
107
|
+
pulumiverse_scaleway/get_registry_namespace.py,sha256=oc7kuKSlFao3pXytQCr2GQVmozNsfwbK4l5WQ6U_lmQ,8187
|
|
108
|
+
pulumiverse_scaleway/get_secret.py,sha256=N_hgoRks-qZZNDLEv7NjKs0VBs18hg5Y1cyJA54_2FI,14095
|
|
109
|
+
pulumiverse_scaleway/get_secret_version.py,sha256=K-sNkCYl6W0rGIjzL5R7xhyQ9Ap_tZtEu2miz8lh380,15126
|
|
110
|
+
pulumiverse_scaleway/get_tem_domain.py,sha256=6zy9KWiNdISVNAR4Lqejzi7sKtMH_pN4Ff5ckTPaWGA,16654
|
|
111
|
+
pulumiverse_scaleway/get_vpc.py,sha256=yCKS9dU3qf5D1EGJKrHCAora_rT4rPEiVUrrAubwews,9753
|
|
112
|
+
pulumiverse_scaleway/get_vpc_gateway_network.py,sha256=34rsg-BdL4YbTdvTusjOnDvPsEpcmS7AkGo3V13kjlg,12409
|
|
113
|
+
pulumiverse_scaleway/get_vpc_private_network.py,sha256=1DHlC5zRqersUHo9TwvS8dm2WEoAY9WB3-o-CqScK-U,11945
|
|
114
|
+
pulumiverse_scaleway/get_vpc_public_gateway.py,sha256=iH_RV6J5nRt87JDh7RQ389T7MZwSYNFTPQ1HsXuudqU,12573
|
|
115
|
+
pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py,sha256=AAiLUwHr3Dog3E6Q43I8CLWH56oGnHHRHID-J_vJBHg,13120
|
|
116
|
+
pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py,sha256=9_bNq-QB8Q9SC1JfUpr4vh5kW9aox3h0w-9fVmnI21E,17234
|
|
117
|
+
pulumiverse_scaleway/get_vpc_public_gateway_ip.py,sha256=AmyWLoTgAN4TCbdhtHAJEHQWxk-l6PIstpEZB-z4i7w,7725
|
|
118
|
+
pulumiverse_scaleway/get_vpc_public_pat_rule.py,sha256=H-nx9hfiheF6dR1e1x0OzLkjdK8Sdrt-Y7pDr8psTiE,12034
|
|
119
|
+
pulumiverse_scaleway/get_vpc_routes.py,sha256=nhBiRMiHuqkAiSV3jL8i0xYVSvcsT1gZ5m51TrhAh6o,9794
|
|
120
|
+
pulumiverse_scaleway/get_vpcs.py,sha256=5M9J9qpkltvkxwJqd4jsK2MgS-ENbA3wbR4b-5lr1NE,6612
|
|
121
|
+
pulumiverse_scaleway/get_web_host_offer.py,sha256=1kS5YgZGzC6gPbdhVaL3EuBAQoRt5DUeQN5KSQk88wM,7184
|
|
122
|
+
pulumiverse_scaleway/get_webhosting.py,sha256=dGQSDSFBs8vSsppMrcvZCW6Z0JsJ9-7jLuv57V92mgQ,13892
|
|
124
123
|
pulumiverse_scaleway/iam_api_key.py,sha256=MwEoIJfEzCJO9qC8GUYpBFRm6AgwiPQFowFav-RiWZU,24599
|
|
125
124
|
pulumiverse_scaleway/iam_application.py,sha256=iuc2pSPt8f_fvdRnwcXcvE4hS6eSzdSu605Mory_PZ0,16297
|
|
126
125
|
pulumiverse_scaleway/iam_group.py,sha256=4c5crp7FJdkgHosIqxzpxxsvEYXR7CmrnTLgw7JWJ8I,23414
|
|
@@ -136,7 +135,7 @@ pulumiverse_scaleway/instance_placement_group.py,sha256=MFMit29D_GR3CR1WDXDFbZRT
|
|
|
136
135
|
pulumiverse_scaleway/instance_private_nic.py,sha256=sfgvywxZqS_NraKPmmYWKXc-Tm33nqmMOBa25mnE5wE,22228
|
|
137
136
|
pulumiverse_scaleway/instance_security_group.py,sha256=ZAGUmOZ_TfoIqyNLM79XwwRWIN_8M7TY1spDOsrnJoI,36463
|
|
138
137
|
pulumiverse_scaleway/instance_security_group_rules.py,sha256=fTtpJb-1C-3v8KuifuAI-kO2A07X4-1uCnSgHyvmy3U,20598
|
|
139
|
-
pulumiverse_scaleway/instance_server.py,sha256=
|
|
138
|
+
pulumiverse_scaleway/instance_server.py,sha256=2ioVcdHAU6yhzHFRvdTk3adk42lZFp5eV2npSVsf9t8,98996
|
|
140
139
|
pulumiverse_scaleway/instance_snapshot.py,sha256=7Xmwb37dJ9SfQC10iM3C4CeNFuyYekbTZG0-r_u_2rI,26212
|
|
141
140
|
pulumiverse_scaleway/instance_user_data.py,sha256=kodKcDiIYlUI-Ihqfpekbej534OW0ml149zK79jFMDk,16897
|
|
142
141
|
pulumiverse_scaleway/instance_volume.py,sha256=u8efM0Gj4MBJwvOyjexN2tEaj_bh9kN3D8e3-fR35yM,22511
|
|
@@ -167,17 +166,17 @@ pulumiverse_scaleway/mnq_sqs_credentials.py,sha256=wz2vB6M_AbXAu7hGNyO_fJ7jrr0sD
|
|
|
167
166
|
pulumiverse_scaleway/mnq_sqs_queue.py,sha256=elsYeDj0oVvUZoG0XJRX36I0gIUT_PWijbcEdcv4jgs,37517
|
|
168
167
|
pulumiverse_scaleway/mongo_db_instance.py,sha256=GdglwSVcLrM1SyrcF-yyhtW10J0BCfY77h-HC2_uxg0,36263
|
|
169
168
|
pulumiverse_scaleway/mongo_db_snapshot.py,sha256=YpffpGUedaN_5ZLLDV2iWir-q8mENXwcHX0BUQrMjdk,20821
|
|
170
|
-
pulumiverse_scaleway/object_bucket.py,sha256
|
|
169
|
+
pulumiverse_scaleway/object_bucket.py,sha256=-tPK6G7XkUuc17f_BNgx0bUDBgFImRilUnKva5raXOs,40466
|
|
171
170
|
pulumiverse_scaleway/object_bucket_acl.py,sha256=klwRuuR2zaiPT6H9VFE3l5jqQmsPIZ-UHbmu89oXFBE,26334
|
|
172
171
|
pulumiverse_scaleway/object_bucket_lock_configuration.py,sha256=dGlZSNqhU9ZVAov7hnc5Esg4n2dtUm-9GlK7VdO-qmk,16287
|
|
173
172
|
pulumiverse_scaleway/object_bucket_policy.py,sha256=GxGiWrEevynIea2zuGVLm9KTPdIN3LYy4KaoEN0CuMg,25181
|
|
174
173
|
pulumiverse_scaleway/object_bucket_website_configuration.py,sha256=WU1OVhYpVZz9UYhbCH-Hv8_odRTBkb5OoGoVkoTUccc,23900
|
|
175
|
-
pulumiverse_scaleway/object_item.py,sha256=
|
|
176
|
-
pulumiverse_scaleway/outputs.py,sha256=
|
|
174
|
+
pulumiverse_scaleway/object_item.py,sha256=bGt9KrQkEYrvZqhfl_8OdPUElGFQ9cu5SKqIOrXvdmQ,31011
|
|
175
|
+
pulumiverse_scaleway/outputs.py,sha256=HM0NDzWCbjEgQwfmSWLVtrkr2IYebORVPxGpdKoFF7c,411452
|
|
177
176
|
pulumiverse_scaleway/provider.py,sha256=peWeLAx4wsEDPL35OtX2F5JKvy1SDcIAjyNwBA-VLW0,12821
|
|
178
|
-
pulumiverse_scaleway/pulumi-plugin.json,sha256=
|
|
177
|
+
pulumiverse_scaleway/pulumi-plugin.json,sha256=u_vFXp6INVnzsAPbpj3FWOC6bAmHv8WhgUse2oNsf2M,136
|
|
179
178
|
pulumiverse_scaleway/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
180
|
-
pulumiverse_scaleway/redis_cluster.py,sha256=
|
|
179
|
+
pulumiverse_scaleway/redis_cluster.py,sha256=g30_Gfl9YKsRegXj0BE4K6SWfhhweWOcTqoweAaoC5k,53091
|
|
181
180
|
pulumiverse_scaleway/registry_namespace.py,sha256=d_zZrGqutVEIdjORSO0WzrBI0Jlwy5H4hNxyX-eHRCQ,17828
|
|
182
181
|
pulumiverse_scaleway/sdb_database.py,sha256=Zihhm2-Tx-_yKl01N8nt7ojm3LY4sYSMriutoprBBzA,16700
|
|
183
182
|
pulumiverse_scaleway/secret.py,sha256=16q5BS46TyFCTLlj-JnIBdStCGYaJqZGb9kVbYaR8sE,28547
|
|
@@ -186,7 +185,7 @@ pulumiverse_scaleway/tem_domain.py,sha256=DVdDJDPSstz3yhMQfg1K2Lt8OHR5l4-Asp6ppG
|
|
|
186
185
|
pulumiverse_scaleway/tem_domain_validation.py,sha256=eLjAHXpyP0dQSzlaFsVtSuMHj-j5rYkRWxB84y29dHs,13518
|
|
187
186
|
pulumiverse_scaleway/tem_webhook.py,sha256=fiBNePp3nHMFYt3lTpDLQE0cca73HTnoaTdMSpID3aM,24920
|
|
188
187
|
pulumiverse_scaleway/vpc.py,sha256=nZfAUGwpZvNQBquPOh_WXCbHM6n2NZbkOSlSmf4h6yo,20404
|
|
189
|
-
pulumiverse_scaleway/vpc_gateway_network.py,sha256=
|
|
188
|
+
pulumiverse_scaleway/vpc_gateway_network.py,sha256=G5PxiOVu5L-AorxVU_yixnChuC8JFb8lgKBxtcpaFIw,37688
|
|
190
189
|
pulumiverse_scaleway/vpc_private_network.py,sha256=g_0G28t9CibC5od5JvD_ZtQeIovWtI8Ma8PYx4hPNvs,31161
|
|
191
190
|
pulumiverse_scaleway/vpc_public_gateway.py,sha256=QAtgktecBfWQ0qWgeu-amWcG2OfIBvcyfrs2NR5_dzg,32396
|
|
192
191
|
pulumiverse_scaleway/vpc_public_gateway_dhcp.py,sha256=qNhuktK5YYykOhdtI0MqBDzeTaOKNxYRtXSL_ypKuMc,45702
|
|
@@ -199,7 +198,7 @@ pulumiverse_scaleway/webhosting.py,sha256=ITSACl6FDSRz0_YPJhtiEVfnKiWeIRGGvgfsuw
|
|
|
199
198
|
pulumiverse_scaleway/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
200
199
|
pulumiverse_scaleway/config/__init__.pyi,sha256=BHsZ5qXz88BMFi_l7oW5X1wTGLrA-F2BGKK1orsUZCM,1036
|
|
201
200
|
pulumiverse_scaleway/config/vars.py,sha256=kOAHH8xWWS2SXrnyuSDW0mJbWUok5L_42GjO_lmbqXo,2129
|
|
202
|
-
pulumiverse_scaleway-1.22.
|
|
203
|
-
pulumiverse_scaleway-1.22.
|
|
204
|
-
pulumiverse_scaleway-1.22.
|
|
205
|
-
pulumiverse_scaleway-1.22.
|
|
201
|
+
pulumiverse_scaleway-1.22.0a1734426838.dist-info/METADATA,sha256=7OoIyZu6mFS2pFdpGYZoveIus1PQTf-gZafGo06HvVI,2049
|
|
202
|
+
pulumiverse_scaleway-1.22.0a1734426838.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
203
|
+
pulumiverse_scaleway-1.22.0a1734426838.dist-info/top_level.txt,sha256=nZh5pqyc9FpoAll32zwyBXyAUg_m-XQXqk_YOJ5Ih2g,21
|
|
204
|
+
pulumiverse_scaleway-1.22.0a1734426838.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from . import _utilities
|
|
16
|
-
|
|
17
|
-
__all__ = [
|
|
18
|
-
'GetCockpitSourceResult',
|
|
19
|
-
'AwaitableGetCockpitSourceResult',
|
|
20
|
-
'get_cockpit_source',
|
|
21
|
-
'get_cockpit_source_output',
|
|
22
|
-
]
|
|
23
|
-
|
|
24
|
-
@pulumi.output_type
|
|
25
|
-
class GetCockpitSourceResult:
|
|
26
|
-
"""
|
|
27
|
-
A collection of values returned by getCockpitSource.
|
|
28
|
-
"""
|
|
29
|
-
def __init__(__self__, created_at=None, id=None, name=None, origin=None, project_id=None, region=None, retention_days=None, synchronized_with_grafana=None, type=None, updated_at=None, url=None):
|
|
30
|
-
if created_at and not isinstance(created_at, str):
|
|
31
|
-
raise TypeError("Expected argument 'created_at' to be a str")
|
|
32
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
33
|
-
if id and not isinstance(id, str):
|
|
34
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
-
pulumi.set(__self__, "id", id)
|
|
36
|
-
if name and not isinstance(name, str):
|
|
37
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
38
|
-
pulumi.set(__self__, "name", name)
|
|
39
|
-
if origin and not isinstance(origin, str):
|
|
40
|
-
raise TypeError("Expected argument 'origin' to be a str")
|
|
41
|
-
pulumi.set(__self__, "origin", origin)
|
|
42
|
-
if project_id and not isinstance(project_id, str):
|
|
43
|
-
raise TypeError("Expected argument 'project_id' to be a str")
|
|
44
|
-
pulumi.set(__self__, "project_id", project_id)
|
|
45
|
-
if region and not isinstance(region, str):
|
|
46
|
-
raise TypeError("Expected argument 'region' to be a str")
|
|
47
|
-
pulumi.set(__self__, "region", region)
|
|
48
|
-
if retention_days and not isinstance(retention_days, int):
|
|
49
|
-
raise TypeError("Expected argument 'retention_days' to be a int")
|
|
50
|
-
pulumi.set(__self__, "retention_days", retention_days)
|
|
51
|
-
if synchronized_with_grafana and not isinstance(synchronized_with_grafana, bool):
|
|
52
|
-
raise TypeError("Expected argument 'synchronized_with_grafana' to be a bool")
|
|
53
|
-
pulumi.set(__self__, "synchronized_with_grafana", synchronized_with_grafana)
|
|
54
|
-
if type and not isinstance(type, str):
|
|
55
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
56
|
-
pulumi.set(__self__, "type", type)
|
|
57
|
-
if updated_at and not isinstance(updated_at, str):
|
|
58
|
-
raise TypeError("Expected argument 'updated_at' to be a str")
|
|
59
|
-
pulumi.set(__self__, "updated_at", updated_at)
|
|
60
|
-
if url and not isinstance(url, str):
|
|
61
|
-
raise TypeError("Expected argument 'url' to be a str")
|
|
62
|
-
pulumi.set(__self__, "url", url)
|
|
63
|
-
|
|
64
|
-
@property
|
|
65
|
-
@pulumi.getter(name="createdAt")
|
|
66
|
-
def created_at(self) -> str:
|
|
67
|
-
"""
|
|
68
|
-
The date and time the data source was created (in RFC 3339 format).
|
|
69
|
-
"""
|
|
70
|
-
return pulumi.get(self, "created_at")
|
|
71
|
-
|
|
72
|
-
@property
|
|
73
|
-
@pulumi.getter
|
|
74
|
-
def id(self) -> str:
|
|
75
|
-
"""
|
|
76
|
-
The unique identifier of the data source in the `{region}/{id}` format.
|
|
77
|
-
"""
|
|
78
|
-
return pulumi.get(self, "id")
|
|
79
|
-
|
|
80
|
-
@property
|
|
81
|
-
@pulumi.getter
|
|
82
|
-
def name(self) -> str:
|
|
83
|
-
return pulumi.get(self, "name")
|
|
84
|
-
|
|
85
|
-
@property
|
|
86
|
-
@pulumi.getter
|
|
87
|
-
def origin(self) -> str:
|
|
88
|
-
"""
|
|
89
|
-
The origin of the data source.
|
|
90
|
-
"""
|
|
91
|
-
return pulumi.get(self, "origin")
|
|
92
|
-
|
|
93
|
-
@property
|
|
94
|
-
@pulumi.getter(name="projectId")
|
|
95
|
-
def project_id(self) -> str:
|
|
96
|
-
return pulumi.get(self, "project_id")
|
|
97
|
-
|
|
98
|
-
@property
|
|
99
|
-
@pulumi.getter
|
|
100
|
-
def region(self) -> str:
|
|
101
|
-
return pulumi.get(self, "region")
|
|
102
|
-
|
|
103
|
-
@property
|
|
104
|
-
@pulumi.getter(name="retentionDays")
|
|
105
|
-
def retention_days(self) -> int:
|
|
106
|
-
"""
|
|
107
|
-
The number of days the data is retained in the data source.
|
|
108
|
-
"""
|
|
109
|
-
return pulumi.get(self, "retention_days")
|
|
110
|
-
|
|
111
|
-
@property
|
|
112
|
-
@pulumi.getter(name="synchronizedWithGrafana")
|
|
113
|
-
def synchronized_with_grafana(self) -> bool:
|
|
114
|
-
"""
|
|
115
|
-
Indicates whether the data source is synchronized with Grafana.
|
|
116
|
-
"""
|
|
117
|
-
return pulumi.get(self, "synchronized_with_grafana")
|
|
118
|
-
|
|
119
|
-
@property
|
|
120
|
-
@pulumi.getter
|
|
121
|
-
def type(self) -> str:
|
|
122
|
-
return pulumi.get(self, "type")
|
|
123
|
-
|
|
124
|
-
@property
|
|
125
|
-
@pulumi.getter(name="updatedAt")
|
|
126
|
-
def updated_at(self) -> str:
|
|
127
|
-
"""
|
|
128
|
-
The date and time the data source was last updated (in RFC 3339 format).
|
|
129
|
-
"""
|
|
130
|
-
return pulumi.get(self, "updated_at")
|
|
131
|
-
|
|
132
|
-
@property
|
|
133
|
-
@pulumi.getter
|
|
134
|
-
def url(self) -> str:
|
|
135
|
-
"""
|
|
136
|
-
The URL of the Cockpit data source.
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "url")
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
class AwaitableGetCockpitSourceResult(GetCockpitSourceResult):
|
|
142
|
-
# pylint: disable=using-constant-test
|
|
143
|
-
def __await__(self):
|
|
144
|
-
if False:
|
|
145
|
-
yield self
|
|
146
|
-
return GetCockpitSourceResult(
|
|
147
|
-
created_at=self.created_at,
|
|
148
|
-
id=self.id,
|
|
149
|
-
name=self.name,
|
|
150
|
-
origin=self.origin,
|
|
151
|
-
project_id=self.project_id,
|
|
152
|
-
region=self.region,
|
|
153
|
-
retention_days=self.retention_days,
|
|
154
|
-
synchronized_with_grafana=self.synchronized_with_grafana,
|
|
155
|
-
type=self.type,
|
|
156
|
-
updated_at=self.updated_at,
|
|
157
|
-
url=self.url)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
def get_cockpit_source(id: Optional[str] = None,
|
|
161
|
-
name: Optional[str] = None,
|
|
162
|
-
origin: Optional[str] = None,
|
|
163
|
-
project_id: Optional[str] = None,
|
|
164
|
-
type: Optional[str] = None,
|
|
165
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCockpitSourceResult:
|
|
166
|
-
"""
|
|
167
|
-
The `CockpitSource` data source allows you to retrieve information about a specific [data source](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#data-sources) in Scaleway's Cockpit.
|
|
168
|
-
|
|
169
|
-
Refer to Cockpit's [product documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/) and [API documentation](https://www.scaleway.com/en/developers/api/cockpit/regional-api) for more information.
|
|
170
|
-
|
|
171
|
-
## Example Usage
|
|
172
|
-
|
|
173
|
-
### Retrieve a specific data source by ID
|
|
174
|
-
|
|
175
|
-
The following example retrieves a Cockpit data source by its unique ID.
|
|
176
|
-
|
|
177
|
-
```python
|
|
178
|
-
import pulumi
|
|
179
|
-
import pulumi_scaleway as scaleway
|
|
180
|
-
|
|
181
|
-
example = scaleway.get_cockpit_source(id="fr-par/11111111-1111-1111-1111-111111111111")
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
:param str id: The unique identifier of the Cockpit data source in the `{region}/{id}` format. If specified, other filters are ignored.
|
|
186
|
-
:param str name: The name of the data source.
|
|
187
|
-
:param str origin: The origin of the data source. Possible values are:
|
|
188
|
-
:param str project_id: The ID of the Project the data source is associated with. Defaults to the Project ID specified in the provider configuration.
|
|
189
|
-
:param str type: The [type](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#data-types) of data source. Possible values are: `metrics`, `logs`, or `traces`.
|
|
190
|
-
"""
|
|
191
|
-
__args__ = dict()
|
|
192
|
-
__args__['id'] = id
|
|
193
|
-
__args__['name'] = name
|
|
194
|
-
__args__['origin'] = origin
|
|
195
|
-
__args__['projectId'] = project_id
|
|
196
|
-
__args__['type'] = type
|
|
197
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
198
|
-
__ret__ = pulumi.runtime.invoke('scaleway:index/getCockpitSource:getCockpitSource', __args__, opts=opts, typ=GetCockpitSourceResult).value
|
|
199
|
-
|
|
200
|
-
return AwaitableGetCockpitSourceResult(
|
|
201
|
-
created_at=pulumi.get(__ret__, 'created_at'),
|
|
202
|
-
id=pulumi.get(__ret__, 'id'),
|
|
203
|
-
name=pulumi.get(__ret__, 'name'),
|
|
204
|
-
origin=pulumi.get(__ret__, 'origin'),
|
|
205
|
-
project_id=pulumi.get(__ret__, 'project_id'),
|
|
206
|
-
region=pulumi.get(__ret__, 'region'),
|
|
207
|
-
retention_days=pulumi.get(__ret__, 'retention_days'),
|
|
208
|
-
synchronized_with_grafana=pulumi.get(__ret__, 'synchronized_with_grafana'),
|
|
209
|
-
type=pulumi.get(__ret__, 'type'),
|
|
210
|
-
updated_at=pulumi.get(__ret__, 'updated_at'),
|
|
211
|
-
url=pulumi.get(__ret__, 'url'))
|
|
212
|
-
def get_cockpit_source_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
213
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
214
|
-
origin: Optional[pulumi.Input[Optional[str]]] = None,
|
|
215
|
-
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
216
|
-
type: Optional[pulumi.Input[Optional[str]]] = None,
|
|
217
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCockpitSourceResult]:
|
|
218
|
-
"""
|
|
219
|
-
The `CockpitSource` data source allows you to retrieve information about a specific [data source](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#data-sources) in Scaleway's Cockpit.
|
|
220
|
-
|
|
221
|
-
Refer to Cockpit's [product documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/) and [API documentation](https://www.scaleway.com/en/developers/api/cockpit/regional-api) for more information.
|
|
222
|
-
|
|
223
|
-
## Example Usage
|
|
224
|
-
|
|
225
|
-
### Retrieve a specific data source by ID
|
|
226
|
-
|
|
227
|
-
The following example retrieves a Cockpit data source by its unique ID.
|
|
228
|
-
|
|
229
|
-
```python
|
|
230
|
-
import pulumi
|
|
231
|
-
import pulumi_scaleway as scaleway
|
|
232
|
-
|
|
233
|
-
example = scaleway.get_cockpit_source(id="fr-par/11111111-1111-1111-1111-111111111111")
|
|
234
|
-
```
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
:param str id: The unique identifier of the Cockpit data source in the `{region}/{id}` format. If specified, other filters are ignored.
|
|
238
|
-
:param str name: The name of the data source.
|
|
239
|
-
:param str origin: The origin of the data source. Possible values are:
|
|
240
|
-
:param str project_id: The ID of the Project the data source is associated with. Defaults to the Project ID specified in the provider configuration.
|
|
241
|
-
:param str type: The [type](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#data-types) of data source. Possible values are: `metrics`, `logs`, or `traces`.
|
|
242
|
-
"""
|
|
243
|
-
__args__ = dict()
|
|
244
|
-
__args__['id'] = id
|
|
245
|
-
__args__['name'] = name
|
|
246
|
-
__args__['origin'] = origin
|
|
247
|
-
__args__['projectId'] = project_id
|
|
248
|
-
__args__['type'] = type
|
|
249
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
250
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getCockpitSource:getCockpitSource', __args__, opts=opts, typ=GetCockpitSourceResult)
|
|
251
|
-
return __ret__.apply(lambda __response__: GetCockpitSourceResult(
|
|
252
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
253
|
-
id=pulumi.get(__response__, 'id'),
|
|
254
|
-
name=pulumi.get(__response__, 'name'),
|
|
255
|
-
origin=pulumi.get(__response__, 'origin'),
|
|
256
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
257
|
-
region=pulumi.get(__response__, 'region'),
|
|
258
|
-
retention_days=pulumi.get(__response__, 'retention_days'),
|
|
259
|
-
synchronized_with_grafana=pulumi.get(__response__, 'synchronized_with_grafana'),
|
|
260
|
-
type=pulumi.get(__response__, 'type'),
|
|
261
|
-
updated_at=pulumi.get(__response__, 'updated_at'),
|
|
262
|
-
url=pulumi.get(__response__, 'url')))
|
|
File without changes
|