pulumi-consul 3.12.0a1709360320__py3-none-any.whl → 3.12.0a1710915108__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-consul might be problematic. Click here for more details.

Files changed (50) hide show
  1. pulumi_consul/acl_auth_method.py +8 -0
  2. pulumi_consul/acl_binding_rule.py +4 -0
  3. pulumi_consul/acl_policy.py +6 -2
  4. pulumi_consul/acl_role.py +6 -2
  5. pulumi_consul/acl_role_policy_attachment.py +6 -2
  6. pulumi_consul/acl_token.py +6 -2
  7. pulumi_consul/acl_token_policy_attachment.py +2 -2
  8. pulumi_consul/acl_token_role_attachment.py +6 -4
  9. pulumi_consul/admin_partition.py +6 -2
  10. pulumi_consul/agent_service.py +4 -0
  11. pulumi_consul/autopilot_config.py +4 -0
  12. pulumi_consul/catalog_entry.py +4 -0
  13. pulumi_consul/certificate_authority.py +2 -2
  14. pulumi_consul/config_entry.py +42 -4
  15. pulumi_consul/config_entry_service_defaults.py +4 -2
  16. pulumi_consul/config_entry_service_intentions.py +4 -0
  17. pulumi_consul/config_entry_service_resolver.py +4 -0
  18. pulumi_consul/config_entry_service_router.py +4 -0
  19. pulumi_consul/config_entry_service_splitter.py +6 -2
  20. pulumi_consul/get_acl_auth_method.py +4 -0
  21. pulumi_consul/get_acl_policy.py +4 -0
  22. pulumi_consul/get_acl_role.py +4 -0
  23. pulumi_consul/get_acl_token.py +4 -0
  24. pulumi_consul/get_acl_token_secret_id.py +4 -0
  25. pulumi_consul/get_agent_config.py +4 -0
  26. pulumi_consul/get_autopilot_health.py +4 -0
  27. pulumi_consul/get_key_prefix.py +8 -0
  28. pulumi_consul/get_keys.py +4 -0
  29. pulumi_consul/get_network_area_members.py +4 -0
  30. pulumi_consul/get_network_segments.py +4 -0
  31. pulumi_consul/get_peering.py +4 -0
  32. pulumi_consul/get_peerings.py +4 -0
  33. pulumi_consul/intention.py +10 -2
  34. pulumi_consul/key_prefix.py +10 -4
  35. pulumi_consul/keys.py +4 -0
  36. pulumi_consul/license.py +4 -0
  37. pulumi_consul/namespace.py +10 -4
  38. pulumi_consul/namespace_policy_attachment.py +6 -4
  39. pulumi_consul/namespace_role_attachment.py +6 -4
  40. pulumi_consul/network_area.py +4 -0
  41. pulumi_consul/node.py +6 -2
  42. pulumi_consul/peering.py +4 -0
  43. pulumi_consul/peering_token.py +4 -0
  44. pulumi_consul/prepared_query.py +6 -2
  45. pulumi_consul/service.py +64 -0
  46. {pulumi_consul-3.12.0a1709360320.dist-info → pulumi_consul-3.12.0a1710915108.dist-info}/METADATA +1 -1
  47. pulumi_consul-3.12.0a1710915108.dist-info/RECORD +70 -0
  48. {pulumi_consul-3.12.0a1709360320.dist-info → pulumi_consul-3.12.0a1710915108.dist-info}/WHEEL +1 -1
  49. pulumi_consul-3.12.0a1709360320.dist-info/RECORD +0 -70
  50. {pulumi_consul-3.12.0a1709360320.dist-info → pulumi_consul-3.12.0a1710915108.dist-info}/top_level.txt +0 -0
pulumi_consul/keys.py CHANGED
@@ -247,6 +247,7 @@ class Keys(pulumi.CustomResource):
247
247
  """
248
248
  ## Example Usage
249
249
 
250
+ <!--Start PulumiCodeChooser -->
250
251
  ```python
251
252
  import pulumi
252
253
  import pulumi_consul as consul
@@ -259,6 +260,7 @@ class Keys(pulumi.CustomResource):
259
260
  )],
260
261
  token="abcd")
261
262
  ```
263
+ <!--End PulumiCodeChooser -->
262
264
 
263
265
  :param str resource_name: The name of the resource.
264
266
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -280,6 +282,7 @@ class Keys(pulumi.CustomResource):
280
282
  """
281
283
  ## Example Usage
282
284
 
285
+ <!--Start PulumiCodeChooser -->
283
286
  ```python
284
287
  import pulumi
285
288
  import pulumi_consul as consul
@@ -292,6 +295,7 @@ class Keys(pulumi.CustomResource):
292
295
  )],
293
296
  token="abcd")
294
297
  ```
298
+ <!--End PulumiCodeChooser -->
295
299
 
296
300
  :param str resource_name: The name of the resource.
297
301
  :param KeysArgs args: The arguments to use to populate this resource's properties.
pulumi_consul/license.py CHANGED
@@ -271,12 +271,14 @@ class License(pulumi.CustomResource):
271
271
 
272
272
  ## Example Usage
273
273
 
274
+ <!--Start PulumiCodeChooser -->
274
275
  ```python
275
276
  import pulumi
276
277
  import pulumi_consul as consul
277
278
 
278
279
  license = consul.License("license", license=(lambda path: open(path).read())("license.hclic"))
279
280
  ```
281
+ <!--End PulumiCodeChooser -->
280
282
 
281
283
  :param str resource_name: The name of the resource.
282
284
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -299,12 +301,14 @@ class License(pulumi.CustomResource):
299
301
 
300
302
  ## Example Usage
301
303
 
304
+ <!--Start PulumiCodeChooser -->
302
305
  ```python
303
306
  import pulumi
304
307
  import pulumi_consul as consul
305
308
 
306
309
  license = consul.License("license", license=(lambda path: open(path).read())("license.hclic"))
307
310
  ```
311
+ <!--End PulumiCodeChooser -->
308
312
 
309
313
  :param str resource_name: The name of the resource.
310
314
  :param LicenseArgs args: The arguments to use to populate this resource's properties.
@@ -238,6 +238,7 @@ class Namespace(pulumi.CustomResource):
238
238
 
239
239
  ## Example Usage
240
240
 
241
+ <!--Start PulumiCodeChooser -->
241
242
  ```python
242
243
  import pulumi
243
244
  import pulumi_consul as consul
@@ -248,13 +249,15 @@ class Namespace(pulumi.CustomResource):
248
249
  "foo": "bar",
249
250
  })
250
251
  ```
252
+ <!--End PulumiCodeChooser -->
251
253
 
252
254
  ## Import
253
255
 
254
- `consul_namespace` can be imported. This is useful to manage attributes of the default namespace that is created automatically:
256
+ `consul_namespace` can be imported. This is useful to manage attributes of the
257
+ default namespace that is created automatically:
255
258
 
256
259
  ```sh
257
- $ pulumi import consul:index/namespace:Namespace default default
260
+ $ pulumi import consul:index/namespace:Namespace default default
258
261
  ```
259
262
 
260
263
  :param str resource_name: The name of the resource.
@@ -279,6 +282,7 @@ class Namespace(pulumi.CustomResource):
279
282
 
280
283
  ## Example Usage
281
284
 
285
+ <!--Start PulumiCodeChooser -->
282
286
  ```python
283
287
  import pulumi
284
288
  import pulumi_consul as consul
@@ -289,13 +293,15 @@ class Namespace(pulumi.CustomResource):
289
293
  "foo": "bar",
290
294
  })
291
295
  ```
296
+ <!--End PulumiCodeChooser -->
292
297
 
293
298
  ## Import
294
299
 
295
- `consul_namespace` can be imported. This is useful to manage attributes of the default namespace that is created automatically:
300
+ `consul_namespace` can be imported. This is useful to manage attributes of the
301
+ default namespace that is created automatically:
296
302
 
297
303
  ```sh
298
- $ pulumi import consul:index/namespace:Namespace default default
304
+ $ pulumi import consul:index/namespace:Namespace default default
299
305
  ```
300
306
 
301
307
  :param str resource_name: The name of the resource.
@@ -100,10 +100,11 @@ class NamespacePolicyAttachment(pulumi.CustomResource):
100
100
  """
101
101
  ## Import
102
102
 
103
- `consul_namespace_policy_attachment` can be imported. This is especially useful to manage the policies attached to the `default` namespace:
103
+ `consul_namespace_policy_attachment` can be imported. This is especially useful
104
+ to manage the policies attached to the `default` namespace:
104
105
 
105
106
  ```sh
106
- $ pulumi import consul:index/namespacePolicyAttachment:NamespacePolicyAttachment default default:policy_name
107
+ $ pulumi import consul:index/namespacePolicyAttachment:NamespacePolicyAttachment default default:policy_name
107
108
  ```
108
109
 
109
110
  :param str resource_name: The name of the resource.
@@ -120,10 +121,11 @@ class NamespacePolicyAttachment(pulumi.CustomResource):
120
121
  """
121
122
  ## Import
122
123
 
123
- `consul_namespace_policy_attachment` can be imported. This is especially useful to manage the policies attached to the `default` namespace:
124
+ `consul_namespace_policy_attachment` can be imported. This is especially useful
125
+ to manage the policies attached to the `default` namespace:
124
126
 
125
127
  ```sh
126
- $ pulumi import consul:index/namespacePolicyAttachment:NamespacePolicyAttachment default default:policy_name
128
+ $ pulumi import consul:index/namespacePolicyAttachment:NamespacePolicyAttachment default default:policy_name
127
129
  ```
128
130
 
129
131
  :param str resource_name: The name of the resource.
@@ -100,10 +100,11 @@ class NamespaceRoleAttachment(pulumi.CustomResource):
100
100
  """
101
101
  ## Import
102
102
 
103
- `consul_namespace_role_attachment` can be imported. This is especially useful to manage the policies attached to the `default` namespace:
103
+ `consul_namespace_role_attachment` can be imported. This is especially useful
104
+ to manage the policies attached to the `default` namespace:
104
105
 
105
106
  ```sh
106
- $ pulumi import consul:index/namespaceRoleAttachment:NamespaceRoleAttachment default default:role_name
107
+ $ pulumi import consul:index/namespaceRoleAttachment:NamespaceRoleAttachment default default:role_name
107
108
  ```
108
109
 
109
110
  :param str resource_name: The name of the resource.
@@ -120,10 +121,11 @@ class NamespaceRoleAttachment(pulumi.CustomResource):
120
121
  """
121
122
  ## Import
122
123
 
123
- `consul_namespace_role_attachment` can be imported. This is especially useful to manage the policies attached to the `default` namespace:
124
+ `consul_namespace_role_attachment` can be imported. This is especially useful
125
+ to manage the policies attached to the `default` namespace:
124
126
 
125
127
  ```sh
126
- $ pulumi import consul:index/namespaceRoleAttachment:NamespaceRoleAttachment default default:role_name
128
+ $ pulumi import consul:index/namespaceRoleAttachment:NamespaceRoleAttachment default default:role_name
127
129
  ```
128
130
 
129
131
  :param str resource_name: The name of the resource.
@@ -250,6 +250,7 @@ class NetworkArea(pulumi.CustomResource):
250
250
 
251
251
  ## Example Usage
252
252
 
253
+ <!--Start PulumiCodeChooser -->
253
254
  ```python
254
255
  import pulumi
255
256
  import pulumi_consul as consul
@@ -259,6 +260,7 @@ class NetworkArea(pulumi.CustomResource):
259
260
  retry_joins=["1.2.3.4"],
260
261
  use_tls=True)
261
262
  ```
263
+ <!--End PulumiCodeChooser -->
262
264
 
263
265
  :param str resource_name: The name of the resource.
264
266
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -292,6 +294,7 @@ class NetworkArea(pulumi.CustomResource):
292
294
 
293
295
  ## Example Usage
294
296
 
297
+ <!--Start PulumiCodeChooser -->
295
298
  ```python
296
299
  import pulumi
297
300
  import pulumi_consul as consul
@@ -301,6 +304,7 @@ class NetworkArea(pulumi.CustomResource):
301
304
  retry_joins=["1.2.3.4"],
302
305
  use_tls=True)
303
306
  ```
307
+ <!--End PulumiCodeChooser -->
304
308
 
305
309
  :param str resource_name: The name of the resource.
306
310
  :param NetworkAreaArgs args: The arguments to use to populate this resource's properties.
pulumi_consul/node.py CHANGED
@@ -248,19 +248,21 @@ class Node(pulumi.CustomResource):
248
248
 
249
249
  ## Example Usage
250
250
 
251
+ <!--Start PulumiCodeChooser -->
251
252
  ```python
252
253
  import pulumi
253
254
  import pulumi_consul as consul
254
255
 
255
256
  foobar = consul.Node("foobar", address="192.168.10.10")
256
257
  ```
258
+ <!--End PulumiCodeChooser -->
257
259
 
258
260
  ## Import
259
261
 
260
262
  The `consul_node` resource can be imported:
261
263
 
262
264
  ```sh
263
- $ pulumi import consul:index/node:Node example node-name
265
+ $ pulumi import consul:index/node:Node example node-name
264
266
  ```
265
267
 
266
268
  :param str resource_name: The name of the resource.
@@ -283,19 +285,21 @@ class Node(pulumi.CustomResource):
283
285
 
284
286
  ## Example Usage
285
287
 
288
+ <!--Start PulumiCodeChooser -->
286
289
  ```python
287
290
  import pulumi
288
291
  import pulumi_consul as consul
289
292
 
290
293
  foobar = consul.Node("foobar", address="192.168.10.10")
291
294
  ```
295
+ <!--End PulumiCodeChooser -->
292
296
 
293
297
  ## Import
294
298
 
295
299
  The `consul_node` resource can be imported:
296
300
 
297
301
  ```sh
298
- $ pulumi import consul:index/node:Node example node-name
302
+ $ pulumi import consul:index/node:Node example node-name
299
303
  ```
300
304
 
301
305
  :param str resource_name: The name of the resource.
pulumi_consul/peering.py CHANGED
@@ -238,6 +238,7 @@ class Peering(pulumi.CustomResource):
238
238
 
239
239
  ## Example Usage
240
240
 
241
+ <!--Start PulumiCodeChooser -->
241
242
  ```python
242
243
  import pulumi
243
244
  import pulumi_consul as consul
@@ -255,6 +256,7 @@ class Peering(pulumi.CustomResource):
255
256
  },
256
257
  opts=pulumi.ResourceOptions(provider=consul["eu"]))
257
258
  ```
259
+ <!--End PulumiCodeChooser -->
258
260
 
259
261
  :param str resource_name: The name of the resource.
260
262
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -279,6 +281,7 @@ class Peering(pulumi.CustomResource):
279
281
 
280
282
  ## Example Usage
281
283
 
284
+ <!--Start PulumiCodeChooser -->
282
285
  ```python
283
286
  import pulumi
284
287
  import pulumi_consul as consul
@@ -296,6 +299,7 @@ class Peering(pulumi.CustomResource):
296
299
  },
297
300
  opts=pulumi.ResourceOptions(provider=consul["eu"]))
298
301
  ```
302
+ <!--End PulumiCodeChooser -->
299
303
 
300
304
  :param str resource_name: The name of the resource.
301
305
  :param PeeringArgs args: The arguments to use to populate this resource's properties.
@@ -150,12 +150,14 @@ class PeeringToken(pulumi.CustomResource):
150
150
 
151
151
  ## Example Usage
152
152
 
153
+ <!--Start PulumiCodeChooser -->
153
154
  ```python
154
155
  import pulumi
155
156
  import pulumi_consul as consul
156
157
 
157
158
  token = consul.PeeringToken("token", peer_name="eu-cluster")
158
159
  ```
160
+ <!--End PulumiCodeChooser -->
159
161
 
160
162
  :param str resource_name: The name of the resource.
161
163
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -179,12 +181,14 @@ class PeeringToken(pulumi.CustomResource):
179
181
 
180
182
  ## Example Usage
181
183
 
184
+ <!--Start PulumiCodeChooser -->
182
185
  ```python
183
186
  import pulumi
184
187
  import pulumi_consul as consul
185
188
 
186
189
  token = consul.PeeringToken("token", peer_name="eu-cluster")
187
190
  ```
191
+ <!--End PulumiCodeChooser -->
188
192
 
189
193
  :param str resource_name: The name of the resource.
190
194
  :param PeeringTokenArgs args: The arguments to use to populate this resource's properties.
@@ -585,6 +585,7 @@ class PreparedQuery(pulumi.CustomResource):
585
585
  """
586
586
  ## Example Usage
587
587
 
588
+ <!--Start PulumiCodeChooser -->
588
589
  ```python
589
590
  import pulumi
590
591
  import pulumi_consul as consul
@@ -641,11 +642,12 @@ class PreparedQuery(pulumi.CustomResource):
641
642
  ),
642
643
  token="abcd")
643
644
  ```
645
+ <!--End PulumiCodeChooser -->
644
646
 
645
647
  ## Import
646
648
 
647
649
  ```sh
648
- $ pulumi import consul:index/preparedQuery:PreparedQuery my_service 71ecfb82-717a-4258-b4b6-2fb75144d856
650
+ $ pulumi import consul:index/preparedQuery:PreparedQuery my_service 71ecfb82-717a-4258-b4b6-2fb75144d856
649
651
  ```
650
652
 
651
653
  :param str resource_name: The name of the resource.
@@ -676,6 +678,7 @@ class PreparedQuery(pulumi.CustomResource):
676
678
  """
677
679
  ## Example Usage
678
680
 
681
+ <!--Start PulumiCodeChooser -->
679
682
  ```python
680
683
  import pulumi
681
684
  import pulumi_consul as consul
@@ -732,11 +735,12 @@ class PreparedQuery(pulumi.CustomResource):
732
735
  ),
733
736
  token="abcd")
734
737
  ```
738
+ <!--End PulumiCodeChooser -->
735
739
 
736
740
  ## Import
737
741
 
738
742
  ```sh
739
- $ pulumi import consul:index/preparedQuery:PreparedQuery my_service 71ecfb82-717a-4258-b4b6-2fb75144d856
743
+ $ pulumi import consul:index/preparedQuery:PreparedQuery my_service 71ecfb82-717a-4258-b4b6-2fb75144d856
740
744
  ```
741
745
 
742
746
  :param str resource_name: The name of the resource.
pulumi_consul/service.py CHANGED
@@ -469,6 +469,38 @@ class Service(pulumi.CustomResource):
469
469
  registered, it is not recommended to use this resource as the service will be
470
470
  removed during the next [anti-entropy synchronization](https://www.consul.io/docs/architecture/anti-entropy).
471
471
 
472
+ ## Example Usage
473
+
474
+ Creating a new node with the service:
475
+
476
+ <!--Start PulumiCodeChooser -->
477
+ ```python
478
+ import pulumi
479
+ import pulumi_consul as consul
480
+
481
+ compute = consul.Node("compute", address="www.google.com")
482
+ google = consul.Service("google",
483
+ node=compute.name,
484
+ port=80,
485
+ tags=["tag0"])
486
+ ```
487
+ <!--End PulumiCodeChooser -->
488
+
489
+ Utilizing an existing known node:
490
+
491
+ <!--Start PulumiCodeChooser -->
492
+ ```python
493
+ import pulumi
494
+ import pulumi_consul as consul
495
+
496
+ google = consul.Service("google",
497
+ node="google",
498
+ port=443)
499
+ ```
500
+ <!--End PulumiCodeChooser -->
501
+
502
+ Register a health-check:
503
+
472
504
  :param str resource_name: The name of the resource.
473
505
  :param pulumi.ResourceOptions opts: Options for the resource.
474
506
  :param pulumi.Input[str] address: The address of the service. Defaults to the address of the node.
@@ -499,6 +531,38 @@ class Service(pulumi.CustomResource):
499
531
  registered, it is not recommended to use this resource as the service will be
500
532
  removed during the next [anti-entropy synchronization](https://www.consul.io/docs/architecture/anti-entropy).
501
533
 
534
+ ## Example Usage
535
+
536
+ Creating a new node with the service:
537
+
538
+ <!--Start PulumiCodeChooser -->
539
+ ```python
540
+ import pulumi
541
+ import pulumi_consul as consul
542
+
543
+ compute = consul.Node("compute", address="www.google.com")
544
+ google = consul.Service("google",
545
+ node=compute.name,
546
+ port=80,
547
+ tags=["tag0"])
548
+ ```
549
+ <!--End PulumiCodeChooser -->
550
+
551
+ Utilizing an existing known node:
552
+
553
+ <!--Start PulumiCodeChooser -->
554
+ ```python
555
+ import pulumi
556
+ import pulumi_consul as consul
557
+
558
+ google = consul.Service("google",
559
+ node="google",
560
+ port=443)
561
+ ```
562
+ <!--End PulumiCodeChooser -->
563
+
564
+ Register a health-check:
565
+
502
566
  :param str resource_name: The name of the resource.
503
567
  :param ServiceArgs args: The arguments to use to populate this resource's properties.
504
568
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_consul
3
- Version: 3.12.0a1709360320
3
+ Version: 3.12.0a1710915108
4
4
  Summary: A Pulumi package for creating and managing consul resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,70 @@
1
+ pulumi_consul/__init__.py,sha256=WEdXDw8m0r_d5zps4HIp-KZjaIErfJLypM_JVn9whIA,8027
2
+ pulumi_consul/_inputs.py,sha256=rRW-KThK4f2cRL0JM2Fx34AQ__lCS552v9oImvspvBk,217097
3
+ pulumi_consul/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
+ pulumi_consul/acl_auth_method.py,sha256=aiUGuGWvwI9NIbtdgEIg9ZEoT9y5My9KwdoU4zYI5YA,33087
5
+ pulumi_consul/acl_binding_rule.py,sha256=jVuC08OiIoiM9myAPJDAmF_K1Ft2MgO-EoLZTsywtzM,22832
6
+ pulumi_consul/acl_policy.py,sha256=33_ks-t5DAvDlrbfxEUzbybmcRk63tQplXLkvvSrhBI,15722
7
+ pulumi_consul/acl_role.py,sha256=014DshuxiD3zusbI4P8pW5rblt-enJhPGtGHC1aJve0,24150
8
+ pulumi_consul/acl_role_policy_attachment.py,sha256=ftXBcVVeYM0cfHEnkuy7nJbvu__fxsaNlfQ2janll8w,8679
9
+ pulumi_consul/acl_token.py,sha256=G85RzcvLRd7yqGzbJX3R6e7wulnW-4yWMkSKiGyGLqk,31483
10
+ pulumi_consul/acl_token_policy_attachment.py,sha256=glF99m1ImmIG7uyNOQyRNR24D1cTrsayKh-e3ANXrm8,8508
11
+ pulumi_consul/acl_token_role_attachment.py,sha256=3o1wjCqBWTVQGK-PNLQswAt8rVjiHwoUPmcvMYdHrM8,7757
12
+ pulumi_consul/admin_partition.py,sha256=I_u4oYHj-PPNM1-5OxLN0pPu7cKuEF_ho6HYw9FK1uk,8663
13
+ pulumi_consul/agent_service.py,sha256=eG43TMRo_91t9nfM9DZ8r65yYWwSe3W1bXtWuqeRoJs,13089
14
+ pulumi_consul/autopilot_config.py,sha256=cVfU9Mh4dSqxAtqNw5mSZwF7IlXiIH-UsyW8Fl8ZYV0,28179
15
+ pulumi_consul/catalog_entry.py,sha256=n_iirVpenRKG7_547HwPSGs9V2503tgRyhmTqqAesZM,18949
16
+ pulumi_consul/certificate_authority.py,sha256=KV0uvGM4e4yC7zgoh0_DhwhyVolNvGU6F_4r8bsMkU0,14385
17
+ pulumi_consul/config_entry.py,sha256=SmfzzuYn3F8noeAL3cy4PZVsM7RtDfixaR87oI7znOM,30510
18
+ pulumi_consul/config_entry_service_defaults.py,sha256=NEWQuq9H4yZfgem7wyss5Zx8c9d7W40pFYWjgdv75d0,52638
19
+ pulumi_consul/config_entry_service_intentions.py,sha256=XKcbpbDnUnftgcHauhaYlI2WNvXajbEAOOcyqUH2bRk,22682
20
+ pulumi_consul/config_entry_service_resolver.py,sha256=SVqC3tPWjjiVFol9LffH-0mtUramvFSjMr6OYETtjTg,35945
21
+ pulumi_consul/config_entry_service_router.py,sha256=jQjhFjttiWv0f1fONybipn3JsGpLQ_g7AwCKLEfsr-o,16960
22
+ pulumi_consul/config_entry_service_splitter.py,sha256=QWY7JZsl40yf0k2LHnPY3-7_WzHiVTJxbiq08GbtjOI,20354
23
+ pulumi_consul/get_acl_auth_method.py,sha256=DCcl53wetlkmDw5HHrvPCKq8llPN4e1GarQkXJzZwcI,9645
24
+ pulumi_consul/get_acl_policy.py,sha256=GPoln4Z9pJMG9nVYegoJf_XyI7pMGI1dWzaDVSiwX44,6066
25
+ pulumi_consul/get_acl_role.py,sha256=UTkbbvlf7OXlLK7n2ysm9AzNxjYPZG8KSbY7p_lyzbo,7627
26
+ pulumi_consul/get_acl_token.py,sha256=1nnw-g3CIxH1l9WRrv9NhzrQUcsA4mPxjdgXDkU_bsU,9948
27
+ pulumi_consul/get_acl_token_secret_id.py,sha256=wMWYRAHpM-ebyzAOpHLftJRAj9pnGe4qWHZx68UEw9I,7045
28
+ pulumi_consul/get_agent_config.py,sha256=6DY5BK6_DTGkNz3Z-ghSy9qpyhrgMoOGA8zlmkRttxw,6099
29
+ pulumi_consul/get_agent_self.py,sha256=-cw13p0lRJLyj8qvQp06ZZ5c18JatSdw1am6QoJZqnE,43212
30
+ pulumi_consul/get_autopilot_health.py,sha256=5891L7T78VCuGE_VLh0VD3TZBgnu-elyTRwtQrjUSSA,5406
31
+ pulumi_consul/get_catalog_nodes.py,sha256=nZZIzVkm74PtG34IlKugBZnX3adeQyOSNmoZz_mHKIE,5881
32
+ pulumi_consul/get_catalog_service.py,sha256=U3aR3Nnbx5ZgdOzBhQFyFpxbwD2nbjKVxgt0psWZ0ZA,8753
33
+ pulumi_consul/get_catalog_services.py,sha256=C19KcxqjgTS_rc2m_xhNZCt-iEeepcx-l726gA-Kj24,6190
34
+ pulumi_consul/get_config_entry.py,sha256=8pHLWLT5RUVPiJj5zU2VV1xkGsT9JpLsmVwxeqbEpzE,5478
35
+ pulumi_consul/get_datacenters.py,sha256=WNivbaPSVbCtwHtvdRjljUti1YWaOJtqxBBc-_7IFEc,2669
36
+ pulumi_consul/get_key_prefix.py,sha256=0ENz8hzYFSQlhzMSD2OiJbWJRzL2ymF8YR5Wrz_luss,10915
37
+ pulumi_consul/get_keys.py,sha256=K1lMx4Wgx-XE4VpxHP0ML950T02TzmxWjnL7yVMiPr4,9589
38
+ pulumi_consul/get_network_area_members.py,sha256=c5BtALRo3Q1_PNTx4TUrarWftDP9KVSX_1t4x91dUEI,6712
39
+ pulumi_consul/get_network_segments.py,sha256=nggXIInwqO0SXSs1_rn7HiwqeU1qwQ3I6OqD2bfSiho,5551
40
+ pulumi_consul/get_nodes.py,sha256=ZcKZWIWuWgclQGj4QYTqKdhvQcSI_rxYZrlBakLRvsA,5359
41
+ pulumi_consul/get_peering.py,sha256=UQFjDdpWxfWglJ-7t1BH6zwu1pkS_nVJ3cSVpuZu-Ag,6440
42
+ pulumi_consul/get_peerings.py,sha256=NS1nnjxppR2aYqs_vS_EAhStZ8c4bAg7EhUXjFuoPsc,3164
43
+ pulumi_consul/get_service.py,sha256=Xv2tI5oitx7Cf6ujV_2wnmGtw0n0MPjy4MCWKettAQ0,8151
44
+ pulumi_consul/get_service_health.py,sha256=2CCrunPsyCDOjmcJXhGmSIJSMc6a-0vlvuiEAVJ80Dw,10133
45
+ pulumi_consul/get_services.py,sha256=Q5d4qGcOTPTopkbdx0pTpgO3Gt5JAglPXM-4dpk0fek,5651
46
+ pulumi_consul/intention.py,sha256=ho1l5csC-byPz5CgHmX5qxNsFmptRz9aVZr27VEppGY,26148
47
+ pulumi_consul/key_prefix.py,sha256=WJGpLgmCyU9cL9pAG6tjSrZjKZBcB4YSAQTiIJsa1Dg,26573
48
+ pulumi_consul/keys.py,sha256=muGKdHQej6ptl77B4cyYmuysMJOrUYAuiiDrg94USts,18033
49
+ pulumi_consul/license.py,sha256=XHUy7eN03nJM7wUnRUf1G7xYnd9b41iJ1fgXXts9hSI,19991
50
+ pulumi_consul/namespace.py,sha256=fPAJPoONW7gqanL8wxmVwbGVVo_zNMIsRaLwIHF4mHE,18115
51
+ pulumi_consul/namespace_policy_attachment.py,sha256=0qlJ92SJLDdocHj8dmm0cd1LAqF-IlB5FouYhUOyATo,8200
52
+ pulumi_consul/namespace_role_attachment.py,sha256=-xlic3f_MQ7JN0i0aNPEvSD7pT8vzrM0fvlUB7KLOoY,8052
53
+ pulumi_consul/network_area.py,sha256=_JuwzK8mj1cxHqoqIb9T_qrX0MEOGO4Cnx3f4KelV8g,19832
54
+ pulumi_consul/node.py,sha256=47QPrYj6vN7rQXutZYS0MWnNCktn583H5w2VDnuwHfE,18083
55
+ pulumi_consul/outputs.py,sha256=IZs1UldvCqm7OQfpN79Sxq2cnVglZKtbSabhyygh3T4,234747
56
+ pulumi_consul/peering.py,sha256=pu4AiOobus3AJkWCuY3oE3mTUJhOJohl6Vrazw2IrZk,21220
57
+ pulumi_consul/peering_token.py,sha256=c1fFWbNBqKnNQmEt4U3mGZ9Mr5c5e2j2hnw0o4yHGqw,14221
58
+ pulumi_consul/prepared_query.py,sha256=v4xlennYoTLZStCTDeDAFryiYIbStHYocx1dLQQZHBM,53868
59
+ pulumi_consul/provider.py,sha256=1xhCm2DWQ1CuCIy7sDnl_lzHDj4wtS2mc3OH7vQaToU,24679
60
+ pulumi_consul/pulumi-plugin.json,sha256=VXjlQuI-OEXhtFLQdyJ645kCumRQ-G5oWRM1hutS4zM,43
61
+ pulumi_consul/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
+ pulumi_consul/service.py,sha256=lbt1Fg7iDD6odUK-vBe-h9KB9zMx49JW1S-YmWjkaBs,32818
63
+ pulumi_consul/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
64
+ pulumi_consul/config/__init__.pyi,sha256=Xr56VkEbCA8jXnSDMCxONcnilMpQdAHs6-imo_c-TBU,2587
65
+ pulumi_consul/config/outputs.py,sha256=gDtRkTfR9uCq26RXew73SpJWdrCejHeWHhoL5--_LW4,3384
66
+ pulumi_consul/config/vars.py,sha256=SXNUccmf6RtLkyaTd4mMknJtP2rlISHxMcq4PUHRgpg,4255
67
+ pulumi_consul-3.12.0a1710915108.dist-info/METADATA,sha256=fLE_27Ea_co4zpncO1GTebHWR4gVx6_QbvHUCN5eJ5k,3944
68
+ pulumi_consul-3.12.0a1710915108.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
69
+ pulumi_consul-3.12.0a1710915108.dist-info/top_level.txt,sha256=SrKSXrIq8AWqnNKrd7pWSC691idGwXi9XMA-DTWwcfg,14
70
+ pulumi_consul-3.12.0a1710915108.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,70 +0,0 @@
1
- pulumi_consul/__init__.py,sha256=WEdXDw8m0r_d5zps4HIp-KZjaIErfJLypM_JVn9whIA,8027
2
- pulumi_consul/_inputs.py,sha256=rRW-KThK4f2cRL0JM2Fx34AQ__lCS552v9oImvspvBk,217097
3
- pulumi_consul/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
- pulumi_consul/acl_auth_method.py,sha256=c_cHJeKbpBdFO6s5FoB42IGTQOdayGt_7audvl5gOOc,32775
5
- pulumi_consul/acl_binding_rule.py,sha256=jzhrnwFMz7M9Wp-fVlfskYNmGQ-1esqZOEJMm7aIqdo,22676
6
- pulumi_consul/acl_policy.py,sha256=Gx4lekJodM7vtx8J5X6UG_sjr7MA5kFp2u51h7lUU9M,15568
7
- pulumi_consul/acl_role.py,sha256=XAutswhlMF4BfNCKKZhZsUrGUoZtu0R17JtUXtO_qoY,23996
8
- pulumi_consul/acl_role_policy_attachment.py,sha256=gCZC_cbIohEs0LEW56z_GmOyAlrv8QHeiDt6qQ9zsIM,8525
9
- pulumi_consul/acl_token.py,sha256=2bVsuwdN_aujfJZBfUlB_jfOH_PiytqewXjD74x3EY4,31329
10
- pulumi_consul/acl_token_policy_attachment.py,sha256=xvBNxHEk2ZsqC822RHcdsbwFScg1-zLiTgF8xDN0U9M,8510
11
- pulumi_consul/acl_token_role_attachment.py,sha256=p--QDxrXJiuyEyroumHsbbdbGr42JSI7-H2mFHd2mqU,7743
12
- pulumi_consul/admin_partition.py,sha256=MyYkeiIdtNBd3RLnqQRMbxeUc7CeFnPutkljfUAG88I,8509
13
- pulumi_consul/agent_service.py,sha256=-xpqaiKfUuqPzun_pHXT4xtdEjSvj8A8d7a280AL574,12933
14
- pulumi_consul/autopilot_config.py,sha256=g_N2ZqciXVA-H4kD5vZExAsABfawil-5KOpJmo41W7A,28023
15
- pulumi_consul/catalog_entry.py,sha256=7jmCtvM7T9JoMOCGkEwDeiAOeI0rR4sp2hApuXg5atc,18793
16
- pulumi_consul/certificate_authority.py,sha256=Bt8L-wQDIzLxi3FjSlyh_jyPqg4b64zPD4qM5mIK2GY,14387
17
- pulumi_consul/config_entry.py,sha256=rpCxbLqTEWwEvIJ0B-EsBUii-fi5Sz0uGWq5LXRrq2Q,29520
18
- pulumi_consul/config_entry_service_defaults.py,sha256=upt_NA54szcJ4E_4mP5V1JOC3BLiuLvgBEcwFfp-BYo,52788
19
- pulumi_consul/config_entry_service_intentions.py,sha256=VADzSknl6Y6zgwOmS7UMls70PD7FtfGH3HeSGv0k2IU,22526
20
- pulumi_consul/config_entry_service_resolver.py,sha256=LMgGzu9dT0AMICbj2OidfuA2bRJPKjqo243fU-cKmT8,35789
21
- pulumi_consul/config_entry_service_router.py,sha256=iLCb7S0HUPD3vv-Z8gzMo-0J8fKSpVCZTSvdGbcX7ZM,16804
22
- pulumi_consul/config_entry_service_splitter.py,sha256=JuBmWdlT79UouQfiLaShYERX9JE9C_liGaYNpjxzHfg,20200
23
- pulumi_consul/get_acl_auth_method.py,sha256=9b56fzKS3TQTKM93R-E30Xc5sGXS-lGYR-wIF3dypLc,9505
24
- pulumi_consul/get_acl_policy.py,sha256=LFQlcq2jS7ptdGTWr9Dos9Wq64gqeTv8GNM4G88SNVU,5926
25
- pulumi_consul/get_acl_role.py,sha256=0x-mVAorUt30-BRVbq6nETtrvLn8wIOrB1t2HE83u94,7487
26
- pulumi_consul/get_acl_token.py,sha256=7n2WTxRrF-zrYQRmFfy4jLXYjsLsoCQ5s81gVqvEKwU,9808
27
- pulumi_consul/get_acl_token_secret_id.py,sha256=u--3JfdykzLywTNod4IYNkcC1koLs2PBMFoLKy1yOZg,6905
28
- pulumi_consul/get_agent_config.py,sha256=F6Khi2DZQROdaxOQVNe2iJtVXroLDICQfQ3t_shRodE,5959
29
- pulumi_consul/get_agent_self.py,sha256=-cw13p0lRJLyj8qvQp06ZZ5c18JatSdw1am6QoJZqnE,43212
30
- pulumi_consul/get_autopilot_health.py,sha256=WKtlV88Q7C3JHVaHa6Sa7p7aXeggEXfQaLQXz3ZVwRY,5266
31
- pulumi_consul/get_catalog_nodes.py,sha256=nZZIzVkm74PtG34IlKugBZnX3adeQyOSNmoZz_mHKIE,5881
32
- pulumi_consul/get_catalog_service.py,sha256=U3aR3Nnbx5ZgdOzBhQFyFpxbwD2nbjKVxgt0psWZ0ZA,8753
33
- pulumi_consul/get_catalog_services.py,sha256=C19KcxqjgTS_rc2m_xhNZCt-iEeepcx-l726gA-Kj24,6190
34
- pulumi_consul/get_config_entry.py,sha256=8pHLWLT5RUVPiJj5zU2VV1xkGsT9JpLsmVwxeqbEpzE,5478
35
- pulumi_consul/get_datacenters.py,sha256=WNivbaPSVbCtwHtvdRjljUti1YWaOJtqxBBc-_7IFEc,2669
36
- pulumi_consul/get_key_prefix.py,sha256=_FHDxqdX3HpQ0huM8nvyDmry8tsMR70H2brR2B45uG8,10635
37
- pulumi_consul/get_keys.py,sha256=I9JRG5Wx7xCEm8fR7Tq3PlND5Td12oHUycIudkMHqGE,9449
38
- pulumi_consul/get_network_area_members.py,sha256=3KXjnTAB2ymHJHo0hxPXOmc72p_5_pZggfAg16V0WeA,6572
39
- pulumi_consul/get_network_segments.py,sha256=NlfqvcFa9RjZfdEEqxFbsFLu6b8cG-Hk25vpKOeBSL4,5411
40
- pulumi_consul/get_nodes.py,sha256=ZcKZWIWuWgclQGj4QYTqKdhvQcSI_rxYZrlBakLRvsA,5359
41
- pulumi_consul/get_peering.py,sha256=Bcpy_TCMVuHrmzWWM5GRTLiaZq5gGJuZYcis9JCMraE,6300
42
- pulumi_consul/get_peerings.py,sha256=EX1J_eQf01voOEvPB2IuWV6HNdvTeTpn_bbuY0gQ9QQ,3024
43
- pulumi_consul/get_service.py,sha256=Xv2tI5oitx7Cf6ujV_2wnmGtw0n0MPjy4MCWKettAQ0,8151
44
- pulumi_consul/get_service_health.py,sha256=2CCrunPsyCDOjmcJXhGmSIJSMc6a-0vlvuiEAVJ80Dw,10133
45
- pulumi_consul/get_services.py,sha256=Q5d4qGcOTPTopkbdx0pTpgO3Gt5JAglPXM-4dpk0fek,5651
46
- pulumi_consul/intention.py,sha256=zvs548ECKpU59uE4I7KlcChYXwFZTRlK8rJw1KO7F_Q,25838
47
- pulumi_consul/key_prefix.py,sha256=OgCHbast4F4Bha1d8B66OWFUY-cuB7RK3YOzMfrYX6U,26403
48
- pulumi_consul/keys.py,sha256=dd5ptrGZXnzUS9MLch1y_UoIx-ZbrJCSWo2xDW6X1Kg,17877
49
- pulumi_consul/license.py,sha256=rTuj2sQ7wrdO2Z2kc44vaVnt9Kdy-CDA3isU7Cul1OA,19835
50
- pulumi_consul/namespace.py,sha256=PADPLeCK_6E3IsJGBC_uvNV1SgVlAYGqtYI2vLcQh_Q,17945
51
- pulumi_consul/namespace_policy_attachment.py,sha256=p0BaakAgvSmjiEGEPBfKLHw2A7PyQXXekkOZLp36WxQ,8186
52
- pulumi_consul/namespace_role_attachment.py,sha256=wGExxN6cCQYv1oeEqF2z6gI4yBBx1BF5TvVADSAk_xs,8038
53
- pulumi_consul/network_area.py,sha256=YmboKpGWDpugJ79JXiBrIRJy50m5zHwKgL48Bf0909U,19676
54
- pulumi_consul/node.py,sha256=HJ4OErAOD4chBez5Xs6smQL9LIbBBYpzAYeDjywvMJA,17929
55
- pulumi_consul/outputs.py,sha256=IZs1UldvCqm7OQfpN79Sxq2cnVglZKtbSabhyygh3T4,234747
56
- pulumi_consul/peering.py,sha256=yahby467Zb8sYd90GnIB35BNM1qGR3j1J0Y1j6l02wA,21064
57
- pulumi_consul/peering_token.py,sha256=DMm2gBJ2DaTygdsX99QpXxJaMmdqzEazpm7i2e8P1H8,14065
58
- pulumi_consul/prepared_query.py,sha256=CcjTSG_Ap_LExwelDWMDqVMyuO1z2oQiQOg6Jx1Wi9Q,53714
59
- pulumi_consul/provider.py,sha256=1xhCm2DWQ1CuCIy7sDnl_lzHDj4wtS2mc3OH7vQaToU,24679
60
- pulumi_consul/pulumi-plugin.json,sha256=VXjlQuI-OEXhtFLQdyJ645kCumRQ-G5oWRM1hutS4zM,43
61
- pulumi_consul/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
- pulumi_consul/service.py,sha256=o2oJzBGp6q68FRjgYraO4KFhF7YusCRAVR7tXLbnUWk,31276
63
- pulumi_consul/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
64
- pulumi_consul/config/__init__.pyi,sha256=Xr56VkEbCA8jXnSDMCxONcnilMpQdAHs6-imo_c-TBU,2587
65
- pulumi_consul/config/outputs.py,sha256=gDtRkTfR9uCq26RXew73SpJWdrCejHeWHhoL5--_LW4,3384
66
- pulumi_consul/config/vars.py,sha256=SXNUccmf6RtLkyaTd4mMknJtP2rlISHxMcq4PUHRgpg,4255
67
- pulumi_consul-3.12.0a1709360320.dist-info/METADATA,sha256=qQCsRYTlNan9PyHhUda1Jb8QxY8540KxHXl0NMX8Oqo,3944
68
- pulumi_consul-3.12.0a1709360320.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
69
- pulumi_consul-3.12.0a1709360320.dist-info/top_level.txt,sha256=SrKSXrIq8AWqnNKrd7pWSC691idGwXi9XMA-DTWwcfg,14
70
- pulumi_consul-3.12.0a1709360320.dist-info/RECORD,,