pulumi-cloudamqp 3.20.3a1734954802__py3-none-any.whl → 3.21.0a1725644237__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 pulumi-cloudamqp might be problematic. Click here for more details.
- pulumi_cloudamqp/_inputs.py +0 -107
- pulumi_cloudamqp/_utilities.py +1 -1
- pulumi_cloudamqp/account_action.py +0 -5
- pulumi_cloudamqp/alarm.py +0 -5
- pulumi_cloudamqp/config/__init__.pyi +0 -5
- pulumi_cloudamqp/config/vars.py +0 -5
- pulumi_cloudamqp/custom_domain.py +0 -5
- pulumi_cloudamqp/extra_disk_size.py +0 -5
- pulumi_cloudamqp/get_account.py +5 -12
- pulumi_cloudamqp/get_account_vpcs.py +5 -12
- pulumi_cloudamqp/get_alarm.py +5 -27
- pulumi_cloudamqp/get_credentials.py +5 -15
- pulumi_cloudamqp/get_instance.py +5 -30
- pulumi_cloudamqp/get_nodes.py +5 -14
- pulumi_cloudamqp/get_notification.py +5 -21
- pulumi_cloudamqp/get_plugins.py +8 -47
- pulumi_cloudamqp/get_plugins_community.py +8 -47
- pulumi_cloudamqp/get_upgradable_versions.py +5 -15
- pulumi_cloudamqp/get_vpc_gcp_info.py +5 -22
- pulumi_cloudamqp/get_vpc_info.py +5 -19
- pulumi_cloudamqp/instance.py +0 -5
- pulumi_cloudamqp/integration_aws_eventbridge.py +0 -5
- pulumi_cloudamqp/integration_log.py +0 -5
- pulumi_cloudamqp/integration_metric.py +0 -5
- pulumi_cloudamqp/node_actions.py +0 -5
- pulumi_cloudamqp/notification.py +0 -5
- pulumi_cloudamqp/outputs.py +54 -7
- pulumi_cloudamqp/plugin.py +0 -5
- pulumi_cloudamqp/plugin_community.py +0 -5
- pulumi_cloudamqp/privatelink_aws.py +0 -5
- pulumi_cloudamqp/privatelink_azure.py +0 -5
- pulumi_cloudamqp/provider.py +0 -5
- pulumi_cloudamqp/pulumi-plugin.json +1 -1
- pulumi_cloudamqp/rabbit_configuration.py +0 -5
- pulumi_cloudamqp/security_firewall.py +0 -5
- pulumi_cloudamqp/upgrade_lavinmq.py +0 -5
- pulumi_cloudamqp/upgrade_rabbitmq.py +0 -5
- pulumi_cloudamqp/vpc.py +0 -5
- pulumi_cloudamqp/vpc_connect.py +0 -5
- pulumi_cloudamqp/vpc_gcp_peering.py +31 -66
- pulumi_cloudamqp/vpc_peering.py +2 -19
- pulumi_cloudamqp/webhook.py +0 -5
- {pulumi_cloudamqp-3.20.3a1734954802.dist-info → pulumi_cloudamqp-3.21.0a1725644237.dist-info}/METADATA +5 -6
- pulumi_cloudamqp-3.21.0a1725644237.dist-info/RECORD +49 -0
- {pulumi_cloudamqp-3.20.3a1734954802.dist-info → pulumi_cloudamqp-3.21.0a1725644237.dist-info}/WHEEL +1 -1
- pulumi_cloudamqp-3.20.3a1734954802.dist-info/RECORD +0 -49
- {pulumi_cloudamqp-3.20.3a1734954802.dist-info → pulumi_cloudamqp-3.21.0a1725644237.dist-info}/top_level.txt +0 -0
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['UpgradeLavinmqArgs', 'UpgradeLavinmq']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['UpgradeRabbitmqArgs', 'UpgradeRabbitmq']
|
pulumi_cloudamqp/vpc.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VpcArgs', 'Vpc']
|
pulumi_cloudamqp/vpc_connect.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VpcConnectArgs', 'VpcConnect']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VpcGcpPeeringArgs', 'VpcGcpPeering']
|
|
@@ -27,7 +22,7 @@ class VpcGcpPeeringArgs:
|
|
|
27
22
|
wait_on_peering_status: Optional[pulumi.Input[bool]] = None):
|
|
28
23
|
"""
|
|
29
24
|
The set of arguments for constructing a VpcGcpPeering resource.
|
|
30
|
-
:param pulumi.Input[str] peer_network_uri: Network
|
|
25
|
+
:param pulumi.Input[str] peer_network_uri: Network uri of the VPC network to which you will peer with.
|
|
31
26
|
:param pulumi.Input[int] instance_id: The CloudAMQP instance identifier. *Deprecated from v1.16.0*
|
|
32
27
|
:param pulumi.Input[int] sleep: Configurable sleep time (seconds) between retries when requesting or reading
|
|
33
28
|
peering. Default set to 10 seconds. *Available from v1.29.0*
|
|
@@ -53,7 +48,7 @@ class VpcGcpPeeringArgs:
|
|
|
53
48
|
@pulumi.getter(name="peerNetworkUri")
|
|
54
49
|
def peer_network_uri(self) -> pulumi.Input[str]:
|
|
55
50
|
"""
|
|
56
|
-
Network
|
|
51
|
+
Network uri of the VPC network to which you will peer with.
|
|
57
52
|
"""
|
|
58
53
|
return pulumi.get(self, "peer_network_uri")
|
|
59
54
|
|
|
@@ -141,7 +136,7 @@ class _VpcGcpPeeringState:
|
|
|
141
136
|
Input properties used for looking up and filtering VpcGcpPeering resources.
|
|
142
137
|
:param pulumi.Input[bool] auto_create_routes: VPC peering auto created routes
|
|
143
138
|
:param pulumi.Input[int] instance_id: The CloudAMQP instance identifier. *Deprecated from v1.16.0*
|
|
144
|
-
:param pulumi.Input[str] peer_network_uri: Network
|
|
139
|
+
:param pulumi.Input[str] peer_network_uri: Network uri of the VPC network to which you will peer with.
|
|
145
140
|
:param pulumi.Input[int] sleep: Configurable sleep time (seconds) between retries when requesting or reading
|
|
146
141
|
peering. Default set to 10 seconds. *Available from v1.29.0*
|
|
147
142
|
:param pulumi.Input[str] state: VPC peering state
|
|
@@ -199,7 +194,7 @@ class _VpcGcpPeeringState:
|
|
|
199
194
|
@pulumi.getter(name="peerNetworkUri")
|
|
200
195
|
def peer_network_uri(self) -> Optional[pulumi.Input[str]]:
|
|
201
196
|
"""
|
|
202
|
-
Network
|
|
197
|
+
Network uri of the VPC network to which you will peer with.
|
|
203
198
|
"""
|
|
204
199
|
return pulumi.get(self, "peer_network_uri")
|
|
205
200
|
|
|
@@ -296,10 +291,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
296
291
|
wait_on_peering_status: Optional[pulumi.Input[bool]] = None,
|
|
297
292
|
__props__=None):
|
|
298
293
|
"""
|
|
299
|
-
This resouce creates a VPC peering configuration for the CloudAMQP instance. The configuration will
|
|
300
|
-
connect to another VPC network hosted on Google Cloud Platform (GCP). See the
|
|
301
|
-
[GCP documentation](https://cloud.google.com/vpc/docs/using-vpc-peering) for more information on how
|
|
302
|
-
to create the VPC peering configuration.
|
|
294
|
+
This resouce creates a VPC peering configuration for the CloudAMQP instance. The configuration will connect to another VPC network hosted on Google Cloud Platform (GCP). See the [GCP documentation](https://cloud.google.com/vpc/docs/using-vpc-peering) for more information on how to create the VPC peering configuration.
|
|
303
295
|
|
|
304
296
|
> **Note:** Creating a VPC peering will automatically add firewall rules for the peered subnet.
|
|
305
297
|
|
|
@@ -333,7 +325,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
333
325
|
# VPC peering configuration
|
|
334
326
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
335
327
|
instance_id=instance.id,
|
|
336
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
328
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
337
329
|
```
|
|
338
330
|
|
|
339
331
|
</details>
|
|
@@ -367,7 +359,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
367
359
|
# VPC peering configuration
|
|
368
360
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
369
361
|
vpc_id=vpc.id,
|
|
370
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
362
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
371
363
|
```
|
|
372
364
|
|
|
373
365
|
</details>
|
|
@@ -379,8 +371,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
379
371
|
</b>
|
|
380
372
|
</summary>
|
|
381
373
|
|
|
382
|
-
Default peering request, no need to set `wait_on_peering_status`. It's default set to false and will
|
|
383
|
-
not wait on peering status. Create resource will be considered completed, regardless of the status of the state.
|
|
374
|
+
Default peering request, no need to set `wait_on_peering_status`. It's default set to false and will not wait on peering status.
|
|
384
375
|
|
|
385
376
|
```python
|
|
386
377
|
import pulumi
|
|
@@ -388,11 +379,10 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
388
379
|
|
|
389
380
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
390
381
|
vpc_id=vpc["id"],
|
|
391
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
382
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
392
383
|
```
|
|
393
384
|
|
|
394
|
-
Peering request and waiting for peering status
|
|
395
|
-
This is done once both side have done the peering.
|
|
385
|
+
Peering request and waiting for peering status.
|
|
396
386
|
|
|
397
387
|
```python
|
|
398
388
|
import pulumi
|
|
@@ -401,7 +391,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
401
391
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
402
392
|
vpc_id=vpc["id"],
|
|
403
393
|
wait_on_peering_status=True,
|
|
404
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
394
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
405
395
|
```
|
|
406
396
|
|
|
407
397
|
</details>
|
|
@@ -504,35 +494,25 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
504
494
|
This resource depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
505
495
|
|
|
506
496
|
*From v1.16.0*
|
|
507
|
-
This resource depends on CloudAMQP managed VPC identifier, `cloudamqp_vpc.vpc.id` or instance
|
|
508
|
-
identifier, `cloudamqp_instance.instance.id`.
|
|
497
|
+
This resource depends on CloudAMQP managed VPC identifier, `cloudamqp_vpc.vpc.id` or instance identifier, `cloudamqp_instance.instance.id`.
|
|
509
498
|
|
|
510
499
|
## Create VPC Peering with additional firewall rules
|
|
511
500
|
|
|
512
|
-
To create a VPC peering configuration with additional firewall rules, it's required to chain the
|
|
513
|
-
|
|
514
|
-
resource to avoid parallel conflicting resource calls. This is done by adding dependency from the
|
|
515
|
-
firewall resource to the VPC peering resource.
|
|
501
|
+
To create a VPC peering configuration with additional firewall rules, it's required to chain the SecurityFirewall
|
|
502
|
+
resource to avoid parallel conflicting resource calls. This is done by adding dependency from the firewall resource to the VPC peering resource.
|
|
516
503
|
|
|
517
|
-
Furthermore, since all firewall rules are overwritten, the otherwise automatically added rules for
|
|
518
|
-
the VPC peering also needs to be added.
|
|
504
|
+
Furthermore, since all firewall rules are overwritten, the otherwise automatically added rules for the VPC peering also needs to be added.
|
|
519
505
|
|
|
520
506
|
See example below.
|
|
521
507
|
|
|
522
508
|
## Import
|
|
523
509
|
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
This is required to be able to import the correct peering. Following the same format as the argument reference.
|
|
527
|
-
|
|
528
|
-
hcl
|
|
529
|
-
|
|
530
|
-
https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<VPC-NETWORK-NAME>
|
|
510
|
+
Not possible to import this resource.
|
|
531
511
|
|
|
532
512
|
:param str resource_name: The name of the resource.
|
|
533
513
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
534
514
|
:param pulumi.Input[int] instance_id: The CloudAMQP instance identifier. *Deprecated from v1.16.0*
|
|
535
|
-
:param pulumi.Input[str] peer_network_uri: Network
|
|
515
|
+
:param pulumi.Input[str] peer_network_uri: Network uri of the VPC network to which you will peer with.
|
|
536
516
|
:param pulumi.Input[int] sleep: Configurable sleep time (seconds) between retries when requesting or reading
|
|
537
517
|
peering. Default set to 10 seconds. *Available from v1.29.0*
|
|
538
518
|
:param pulumi.Input[int] timeout: Configurable timeout time (seconds) before retries times out. Default set
|
|
@@ -548,10 +528,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
548
528
|
args: VpcGcpPeeringArgs,
|
|
549
529
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
550
530
|
"""
|
|
551
|
-
This resouce creates a VPC peering configuration for the CloudAMQP instance. The configuration will
|
|
552
|
-
connect to another VPC network hosted on Google Cloud Platform (GCP). See the
|
|
553
|
-
[GCP documentation](https://cloud.google.com/vpc/docs/using-vpc-peering) for more information on how
|
|
554
|
-
to create the VPC peering configuration.
|
|
531
|
+
This resouce creates a VPC peering configuration for the CloudAMQP instance. The configuration will connect to another VPC network hosted on Google Cloud Platform (GCP). See the [GCP documentation](https://cloud.google.com/vpc/docs/using-vpc-peering) for more information on how to create the VPC peering configuration.
|
|
555
532
|
|
|
556
533
|
> **Note:** Creating a VPC peering will automatically add firewall rules for the peered subnet.
|
|
557
534
|
|
|
@@ -585,7 +562,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
585
562
|
# VPC peering configuration
|
|
586
563
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
587
564
|
instance_id=instance.id,
|
|
588
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
565
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
589
566
|
```
|
|
590
567
|
|
|
591
568
|
</details>
|
|
@@ -619,7 +596,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
619
596
|
# VPC peering configuration
|
|
620
597
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
621
598
|
vpc_id=vpc.id,
|
|
622
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
599
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
623
600
|
```
|
|
624
601
|
|
|
625
602
|
</details>
|
|
@@ -631,8 +608,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
631
608
|
</b>
|
|
632
609
|
</summary>
|
|
633
610
|
|
|
634
|
-
Default peering request, no need to set `wait_on_peering_status`. It's default set to false and will
|
|
635
|
-
not wait on peering status. Create resource will be considered completed, regardless of the status of the state.
|
|
611
|
+
Default peering request, no need to set `wait_on_peering_status`. It's default set to false and will not wait on peering status.
|
|
636
612
|
|
|
637
613
|
```python
|
|
638
614
|
import pulumi
|
|
@@ -640,11 +616,10 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
640
616
|
|
|
641
617
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
642
618
|
vpc_id=vpc["id"],
|
|
643
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
619
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
644
620
|
```
|
|
645
621
|
|
|
646
|
-
Peering request and waiting for peering status
|
|
647
|
-
This is done once both side have done the peering.
|
|
622
|
+
Peering request and waiting for peering status.
|
|
648
623
|
|
|
649
624
|
```python
|
|
650
625
|
import pulumi
|
|
@@ -653,7 +628,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
653
628
|
vpc_peering_request = cloudamqp.VpcGcpPeering("vpc_peering_request",
|
|
654
629
|
vpc_id=vpc["id"],
|
|
655
630
|
wait_on_peering_status=True,
|
|
656
|
-
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<
|
|
631
|
+
peer_network_uri="https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<NETWORK-NAME>")
|
|
657
632
|
```
|
|
658
633
|
|
|
659
634
|
</details>
|
|
@@ -756,30 +731,20 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
756
731
|
This resource depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
757
732
|
|
|
758
733
|
*From v1.16.0*
|
|
759
|
-
This resource depends on CloudAMQP managed VPC identifier, `cloudamqp_vpc.vpc.id` or instance
|
|
760
|
-
identifier, `cloudamqp_instance.instance.id`.
|
|
734
|
+
This resource depends on CloudAMQP managed VPC identifier, `cloudamqp_vpc.vpc.id` or instance identifier, `cloudamqp_instance.instance.id`.
|
|
761
735
|
|
|
762
736
|
## Create VPC Peering with additional firewall rules
|
|
763
737
|
|
|
764
|
-
To create a VPC peering configuration with additional firewall rules, it's required to chain the
|
|
765
|
-
|
|
766
|
-
resource to avoid parallel conflicting resource calls. This is done by adding dependency from the
|
|
767
|
-
firewall resource to the VPC peering resource.
|
|
738
|
+
To create a VPC peering configuration with additional firewall rules, it's required to chain the SecurityFirewall
|
|
739
|
+
resource to avoid parallel conflicting resource calls. This is done by adding dependency from the firewall resource to the VPC peering resource.
|
|
768
740
|
|
|
769
|
-
Furthermore, since all firewall rules are overwritten, the otherwise automatically added rules for
|
|
770
|
-
the VPC peering also needs to be added.
|
|
741
|
+
Furthermore, since all firewall rules are overwritten, the otherwise automatically added rules for the VPC peering also needs to be added.
|
|
771
742
|
|
|
772
743
|
See example below.
|
|
773
744
|
|
|
774
745
|
## Import
|
|
775
746
|
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
This is required to be able to import the correct peering. Following the same format as the argument reference.
|
|
779
|
-
|
|
780
|
-
hcl
|
|
781
|
-
|
|
782
|
-
https://www.googleapis.com/compute/v1/projects/<PROJECT-NAME>/global/networks/<VPC-NETWORK-NAME>
|
|
747
|
+
Not possible to import this resource.
|
|
783
748
|
|
|
784
749
|
:param str resource_name: The name of the resource.
|
|
785
750
|
:param VpcGcpPeeringArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -850,7 +815,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
850
815
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
851
816
|
:param pulumi.Input[bool] auto_create_routes: VPC peering auto created routes
|
|
852
817
|
:param pulumi.Input[int] instance_id: The CloudAMQP instance identifier. *Deprecated from v1.16.0*
|
|
853
|
-
:param pulumi.Input[str] peer_network_uri: Network
|
|
818
|
+
:param pulumi.Input[str] peer_network_uri: Network uri of the VPC network to which you will peer with.
|
|
854
819
|
:param pulumi.Input[int] sleep: Configurable sleep time (seconds) between retries when requesting or reading
|
|
855
820
|
peering. Default set to 10 seconds. *Available from v1.29.0*
|
|
856
821
|
:param pulumi.Input[str] state: VPC peering state
|
|
@@ -896,7 +861,7 @@ class VpcGcpPeering(pulumi.CustomResource):
|
|
|
896
861
|
@pulumi.getter(name="peerNetworkUri")
|
|
897
862
|
def peer_network_uri(self) -> pulumi.Output[str]:
|
|
898
863
|
"""
|
|
899
|
-
Network
|
|
864
|
+
Network uri of the VPC network to which you will peer with.
|
|
900
865
|
"""
|
|
901
866
|
return pulumi.get(self, "peer_network_uri")
|
|
902
867
|
|
pulumi_cloudamqp/vpc_peering.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VpcPeeringArgs', 'VpcPeering']
|
|
@@ -237,13 +232,7 @@ class VpcPeering(pulumi.CustomResource):
|
|
|
237
232
|
"""
|
|
238
233
|
## Import
|
|
239
234
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
This can be found as *peering connection id* in your AWS VPC dashboard/Peering connections, for the correct VPC peering.
|
|
243
|
-
|
|
244
|
-
Also available as the identifier for *aws_vpc_peering_connection* resource or
|
|
245
|
-
|
|
246
|
-
data source.
|
|
235
|
+
Not possible to import this resource.
|
|
247
236
|
|
|
248
237
|
:param str resource_name: The name of the resource.
|
|
249
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -266,13 +255,7 @@ class VpcPeering(pulumi.CustomResource):
|
|
|
266
255
|
"""
|
|
267
256
|
## Import
|
|
268
257
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
This can be found as *peering connection id* in your AWS VPC dashboard/Peering connections, for the correct VPC peering.
|
|
272
|
-
|
|
273
|
-
Also available as the identifier for *aws_vpc_peering_connection* resource or
|
|
274
|
-
|
|
275
|
-
data source.
|
|
258
|
+
Not possible to import this resource.
|
|
276
259
|
|
|
277
260
|
:param str resource_name: The name of the resource.
|
|
278
261
|
:param VpcPeeringArgs args: The arguments to use to populate this resource's properties.
|
pulumi_cloudamqp/webhook.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
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
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['WebhookArgs', 'Webhook']
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulumi_cloudamqp
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.21.0a1725644237
|
|
4
4
|
Summary: A Pulumi package for creating and managing CloudAMQP resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
7
7
|
Project-URL: Repository, https://github.com/pulumi/pulumi-cloudamqp
|
|
8
8
|
Keywords: pulumi,cloudamqp
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
|
-
Requires-Dist: parver>=0.2.1
|
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
|
13
|
-
Requires-Dist: semver>=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
|
|
11
|
+
Requires-Dist: parver >=0.2.1
|
|
12
|
+
Requires-Dist: pulumi <4.0.0,>=3.0.0
|
|
13
|
+
Requires-Dist: semver >=2.8.1
|
|
15
14
|
|
|
16
15
|
[](https://github.com/pulumi/pulumi-cloudamqp/actions)
|
|
17
16
|
[](https://slack.pulumi.com)
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
pulumi_cloudamqp/__init__.py,sha256=bT-kE4oeSjvg0GGN_7rnfIasA01nGKIk0MKXAMG0VEo,5762
|
|
2
|
+
pulumi_cloudamqp/_inputs.py,sha256=TdC_34nnR8GiDkJMrPMD3GY6LxEbxcl5p73QT3tLpIc,10136
|
|
3
|
+
pulumi_cloudamqp/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
|
4
|
+
pulumi_cloudamqp/account_action.py,sha256=s-hJMsKAoKNPDUW3sNI-I8jtoLEy6g57e5gQ3nXzk6U,7688
|
|
5
|
+
pulumi_cloudamqp/alarm.py,sha256=TyaVOiWMPIunhmYMd9Lrr5W9Lzh22-hVe4KkbDsAr7o,28737
|
|
6
|
+
pulumi_cloudamqp/custom_domain.py,sha256=m98sZJNbs4bINPxhIfsG37Xyr3u-0Sc6tKURZS-8R0Y,9995
|
|
7
|
+
pulumi_cloudamqp/extra_disk_size.py,sha256=JJRLMMl90TQqmsAzskJKrs8-LRv6k3s0__K8q10kPgg,27760
|
|
8
|
+
pulumi_cloudamqp/get_account.py,sha256=rUzBSpqRfOxo0uCCSIKaEDXvR76lXYK3ysx94AooVTA,2605
|
|
9
|
+
pulumi_cloudamqp/get_account_vpcs.py,sha256=Pej4T-YmSd4x0ZeHJa_R7C4WFPNcqywPoder4SXvCDY,5127
|
|
10
|
+
pulumi_cloudamqp/get_alarm.py,sha256=d2s6GrR0hjtq2MXxPl6u-VfMf9XzrbFmsgwh1Lwy4SQ,11592
|
|
11
|
+
pulumi_cloudamqp/get_credentials.py,sha256=gqQDhS8SZO06Y2SXLL1KPI9JXn_wKRvAc5V5TQ9NMpA,4857
|
|
12
|
+
pulumi_cloudamqp/get_instance.py,sha256=aerhBMj1d-x6EMdiR1PnBzE1KW6gr0miXWml_lYW14A,9386
|
|
13
|
+
pulumi_cloudamqp/get_nodes.py,sha256=h4TtZPKS1D5CpC3K8h26IcQwSqD3rBo5yo2tDaRW41U,5764
|
|
14
|
+
pulumi_cloudamqp/get_notification.py,sha256=SRnjv_M_vICk_o56tfe83vrPZGveyD84T_WHA0e1nEc,7007
|
|
15
|
+
pulumi_cloudamqp/get_plugins.py,sha256=sFF0k2iJqevBmeJCgLH55zeq8U4reXiJSgrClLiMx5E,5488
|
|
16
|
+
pulumi_cloudamqp/get_plugins_community.py,sha256=kp99ZUo1Jk_nvapK-Mkn2B1cmpTp6Tolz8e7Qrd0r84,5622
|
|
17
|
+
pulumi_cloudamqp/get_upgradable_versions.py,sha256=CjPl8qk7tHpDGeuipnh65TgthV_WW1rvsprmofAgOXY,5062
|
|
18
|
+
pulumi_cloudamqp/get_vpc_gcp_info.py,sha256=9KAik-_oEzLOAYu0SNGHJ4DPwVQiRtkRox4tjMWewvI,9005
|
|
19
|
+
pulumi_cloudamqp/get_vpc_info.py,sha256=pBMRngdtxEjRLuXdC5UcWhNOeY-Nlk-D64fwUeL4YpI,8164
|
|
20
|
+
pulumi_cloudamqp/instance.py,sha256=fngTEsmAkXcIvOLnw7BtASPR1u-9jUjP2R9YFFDw5Bw,59001
|
|
21
|
+
pulumi_cloudamqp/integration_aws_eventbridge.py,sha256=zgL7vIMKmid8cKIEZFMoiqU8KD_MGbfizf8VRHvpb_U,22283
|
|
22
|
+
pulumi_cloudamqp/integration_log.py,sha256=eD0lv55r-C2oDRUWPDTQuo41T_RvFe0gKQfZrO9FEuo,67781
|
|
23
|
+
pulumi_cloudamqp/integration_metric.py,sha256=yJ46F-c8yExjja6wf0fPRGbtqtd8odKYFXdPkRKhTNg,53975
|
|
24
|
+
pulumi_cloudamqp/node_actions.py,sha256=SzBUX5OBBxEnl3a7_dRYPfuuNyHPtLtCpvirkl5UeMc,18141
|
|
25
|
+
pulumi_cloudamqp/notification.py,sha256=Y3aqx219cQbYD-ZYfGjE8vsw-4lKd-EN1z3oYHAsqR8,28276
|
|
26
|
+
pulumi_cloudamqp/outputs.py,sha256=yyIK0MBgjvdaRLDSBdMcBp_4glrG3G94rp52OAvlRgA,18652
|
|
27
|
+
pulumi_cloudamqp/plugin.py,sha256=LBk0CDnp73jac-ehSMPft0gxZvZ0fBUM4u_GI4LfdmQ,16455
|
|
28
|
+
pulumi_cloudamqp/plugin_community.py,sha256=kgQ81Q8a7RYmROfXbSt__4Z3BxcYegLW-bMmTMeMRGI,16891
|
|
29
|
+
pulumi_cloudamqp/privatelink_aws.py,sha256=kEaLaTYaIYzHHqeX4SDMRHQr9vC7tIQ_fnguXQvwcVo,27833
|
|
30
|
+
pulumi_cloudamqp/privatelink_azure.py,sha256=5-4XIXFf8WBdtSma_zv2vE55acOB2b9AMLwsMIIRklQ,27089
|
|
31
|
+
pulumi_cloudamqp/provider.py,sha256=IwRPYsuoOzrUzVP2gmjIZ59mGte5_b0cd8_HYF0HhRc,6548
|
|
32
|
+
pulumi_cloudamqp/pulumi-plugin.json,sha256=FZLMPkw4Q5W3wmcWInVNezAA8nJAP7BLK9Ho8v4KVts,86
|
|
33
|
+
pulumi_cloudamqp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
+
pulumi_cloudamqp/rabbit_configuration.py,sha256=9qT6ABDHPcurBcmlckrHJ_tt-SV5vGARHpF9xXWa0Pc,32730
|
|
35
|
+
pulumi_cloudamqp/security_firewall.py,sha256=t1zUvs_QSHuCF4pguphvYi10h4W9ERbpWo8GCdc1GGA,14046
|
|
36
|
+
pulumi_cloudamqp/upgrade_lavinmq.py,sha256=2fOWVCh8ba7t5C3odQkD2_ceLMSLIztcXYQMr6gNpFY,10013
|
|
37
|
+
pulumi_cloudamqp/upgrade_rabbitmq.py,sha256=EaE-5_C02HEbyhQVwAtZjfAcZyplePG-gRsdsKnLEWo,21312
|
|
38
|
+
pulumi_cloudamqp/vpc.py,sha256=IpI_5Gqxjio5LO9AbVEDQQS43xxPDRY0RUZaJK80Odw,14630
|
|
39
|
+
pulumi_cloudamqp/vpc_connect.py,sha256=9znqhMo8y8U0YMeOw06zFTy0lSNfQT7xQX_aXgjCNws,44752
|
|
40
|
+
pulumi_cloudamqp/vpc_gcp_peering.py,sha256=gkhCSI7y5fRiFVmqIXRbur4R26a98bTFvUeVtc4knQg,35437
|
|
41
|
+
pulumi_cloudamqp/vpc_peering.py,sha256=1AsazWnJdpiKFKnLl7lHy6aJJrgFIG7FbHxJfN8hBzM,16351
|
|
42
|
+
pulumi_cloudamqp/webhook.py,sha256=szPc8AXkT-5xk3JfGOBdBcPMnnkZr02fpD_beQ_uyzI,17327
|
|
43
|
+
pulumi_cloudamqp/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
44
|
+
pulumi_cloudamqp/config/__init__.pyi,sha256=UHTIxCey3Zv15sJPQ4FzkPz4--aJNEcw9OwBw7Q2kzc,549
|
|
45
|
+
pulumi_cloudamqp/config/vars.py,sha256=oFfIlqwVoffHyMowmkb9op1W1MBcSamLeviHi6IZino,939
|
|
46
|
+
pulumi_cloudamqp-3.21.0a1725644237.dist-info/METADATA,sha256=NtKv_FL3-ovNCDddQ8fSoj6fILuJHprXTO_Hqwo8UUY,2755
|
|
47
|
+
pulumi_cloudamqp-3.21.0a1725644237.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
|
48
|
+
pulumi_cloudamqp-3.21.0a1725644237.dist-info/top_level.txt,sha256=GzOcAz5c3r2TOma1_ftIXuXYIElI_XHfdRiJARoRz2g,17
|
|
49
|
+
pulumi_cloudamqp-3.21.0a1725644237.dist-info/RECORD,,
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
pulumi_cloudamqp/__init__.py,sha256=bT-kE4oeSjvg0GGN_7rnfIasA01nGKIk0MKXAMG0VEo,5762
|
|
2
|
-
pulumi_cloudamqp/_inputs.py,sha256=dRt4old8_KXd1ZpW2tO2yat1JFOnGCY9Ypuu-DSHqeY,13425
|
|
3
|
-
pulumi_cloudamqp/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
|
|
4
|
-
pulumi_cloudamqp/account_action.py,sha256=Gg38aF7VXXAX_76oVNm96WZTfNKYCRTKw6BVtm_IL6c,7862
|
|
5
|
-
pulumi_cloudamqp/alarm.py,sha256=oE6D5-NG3BsczJlkIiF7GknsrCskCakolw8VF_f4-MU,28911
|
|
6
|
-
pulumi_cloudamqp/custom_domain.py,sha256=MQJj8OxYbOn6j_8muF2SLJd9AvlgcVN5dmjrqb4Me7k,10169
|
|
7
|
-
pulumi_cloudamqp/extra_disk_size.py,sha256=BFoAykaRDsSjzhXAoh9OkJSrhLBjCkXq5COCZNiGI_k,27934
|
|
8
|
-
pulumi_cloudamqp/get_account.py,sha256=i-Suw_RNLmJLa6aGnaNN8GYe5MC8o0zEBrZrJOuI12g,3165
|
|
9
|
-
pulumi_cloudamqp/get_account_vpcs.py,sha256=BEwkqsj9FZ4b-m6uHteQcz62jaMl7BLh5J8JwIMFJA4,5688
|
|
10
|
-
pulumi_cloudamqp/get_alarm.py,sha256=tMUlF0JU0krUetrjSE9YFY5k6JjgWT2J7AObkwSZrd8,12988
|
|
11
|
-
pulumi_cloudamqp/get_credentials.py,sha256=hv5e56ZLjv4jlqtrX7R2y38xlTWZtla58RLz58yWXhw,5584
|
|
12
|
-
pulumi_cloudamqp/get_instance.py,sha256=fEQ6w8x-R2IqDGUehxiYutkwAIdVJlGba8G4kESboPI,10895
|
|
13
|
-
pulumi_cloudamqp/get_nodes.py,sha256=LUqUuejplAjLxR1V3KyiA-SvgewEOMk9MTnDdyzO-NU,6412
|
|
14
|
-
pulumi_cloudamqp/get_notification.py,sha256=-182DPh2cu-gcCO-Ujs5jSNbSFpKi1X3hGcZuu6jE-Q,7991
|
|
15
|
-
pulumi_cloudamqp/get_plugins.py,sha256=2xMXWxb32ENv-gRCT06JzAPX3tDP7tpMBLixSOPHeXk,7370
|
|
16
|
-
pulumi_cloudamqp/get_plugins_community.py,sha256=UKNJC0WVdNPkDwAWVXtl-h9Av1j6eVLnG7BZ-81GzWk,7570
|
|
17
|
-
pulumi_cloudamqp/get_upgradable_versions.py,sha256=TywYSlmQdIdjmJD96R7UdLiutUlRil3iDORm6xh77SE,5853
|
|
18
|
-
pulumi_cloudamqp/get_vpc_gcp_info.py,sha256=OAG2kgfHnLwRNOSZBWUSY9uLvAJel78tNYaGz6cwtW8,10024
|
|
19
|
-
pulumi_cloudamqp/get_vpc_info.py,sha256=HUwtEDQqQl4CA-HK40a4NziwaDRVrAq6U8MGWUWomCM,9084
|
|
20
|
-
pulumi_cloudamqp/instance.py,sha256=kqK8xBBGYd8R10m7p05oftwieX-2BnxEE8YDYI400r8,59175
|
|
21
|
-
pulumi_cloudamqp/integration_aws_eventbridge.py,sha256=IvqwG8SwNqSAaDN9JtCoA36gBkoFpFFiwy2IRgL7WT8,22457
|
|
22
|
-
pulumi_cloudamqp/integration_log.py,sha256=CIcU5_TMIWeGGnShvXmaBc6amK6I_EDNXWiu4SDVn5k,67955
|
|
23
|
-
pulumi_cloudamqp/integration_metric.py,sha256=A2_lNVlHlX7Jx7ZyXKFPscan95Mo6B7DTcjvpJuRLFI,54149
|
|
24
|
-
pulumi_cloudamqp/node_actions.py,sha256=lzOBM5UFDfz4SBcOs9jT5QnJI-7oHVMqJXukV4pwmYA,18315
|
|
25
|
-
pulumi_cloudamqp/notification.py,sha256=mDdUCirSx_pKh5-AgclGRNR9ILCSb_3Dtiry7sRsncM,28450
|
|
26
|
-
pulumi_cloudamqp/outputs.py,sha256=jTOyqw5MAyXBYUIL1Ob7maMLJBvcqmIi9pWQgK8mMJM,17118
|
|
27
|
-
pulumi_cloudamqp/plugin.py,sha256=-ntjQEgqztWqVO1Vc3uf6sMp4hXtfBltwAF-T91UgmQ,16629
|
|
28
|
-
pulumi_cloudamqp/plugin_community.py,sha256=hIEB_d86kxemjJvGrxJkUl_Q3pNrpRCS1YPFa2StLJk,17065
|
|
29
|
-
pulumi_cloudamqp/privatelink_aws.py,sha256=xWifEEsK9dIGNNaVBzwIDRB4Ka2TIqGyEdUPhVU4KJY,28007
|
|
30
|
-
pulumi_cloudamqp/privatelink_azure.py,sha256=HqfcVHBorM9-BEQZGvQzlVRGA0_qwIqNkbJ_tI2iMMU,27263
|
|
31
|
-
pulumi_cloudamqp/provider.py,sha256=ZsS3-l32jj2k9OK4bNg4MCgazokJJzV6IZwhfg2jxl4,6722
|
|
32
|
-
pulumi_cloudamqp/pulumi-plugin.json,sha256=SQfjjYhvCNtLe2xf8HxtVBZ5Zdh9cBpoWEnGRaJZ660,86
|
|
33
|
-
pulumi_cloudamqp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
-
pulumi_cloudamqp/rabbit_configuration.py,sha256=ZJxTD6BbI1RQxvzBDhWvr9ZuG5DexjfPJYnzE8z5WG4,32904
|
|
35
|
-
pulumi_cloudamqp/security_firewall.py,sha256=RLEXyTVlUuKLv6FWMbRIIy-o57BwNOSpFCcdWb-cZy0,14220
|
|
36
|
-
pulumi_cloudamqp/upgrade_lavinmq.py,sha256=SWZ8AVQiiX4qHxo3xbSwN6lmnPpQU0PuYqv14KZRHic,10187
|
|
37
|
-
pulumi_cloudamqp/upgrade_rabbitmq.py,sha256=d2agnQlxeX1VrfbDv71fmHGXV9GA3fMyNSh27-3N96A,21486
|
|
38
|
-
pulumi_cloudamqp/vpc.py,sha256=Jl43qkKCpU5G0EvPFxk_cmJ5fHHOm8p6rqesOslN7vY,14804
|
|
39
|
-
pulumi_cloudamqp/vpc_connect.py,sha256=FhjwUXWhtwxFs8QdfTmY-7CgGJA5vqFUa64JEnBfU54,44926
|
|
40
|
-
pulumi_cloudamqp/vpc_gcp_peering.py,sha256=FFxp4A-DvyGwB1K_fv8CTgTp_2vh_ugaggiEKaZUte0,36918
|
|
41
|
-
pulumi_cloudamqp/vpc_peering.py,sha256=FAqyZ_4wUqBGs9XqsOlnOldeBy9EXDOpQ13lIoLfmWQ,16973
|
|
42
|
-
pulumi_cloudamqp/webhook.py,sha256=WvJR3xfmIY9s8MrSaoD3wVuMwjlr8CbWLhB59PZFRFA,17501
|
|
43
|
-
pulumi_cloudamqp/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
44
|
-
pulumi_cloudamqp/config/__init__.pyi,sha256=yRca3CWiHsleY1obkjqWJfprOQN8wfAyE-mfc0MtmJ4,723
|
|
45
|
-
pulumi_cloudamqp/config/vars.py,sha256=mXJq-A9lp-pr14Qy0DIYCzi3lavA-QL1eDCUw0lFoX0,1113
|
|
46
|
-
pulumi_cloudamqp-3.20.3a1734954802.dist-info/METADATA,sha256=FcW9IKHg1412yisoiIij9NtCPDFr_kal5VNvaGouwQI,2818
|
|
47
|
-
pulumi_cloudamqp-3.20.3a1734954802.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
48
|
-
pulumi_cloudamqp-3.20.3a1734954802.dist-info/top_level.txt,sha256=GzOcAz5c3r2TOma1_ftIXuXYIElI_XHfdRiJARoRz2g,17
|
|
49
|
-
pulumi_cloudamqp-3.20.3a1734954802.dist-info/RECORD,,
|
|
File without changes
|