pulumi-consul 3.13.0a1746164100__py3-none-any.whl → 3.13.0a1746733948__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 (40) hide show
  1. pulumi_consul/acl_auth_method.py +1 -3
  2. pulumi_consul/acl_binding_rule.py +1 -3
  3. pulumi_consul/acl_policy.py +1 -3
  4. pulumi_consul/acl_role.py +1 -3
  5. pulumi_consul/acl_role_policy_attachment.py +1 -3
  6. pulumi_consul/acl_token.py +1 -3
  7. pulumi_consul/acl_token_policy_attachment.py +1 -3
  8. pulumi_consul/acl_token_role_attachment.py +1 -3
  9. pulumi_consul/admin_partition.py +1 -3
  10. pulumi_consul/agent_service.py +1 -3
  11. pulumi_consul/autopilot_config.py +1 -3
  12. pulumi_consul/catalog_entry.py +1 -3
  13. pulumi_consul/certificate_authority.py +1 -3
  14. pulumi_consul/config_entry.py +1 -3
  15. pulumi_consul/config_entry_service_defaults.py +1 -3
  16. pulumi_consul/config_entry_service_intentions.py +1 -3
  17. pulumi_consul/config_entry_service_resolver.py +1 -3
  18. pulumi_consul/config_entry_service_router.py +1 -3
  19. pulumi_consul/config_entry_service_splitter.py +1 -3
  20. pulumi_consul/config_entry_v2_exported_services.py +1 -3
  21. pulumi_consul/intention.py +1 -3
  22. pulumi_consul/key_prefix.py +1 -3
  23. pulumi_consul/keys.py +1 -3
  24. pulumi_consul/license.py +1 -3
  25. pulumi_consul/namespace.py +1 -3
  26. pulumi_consul/namespace_policy_attachment.py +1 -3
  27. pulumi_consul/namespace_role_attachment.py +1 -3
  28. pulumi_consul/network_area.py +1 -3
  29. pulumi_consul/node.py +1 -3
  30. pulumi_consul/peering.py +1 -3
  31. pulumi_consul/peering_token.py +1 -3
  32. pulumi_consul/prepared_query.py +1 -3
  33. pulumi_consul/provider.py +21 -3
  34. pulumi_consul/pulumi-plugin.json +1 -1
  35. pulumi_consul/service.py +1 -3
  36. {pulumi_consul-3.13.0a1746164100.dist-info → pulumi_consul-3.13.0a1746733948.dist-info}/METADATA +3 -3
  37. pulumi_consul-3.13.0a1746733948.dist-info/RECORD +72 -0
  38. {pulumi_consul-3.13.0a1746164100.dist-info → pulumi_consul-3.13.0a1746733948.dist-info}/WHEEL +1 -1
  39. pulumi_consul-3.13.0a1746164100.dist-info/RECORD +0 -72
  40. {pulumi_consul-3.13.0a1746164100.dist-info → pulumi_consul-3.13.0a1746733948.dist-info}/top_level.txt +0 -0
@@ -394,10 +394,8 @@ class _AclAuthMethodState:
394
394
  pulumi.set(self, "type", value)
395
395
 
396
396
 
397
+ @pulumi.type_token("consul:index/aclAuthMethod:AclAuthMethod")
397
398
  class AclAuthMethod(pulumi.CustomResource):
398
-
399
- pulumi_type = "consul:index/aclAuthMethod:AclAuthMethod"
400
-
401
399
  @overload
402
400
  def __init__(__self__,
403
401
  resource_name: str,
@@ -288,10 +288,8 @@ class _AclBindingRuleState:
288
288
  pulumi.set(self, "selector", value)
289
289
 
290
290
 
291
+ @pulumi.type_token("consul:index/aclBindingRule:AclBindingRule")
291
292
  class AclBindingRule(pulumi.CustomResource):
292
-
293
- pulumi_type = "consul:index/aclBindingRule:AclBindingRule"
294
-
295
293
  @overload
296
294
  def __init__(__self__,
297
295
  resource_name: str,
@@ -224,10 +224,8 @@ class _AclPolicyState:
224
224
  pulumi.set(self, "rules", value)
225
225
 
226
226
 
227
+ @pulumi.type_token("consul:index/aclPolicy:AclPolicy")
227
228
  class AclPolicy(pulumi.CustomResource):
228
-
229
- pulumi_type = "consul:index/aclPolicy:AclPolicy"
230
-
231
229
  @overload
232
230
  def __init__(__self__,
233
231
  resource_name: str,
pulumi_consul/acl_role.py CHANGED
@@ -291,10 +291,8 @@ class _AclRoleState:
291
291
  pulumi.set(self, "templated_policies", value)
292
292
 
293
293
 
294
+ @pulumi.type_token("consul:index/aclRole:AclRole")
294
295
  class AclRole(pulumi.CustomResource):
295
-
296
- pulumi_type = "consul:index/aclRole:AclRole"
297
-
298
296
  @overload
299
297
  def __init__(__self__,
300
298
  resource_name: str,
@@ -95,10 +95,8 @@ class _AclRolePolicyAttachmentState:
95
95
  pulumi.set(self, "role_id", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("consul:index/aclRolePolicyAttachment:AclRolePolicyAttachment")
98
99
  class AclRolePolicyAttachment(pulumi.CustomResource):
99
-
100
- pulumi_type = "consul:index/aclRolePolicyAttachment:AclRolePolicyAttachment"
101
-
102
100
  @overload
103
101
  def __init__(__self__,
104
102
  resource_name: str,
@@ -387,10 +387,8 @@ class _AclTokenState:
387
387
  pulumi.set(self, "templated_policies", value)
388
388
 
389
389
 
390
+ @pulumi.type_token("consul:index/aclToken:AclToken")
390
391
  class AclToken(pulumi.CustomResource):
391
-
392
- pulumi_type = "consul:index/aclToken:AclToken"
393
-
394
392
  @overload
395
393
  def __init__(__self__,
396
394
  resource_name: str,
@@ -95,10 +95,8 @@ class _AclTokenPolicyAttachmentState:
95
95
  pulumi.set(self, "token_id", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("consul:index/aclTokenPolicyAttachment:AclTokenPolicyAttachment")
98
99
  class AclTokenPolicyAttachment(pulumi.CustomResource):
99
-
100
- pulumi_type = "consul:index/aclTokenPolicyAttachment:AclTokenPolicyAttachment"
101
-
102
100
  @overload
103
101
  def __init__(__self__,
104
102
  resource_name: str,
@@ -95,10 +95,8 @@ class _AclTokenRoleAttachmentState:
95
95
  pulumi.set(self, "token_id", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("consul:index/aclTokenRoleAttachment:AclTokenRoleAttachment")
98
99
  class AclTokenRoleAttachment(pulumi.CustomResource):
99
-
100
- pulumi_type = "consul:index/aclTokenRoleAttachment:AclTokenRoleAttachment"
101
-
102
100
  @overload
103
101
  def __init__(__self__,
104
102
  resource_name: str,
@@ -97,10 +97,8 @@ class _AdminPartitionState:
97
97
  pulumi.set(self, "name", value)
98
98
 
99
99
 
100
+ @pulumi.type_token("consul:index/adminPartition:AdminPartition")
100
101
  class AdminPartition(pulumi.CustomResource):
101
-
102
- pulumi_type = "consul:index/adminPartition:AdminPartition"
103
-
104
102
  @overload
105
103
  def __init__(__self__,
106
104
  resource_name: str,
@@ -169,10 +169,8 @@ class _AgentServiceState:
169
169
  pulumi.set(self, "tags", value)
170
170
 
171
171
 
172
+ @pulumi.type_token("consul:index/agentService:AgentService")
172
173
  class AgentService(pulumi.CustomResource):
173
-
174
- pulumi_type = "consul:index/agentService:AgentService"
175
-
176
174
  @overload
177
175
  def __init__(__self__,
178
176
  resource_name: str,
@@ -329,10 +329,8 @@ class _AutopilotConfigState:
329
329
  pulumi.set(self, "upgrade_version_tag", value)
330
330
 
331
331
 
332
+ @pulumi.type_token("consul:index/autopilotConfig:AutopilotConfig")
332
333
  class AutopilotConfig(pulumi.CustomResource):
333
-
334
- pulumi_type = "consul:index/autopilotConfig:AutopilotConfig"
335
-
336
334
  @overload
337
335
  def __init__(__self__,
338
336
  resource_name: str,
@@ -223,10 +223,8 @@ Please use the token argument in the provider configuration""")
223
223
  pulumi.set(self, "token", value)
224
224
 
225
225
 
226
+ @pulumi.type_token("consul:index/catalogEntry:CatalogEntry")
226
227
  class CatalogEntry(pulumi.CustomResource):
227
-
228
- pulumi_type = "consul:index/catalogEntry:CatalogEntry"
229
-
230
228
  @overload
231
229
  def __init__(__self__,
232
230
  resource_name: str,
@@ -120,10 +120,8 @@ class _CertificateAuthorityState:
120
120
  pulumi.set(self, "connect_provider", value)
121
121
 
122
122
 
123
+ @pulumi.type_token("consul:index/certificateAuthority:CertificateAuthority")
123
124
  class CertificateAuthority(pulumi.CustomResource):
124
-
125
- pulumi_type = "consul:index/certificateAuthority:CertificateAuthority"
126
-
127
125
  @overload
128
126
  def __init__(__self__,
129
127
  resource_name: str,
@@ -192,10 +192,8 @@ class _ConfigEntryState:
192
192
  pulumi.set(self, "partition", value)
193
193
 
194
194
 
195
+ @pulumi.type_token("consul:index/configEntry:ConfigEntry")
195
196
  class ConfigEntry(pulumi.CustomResource):
196
-
197
- pulumi_type = "consul:index/configEntry:ConfigEntry"
198
-
199
197
  @overload
200
198
  def __init__(__self__,
201
199
  resource_name: str,
@@ -609,10 +609,8 @@ class _ConfigEntryServiceDefaultsState:
609
609
  pulumi.set(self, "upstream_configs", value)
610
610
 
611
611
 
612
+ @pulumi.type_token("consul:index/configEntryServiceDefaults:ConfigEntryServiceDefaults")
612
613
  class ConfigEntryServiceDefaults(pulumi.CustomResource):
613
-
614
- pulumi_type = "consul:index/configEntryServiceDefaults:ConfigEntryServiceDefaults"
615
-
616
614
  @overload
617
615
  def __init__(__self__,
618
616
  resource_name: str,
@@ -227,10 +227,8 @@ class _ConfigEntryServiceIntentionsState:
227
227
  pulumi.set(self, "sources", value)
228
228
 
229
229
 
230
+ @pulumi.type_token("consul:index/configEntryServiceIntentions:ConfigEntryServiceIntentions")
230
231
  class ConfigEntryServiceIntentions(pulumi.CustomResource):
231
-
232
- pulumi_type = "consul:index/configEntryServiceIntentions:ConfigEntryServiceIntentions"
233
-
234
232
  @overload
235
233
  def __init__(__self__,
236
234
  resource_name: str,
@@ -387,10 +387,8 @@ class _ConfigEntryServiceResolverState:
387
387
  pulumi.set(self, "subsets", value)
388
388
 
389
389
 
390
+ @pulumi.type_token("consul:index/configEntryServiceResolver:ConfigEntryServiceResolver")
390
391
  class ConfigEntryServiceResolver(pulumi.CustomResource):
391
-
392
- pulumi_type = "consul:index/configEntryServiceResolver:ConfigEntryServiceResolver"
393
-
394
392
  @overload
395
393
  def __init__(__self__,
396
394
  resource_name: str,
@@ -195,10 +195,8 @@ class _ConfigEntryServiceRouterState:
195
195
  pulumi.set(self, "routes", value)
196
196
 
197
197
 
198
+ @pulumi.type_token("consul:index/configEntryServiceRouter:ConfigEntryServiceRouter")
198
199
  class ConfigEntryServiceRouter(pulumi.CustomResource):
199
-
200
- pulumi_type = "consul:index/configEntryServiceRouter:ConfigEntryServiceRouter"
201
-
202
200
  @overload
203
201
  def __init__(__self__,
204
202
  resource_name: str,
@@ -194,10 +194,8 @@ class _ConfigEntryServiceSplitterState:
194
194
  pulumi.set(self, "splits", value)
195
195
 
196
196
 
197
+ @pulumi.type_token("consul:index/configEntryServiceSplitter:ConfigEntryServiceSplitter")
197
198
  class ConfigEntryServiceSplitter(pulumi.CustomResource):
198
-
199
- pulumi_type = "consul:index/configEntryServiceSplitter:ConfigEntryServiceSplitter"
200
-
201
199
  @overload
202
200
  def __init__(__self__,
203
201
  resource_name: str,
@@ -287,10 +287,8 @@ class _ConfigEntryV2ExportedServicesState:
287
287
  pulumi.set(self, "services", value)
288
288
 
289
289
 
290
+ @pulumi.type_token("consul:index/configEntryV2ExportedServices:ConfigEntryV2ExportedServices")
290
291
  class ConfigEntryV2ExportedServices(pulumi.CustomResource):
291
-
292
- pulumi_type = "consul:index/configEntryV2ExportedServices:ConfigEntryV2ExportedServices"
293
-
294
292
  @overload
295
293
  def __init__(__self__,
296
294
  resource_name: str,
@@ -314,10 +314,8 @@ class _IntentionState:
314
314
  pulumi.set(self, "source_namespace", value)
315
315
 
316
316
 
317
+ @pulumi.type_token("consul:index/intention:Intention")
317
318
  class Intention(pulumi.CustomResource):
318
-
319
- pulumi_type = "consul:index/intention:Intention"
320
-
321
319
  @overload
322
320
  def __init__(__self__,
323
321
  resource_name: str,
@@ -304,10 +304,8 @@ Please use the token argument in the provider configuration""")
304
304
  pulumi.set(self, "token", value)
305
305
 
306
306
 
307
+ @pulumi.type_token("consul:index/keyPrefix:KeyPrefix")
307
308
  class KeyPrefix(pulumi.CustomResource):
308
-
309
- pulumi_type = "consul:index/keyPrefix:KeyPrefix"
310
-
311
309
  @overload
312
310
  def __init__(__self__,
313
311
  resource_name: str,
pulumi_consul/keys.py CHANGED
@@ -233,10 +233,8 @@ Please use the token argument in the provider configuration""")
233
233
  pulumi.set(self, "var", value)
234
234
 
235
235
 
236
+ @pulumi.type_token("consul:index/keys:Keys")
236
237
  class Keys(pulumi.CustomResource):
237
-
238
- pulumi_type = "consul:index/keys:Keys"
239
-
240
238
  @overload
241
239
  def __init__(__self__,
242
240
  resource_name: str,
pulumi_consul/license.py CHANGED
@@ -260,10 +260,8 @@ class _LicenseState:
260
260
  pulumi.set(self, "warnings", value)
261
261
 
262
262
 
263
+ @pulumi.type_token("consul:index/license:License")
263
264
  class License(pulumi.CustomResource):
264
-
265
- pulumi_type = "consul:index/license:License"
266
-
267
265
  @overload
268
266
  def __init__(__self__,
269
267
  resource_name: str,
@@ -225,10 +225,8 @@ class _NamespaceState:
225
225
  pulumi.set(self, "role_defaults", value)
226
226
 
227
227
 
228
+ @pulumi.type_token("consul:index/namespace:Namespace")
228
229
  class Namespace(pulumi.CustomResource):
229
-
230
- pulumi_type = "consul:index/namespace:Namespace"
231
-
232
230
  @overload
233
231
  def __init__(__self__,
234
232
  resource_name: str,
@@ -95,10 +95,8 @@ class _NamespacePolicyAttachmentState:
95
95
  pulumi.set(self, "policy", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("consul:index/namespacePolicyAttachment:NamespacePolicyAttachment")
98
99
  class NamespacePolicyAttachment(pulumi.CustomResource):
99
-
100
- pulumi_type = "consul:index/namespacePolicyAttachment:NamespacePolicyAttachment"
101
-
102
100
  @overload
103
101
  def __init__(__self__,
104
102
  resource_name: str,
@@ -95,10 +95,8 @@ class _NamespaceRoleAttachmentState:
95
95
  pulumi.set(self, "role", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("consul:index/namespaceRoleAttachment:NamespaceRoleAttachment")
98
99
  class NamespaceRoleAttachment(pulumi.CustomResource):
99
-
100
- pulumi_type = "consul:index/namespaceRoleAttachment:NamespaceRoleAttachment"
101
-
102
100
  @overload
103
101
  def __init__(__self__,
104
102
  resource_name: str,
@@ -226,10 +226,8 @@ Please use the token argument in the provider configuration""")
226
226
  pulumi.set(self, "use_tls", value)
227
227
 
228
228
 
229
+ @pulumi.type_token("consul:index/networkArea:NetworkArea")
229
230
  class NetworkArea(pulumi.CustomResource):
230
-
231
- pulumi_type = "consul:index/networkArea:NetworkArea"
232
-
233
231
  @overload
234
232
  def __init__(__self__,
235
233
  resource_name: str,
pulumi_consul/node.py CHANGED
@@ -230,10 +230,8 @@ Please use the token argument in the provider configuration""")
230
230
  pulumi.set(self, "token", value)
231
231
 
232
232
 
233
+ @pulumi.type_token("consul:index/node:Node")
233
234
  class Node(pulumi.CustomResource):
234
-
235
- pulumi_type = "consul:index/node:Node"
236
-
237
235
  @overload
238
236
  def __init__(__self__,
239
237
  resource_name: str,
pulumi_consul/peering.py CHANGED
@@ -223,10 +223,8 @@ class _PeeringState:
223
223
  pulumi.set(self, "state", value)
224
224
 
225
225
 
226
+ @pulumi.type_token("consul:index/peering:Peering")
226
227
  class Peering(pulumi.CustomResource):
227
-
228
- pulumi_type = "consul:index/peering:Peering"
229
-
230
228
  @overload
231
229
  def __init__(__self__,
232
230
  resource_name: str,
@@ -168,10 +168,8 @@ class _PeeringTokenState:
168
168
  pulumi.set(self, "server_external_addresses", value)
169
169
 
170
170
 
171
+ @pulumi.type_token("consul:index/peeringToken:PeeringToken")
171
172
  class PeeringToken(pulumi.CustomResource):
172
-
173
- pulumi_type = "consul:index/peeringToken:PeeringToken"
174
-
175
173
  @overload
176
174
  def __init__(__self__,
177
175
  resource_name: str,
@@ -560,10 +560,8 @@ Please use the token argument in the provider configuration""")
560
560
  pulumi.set(self, "token", value)
561
561
 
562
562
 
563
+ @pulumi.type_token("consul:index/preparedQuery:PreparedQuery")
563
564
  class PreparedQuery(pulumi.CustomResource):
564
-
565
- pulumi_type = "consul:index/preparedQuery:PreparedQuery"
566
-
567
565
  @overload
568
566
  def __init__(__self__,
569
567
  resource_name: str,
pulumi_consul/provider.py CHANGED
@@ -288,10 +288,8 @@ class ProviderArgs:
288
288
  pulumi.set(self, "token", value)
289
289
 
290
290
 
291
+ @pulumi.type_token("pulumi:providers:consul")
291
292
  class Provider(pulumi.ProviderResource):
292
-
293
- pulumi_type = "pulumi:providers:consul"
294
-
295
293
  @overload
296
294
  def __init__(__self__,
297
295
  resource_name: str,
@@ -522,3 +520,23 @@ class Provider(pulumi.ProviderResource):
522
520
  """
523
521
  return pulumi.get(self, "token")
524
522
 
523
+ @pulumi.output_type
524
+ class TerraformConfigResult:
525
+ def __init__(__self__, result=None):
526
+ if result and not isinstance(result, dict):
527
+ raise TypeError("Expected argument 'result' to be a dict")
528
+ pulumi.set(__self__, "result", result)
529
+
530
+ @property
531
+ @pulumi.getter
532
+ def result(self) -> Mapping[str, Any]:
533
+ return pulumi.get(self, "result")
534
+
535
+ def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
536
+ """
537
+ This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
538
+ """
539
+ __args__ = dict()
540
+ __args__['__self__'] = __self__
541
+ return pulumi.runtime.call('pulumi:providers:consul/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
542
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "consul",
4
- "version": "3.13.0-alpha.1746164100"
4
+ "version": "3.13.0-alpha.1746733948"
5
5
  }
pulumi_consul/service.py CHANGED
@@ -442,10 +442,8 @@ class _ServiceState:
442
442
  pulumi.set(self, "tags", value)
443
443
 
444
444
 
445
+ @pulumi.type_token("consul:index/service:Service")
445
446
  class Service(pulumi.CustomResource):
446
-
447
- pulumi_type = "consul:index/service:Service"
448
-
449
447
  @overload
450
448
  def __init__(__self__,
451
449
  resource_name: str,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_consul
3
- Version: 3.13.0a1746164100
3
+ Version: 3.13.0a1746733948
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
@@ -9,9 +9,9 @@ Keywords: pulumi,consul
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.142.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.165.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
15
15
 
16
16
  [![Actions Status](https://github.com/pulumi/pulumi-consul/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-consul/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -0,0 +1,72 @@
1
+ pulumi_consul/__init__.py,sha256=xDValUjAs3TPxSC_cXNLLz9QIWLLiuGPO77ap4woScs,8375
2
+ pulumi_consul/_inputs.py,sha256=wHiV1k4fEMec1VCwrXxKNkswy83SV8GJkC3JkTB5W0g,294687
3
+ pulumi_consul/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
+ pulumi_consul/acl_auth_method.py,sha256=6BhMQnQV4fXAJVq7H8x0Cuv99u1meB-GuZ9e6B9exdw,34116
5
+ pulumi_consul/acl_binding_rule.py,sha256=LtGv9HStrJgkt62M6sF0nZ_c3mldc2jHhY2cL2LD2Tw,23986
6
+ pulumi_consul/acl_policy.py,sha256=25lI7ChF4MDEDPcVgByELvuLYZ-6Y_7nxHLdJwZBZfI,16625
7
+ pulumi_consul/acl_role.py,sha256=Gun4utUgmjmZ0T6ma294BJsJJmmKx3iNImhoxXAM_AA,25093
8
+ pulumi_consul/acl_role_policy_attachment.py,sha256=f9Y3ARsB5BlLliPV-tdesqKYPfIgbWbokLBSD6p6CyY,9066
9
+ pulumi_consul/acl_token.py,sha256=eOidw4hBVeuuKuv_Ccv8kKgGVaWvqB6JAFX1VsLqElc,32917
10
+ pulumi_consul/acl_token_policy_attachment.py,sha256=J1UvxfLkzVk3nQsDUSlDIhmQrBP3WjjZ2a8zmuszGPU,9035
11
+ pulumi_consul/acl_token_role_attachment.py,sha256=quHESJY9rBrk2nre3r5GgDkpsTBXqByXd3Lq-0VvK3g,8280
12
+ pulumi_consul/admin_partition.py,sha256=IPwCwl22ymy-uV3KuxZOI_J4_VRR5_gzJhq99tT31io,9096
13
+ pulumi_consul/agent_service.py,sha256=WFqxodcQlQUCFoz1XPKRUQZuSrotPudWxFHI1NuuhdY,13742
14
+ pulumi_consul/autopilot_config.py,sha256=-RhIrx3pm7zv7g6qDydIXgOKFNF5qFuLSmCLBHenmmo,29288
15
+ pulumi_consul/catalog_entry.py,sha256=SFvi3NNUuRtv-8Jq5rKQK1KTUwBxQsuDtXpoxABwf_E,17994
16
+ pulumi_consul/certificate_authority.py,sha256=X2pd29cBtI4jRTanIMD_SwDKwyt2Q55g7B_Knf8trOg,10997
17
+ pulumi_consul/config_entry.py,sha256=iMBuT3fgyKOQmNLRpGZoR5SvvbJBRtQHQrs-E0y-NNs,31367
18
+ pulumi_consul/config_entry_service_defaults.py,sha256=LHjokcidxBaZredXRC60jFWS-HEIhDdDXzPgBXq7W20,55830
19
+ pulumi_consul/config_entry_service_intentions.py,sha256=WStjrWhjLP2t0mwKjKgQCbxXyCGPiKaVBGxF12myOGs,22887
20
+ pulumi_consul/config_entry_service_resolver.py,sha256=mlETYjD9ySTIVQ8J3J24yx21YnNb4snMeBnEUyfQ8TA,36899
21
+ pulumi_consul/config_entry_service_router.py,sha256=H0tVA-HHtx7eAW-sCiSKe7p6mQpl7gG2jvw-HXlgOts,15271
22
+ pulumi_consul/config_entry_service_splitter.py,sha256=2JXZ-m7JDGp0xbCJDVubTeXNlJiJ-y1Un8kokzSvkqM,20413
23
+ pulumi_consul/config_entry_v2_exported_services.py,sha256=9tcxuC5fLsqIHmU-DoIeiXaqPDe0Z9PB5Yenam_gnxM,22762
24
+ pulumi_consul/get_acl_auth_method.py,sha256=Dye20Xb-QUKFZib6K8co45jtCOI65mMUiuXsJ0oGviE,10856
25
+ pulumi_consul/get_acl_policy.py,sha256=ByL26iX_9sExE2leBQDrvblG5enuJHuKdIyEcTg0j9Q,7054
26
+ pulumi_consul/get_acl_role.py,sha256=YITaCAZEXacd_9A0KVr4hWjIRJP12QkaoiG9rq6LlT0,8849
27
+ pulumi_consul/get_acl_token.py,sha256=2CaP_Ls9rMoQCtFkDZ_CDwKK61guF6yHajRJJbDSbGQ,11291
28
+ pulumi_consul/get_acl_token_secret_id.py,sha256=BuLqQbGzOx74WcHp_8D8PYZpSe1cIKrb6EVlaVpeAyM,8110
29
+ pulumi_consul/get_agent_config.py,sha256=UNB6omXY5gbGXft-sWUJOtyWf5PIeCL8NoeBVAJ1ut8,6877
30
+ pulumi_consul/get_agent_self.py,sha256=agjA-hNoadz5QAdEA9PUy7OwzaDPh6mQm-lQiVk6cuc,49160
31
+ pulumi_consul/get_autopilot_health.py,sha256=642qjerd15F4FViwnQSY39RHL8d11q0i4CmMJWpFaFY,6155
32
+ pulumi_consul/get_catalog_nodes.py,sha256=NNG0tqKjKoUC3BseDDD-fVzBaBchhnvk6Ju1fAVBMCo,6887
33
+ pulumi_consul/get_catalog_service.py,sha256=AmmjnRD4mHV9mQF-6LzzzshE6ri1ErgF_QVwAqRtuaw,10549
34
+ pulumi_consul/get_catalog_services.py,sha256=vHkTezCgxCLAj1fkr8MpbBT2se27uClOusHJr2xjrSU,8074
35
+ pulumi_consul/get_config_entry.py,sha256=Yx-3HfyLIHwubxyLJ9UjgHbGiLigNs3tcAEzYq6VqGg,6604
36
+ pulumi_consul/get_config_entry_v2_exported_services.py,sha256=DQdIiJpaA1_QIG-BdB1EmGXGSe358dfLfIvRw1Yf-NE,11586
37
+ pulumi_consul/get_datacenters.py,sha256=DFDNvYZV5qr8C-eBkmt_Zyivvz_Zaj52jorecU3EwLA,3276
38
+ pulumi_consul/get_key_prefix.py,sha256=dxI5EDXT4EXkqUc6_EIgEG-DmngDNVDR07OSyzs82c4,11826
39
+ pulumi_consul/get_keys.py,sha256=8UWAaBjbQCsXIlxiihs-co6o0MaCEIwMPRoJedBMa-o,10581
40
+ pulumi_consul/get_network_area_members.py,sha256=8sX5Qp96C-HhlA9w6kzvVGg9BoikoiliStMLxzSf_g0,7255
41
+ pulumi_consul/get_network_segments.py,sha256=YWkhks62kHOopCrDCTfOkZH7kMEw2C3Y4dK0mjX1ZsE,6015
42
+ pulumi_consul/get_nodes.py,sha256=LJZIj7BXk5T__VaF2UemIkJMITRrLhRRxbcPnrpZ9js,6317
43
+ pulumi_consul/get_peering.py,sha256=tmUP1rcyCJ8TdYKh5xJd72d1z_dQpUh8B0B5y52r4rc,7554
44
+ pulumi_consul/get_peerings.py,sha256=msAKmdvwkBFY9gTi5_2y72jqH1aygdkItt4A0IibRAk,3723
45
+ pulumi_consul/get_service.py,sha256=P8ZSPHdFG7qR5SMtlBCjZ7Gnj5iKn7yEjyQV8a_zHRI,9899
46
+ pulumi_consul/get_service_health.py,sha256=qQnCJWgW0sqq6XF6NWWy7b6ThxhpiRT5kjWeK3y5MnA,11744
47
+ pulumi_consul/get_services.py,sha256=QImP8PEflA2jGM16buGfFjLbhUqX9SSN1FSilrCF0ok,7487
48
+ pulumi_consul/intention.py,sha256=JOWhaIt3bnCehmBIO4sGruOp4NPSxB1tfL5j8DrUnlk,27083
49
+ pulumi_consul/key_prefix.py,sha256=arpxrNczEH_81ag7nqZd2W32KNPmyyX4-Uj8cmyVrbY,26668
50
+ pulumi_consul/keys.py,sha256=1ou8kyXG4r0M7YbIJGvVXL8uktO7pWz2b8Tq0ZmsmDU,18045
51
+ pulumi_consul/license.py,sha256=zNKknjYk-Zu5T5JcPpbTnr4RVJPSBWeloZIg5-F8_jQ,21002
52
+ pulumi_consul/namespace.py,sha256=9iNIZv2MNA63GEZp7IJrOqrPM0rNsGeGGrpyB7NHZ9g,19022
53
+ pulumi_consul/namespace_policy_attachment.py,sha256=QNM0_S5D_JBMAT7aAdVVvAxN-mvE83-Erv0InqY8XbA,8729
54
+ pulumi_consul/namespace_role_attachment.py,sha256=8TVtIbAM4WBQoiexw0K0z7ZlZHokeTLNlmIAVD1jxuA,8577
55
+ pulumi_consul/network_area.py,sha256=AKqIblTFkmrXrdvhkOPPz6hyJuSYCzeNm7Klcxcbo9k,19931
56
+ pulumi_consul/node.py,sha256=GTfyXm5XzOuRQOKwpaPNBGShvLcK6ONp9aYRIQbFAxk,18336
57
+ pulumi_consul/outputs.py,sha256=QgbH4SaCSdIj92mV69c37INrXV8feZH_XQqcqHsZPCw,244144
58
+ pulumi_consul/peering.py,sha256=3_mjffrSLydZgQf8KAUDcYf6X9PPFXP4X3yLPSb198s,21301
59
+ pulumi_consul/peering_token.py,sha256=BhGfKKrccHpjwFrVyWwsvJG1yVDfJ39j_zTgWwfXodI,18048
60
+ pulumi_consul/prepared_query.py,sha256=gaO7VoLgYg6J_IbMQxpPT06R7RFpfe_N-7VbnK-R_CU,55473
61
+ pulumi_consul/provider.py,sha256=Zpl9wFSSmo2otNn8NwUTpuBWTmICkCrwd3iTT_wrin4,26858
62
+ pulumi_consul/pulumi-plugin.json,sha256=c_142c7k10PwvNo6cuGmxHP5TKlU1zvqDtN2p1lswNE,83
63
+ pulumi_consul/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
+ pulumi_consul/service.py,sha256=D_UOuBqz2ore-gR8kjHF2iTiUo1N6VuOtgalUIeL1sw,35963
65
+ pulumi_consul/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
66
+ pulumi_consul/config/__init__.pyi,sha256=WFZFH6mH7VYMd5ks0bfZbXbuIg9YFon8sjz24LCzRRA,2777
67
+ pulumi_consul/config/outputs.py,sha256=7b8k7Xt3RvPVv55tZ-8olYSo_ItUbQ_NRCScQnWrTsA,3727
68
+ pulumi_consul/config/vars.py,sha256=MEF_2BIViPIJ8hDokZI1yD4c0OfJ4fDIHYXMsswVwMg,4445
69
+ pulumi_consul-3.13.0a1746733948.dist-info/METADATA,sha256=rIHd_OFOG6Ea3RtBTyimTK6zuwsXiBJlHCdwlS4IdNc,4010
70
+ pulumi_consul-3.13.0a1746733948.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
71
+ pulumi_consul-3.13.0a1746733948.dist-info/top_level.txt,sha256=SrKSXrIq8AWqnNKrd7pWSC691idGwXi9XMA-DTWwcfg,14
72
+ pulumi_consul-3.13.0a1746733948.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.1.0)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,72 +0,0 @@
1
- pulumi_consul/__init__.py,sha256=xDValUjAs3TPxSC_cXNLLz9QIWLLiuGPO77ap4woScs,8375
2
- pulumi_consul/_inputs.py,sha256=wHiV1k4fEMec1VCwrXxKNkswy83SV8GJkC3JkTB5W0g,294687
3
- pulumi_consul/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_consul/acl_auth_method.py,sha256=qX0etz2rH0glPcdy-Q3H37PLroYxmdVjOYVSu0U5B10,34116
5
- pulumi_consul/acl_binding_rule.py,sha256=zTJayBMJC6ct-7GZGwc0feJUtgpyjBiT2sgsZ0QIX7c,23986
6
- pulumi_consul/acl_policy.py,sha256=rYuYglQ74h-Of3uZiTaOSbdfLgzpc8vAePf0TFRN0Nc,16625
7
- pulumi_consul/acl_role.py,sha256=-0dCA7DOheXwam8wIpwL7e4jCL6ExsrUQ4sl4OWp98M,25093
8
- pulumi_consul/acl_role_policy_attachment.py,sha256=eJ64N2A-u_JlNpVmn83T4HtftOrFt06ewI_yWLJK4VQ,9066
9
- pulumi_consul/acl_token.py,sha256=Hk0KuR-T71QfUWg8ksvTuXJQpD2T1IwYYhcmUUpijEY,32917
10
- pulumi_consul/acl_token_policy_attachment.py,sha256=X1OevWrlUgoeExpLWc846UwycflmX4nkJ2JMBQFhOjM,9035
11
- pulumi_consul/acl_token_role_attachment.py,sha256=Fl3QLa9w6geH6k-aRMOikIJ32b2wiXUdUqq5_njn1eU,8280
12
- pulumi_consul/admin_partition.py,sha256=zOqlqovpsn3QSAQQdTCezpYGhcNWz4NiAGvdxje6BxA,9096
13
- pulumi_consul/agent_service.py,sha256=zTZ13Z3epp1eQofXcwNSArMg-EgXcbCr9n6XFeFliN0,13742
14
- pulumi_consul/autopilot_config.py,sha256=8w3wJm8rkW-E1JPCZYeYQ-F-CbfJCGVHi-ARi31cfCM,29288
15
- pulumi_consul/catalog_entry.py,sha256=dH10OtACoswm4TKS8M1n6P3OtrgaZ8qE-myMt2JQJsY,17994
16
- pulumi_consul/certificate_authority.py,sha256=iT27yhn32LEF_bRuEIVZE0b19a8rDyCm8sLAvOPvk2o,10997
17
- pulumi_consul/config_entry.py,sha256=uVPotWID1CmVsoimACDGUXQnlYwNI46YsaHtNkUjgBs,31367
18
- pulumi_consul/config_entry_service_defaults.py,sha256=8jtJEtVWjL_GaK1KBpSteJVIH2yQsQLNe1AP6IdyAJc,55830
19
- pulumi_consul/config_entry_service_intentions.py,sha256=vonwPy_L-0M69O9OmlzWrFEJeqO7asLgvLo2dLTn0jo,22887
20
- pulumi_consul/config_entry_service_resolver.py,sha256=PN_aNvu015x1LmWomW6isBYeW1q1Kuas9xE0_s2WZWo,36899
21
- pulumi_consul/config_entry_service_router.py,sha256=U1MxFNjFmTrXXoQ6DqJeePX_daQzKVOamL32bTUt7uI,15271
22
- pulumi_consul/config_entry_service_splitter.py,sha256=F8-vQ7zguCvPObQrXpl0L9q2SM0XIrN49Ai0dIgqgQ0,20413
23
- pulumi_consul/config_entry_v2_exported_services.py,sha256=LZL6Toj0NVuJsukyNHBDjRVBG-mVxhbCsZGYMu7N7hg,22762
24
- pulumi_consul/get_acl_auth_method.py,sha256=Dye20Xb-QUKFZib6K8co45jtCOI65mMUiuXsJ0oGviE,10856
25
- pulumi_consul/get_acl_policy.py,sha256=ByL26iX_9sExE2leBQDrvblG5enuJHuKdIyEcTg0j9Q,7054
26
- pulumi_consul/get_acl_role.py,sha256=YITaCAZEXacd_9A0KVr4hWjIRJP12QkaoiG9rq6LlT0,8849
27
- pulumi_consul/get_acl_token.py,sha256=2CaP_Ls9rMoQCtFkDZ_CDwKK61guF6yHajRJJbDSbGQ,11291
28
- pulumi_consul/get_acl_token_secret_id.py,sha256=BuLqQbGzOx74WcHp_8D8PYZpSe1cIKrb6EVlaVpeAyM,8110
29
- pulumi_consul/get_agent_config.py,sha256=UNB6omXY5gbGXft-sWUJOtyWf5PIeCL8NoeBVAJ1ut8,6877
30
- pulumi_consul/get_agent_self.py,sha256=agjA-hNoadz5QAdEA9PUy7OwzaDPh6mQm-lQiVk6cuc,49160
31
- pulumi_consul/get_autopilot_health.py,sha256=642qjerd15F4FViwnQSY39RHL8d11q0i4CmMJWpFaFY,6155
32
- pulumi_consul/get_catalog_nodes.py,sha256=NNG0tqKjKoUC3BseDDD-fVzBaBchhnvk6Ju1fAVBMCo,6887
33
- pulumi_consul/get_catalog_service.py,sha256=AmmjnRD4mHV9mQF-6LzzzshE6ri1ErgF_QVwAqRtuaw,10549
34
- pulumi_consul/get_catalog_services.py,sha256=vHkTezCgxCLAj1fkr8MpbBT2se27uClOusHJr2xjrSU,8074
35
- pulumi_consul/get_config_entry.py,sha256=Yx-3HfyLIHwubxyLJ9UjgHbGiLigNs3tcAEzYq6VqGg,6604
36
- pulumi_consul/get_config_entry_v2_exported_services.py,sha256=DQdIiJpaA1_QIG-BdB1EmGXGSe358dfLfIvRw1Yf-NE,11586
37
- pulumi_consul/get_datacenters.py,sha256=DFDNvYZV5qr8C-eBkmt_Zyivvz_Zaj52jorecU3EwLA,3276
38
- pulumi_consul/get_key_prefix.py,sha256=dxI5EDXT4EXkqUc6_EIgEG-DmngDNVDR07OSyzs82c4,11826
39
- pulumi_consul/get_keys.py,sha256=8UWAaBjbQCsXIlxiihs-co6o0MaCEIwMPRoJedBMa-o,10581
40
- pulumi_consul/get_network_area_members.py,sha256=8sX5Qp96C-HhlA9w6kzvVGg9BoikoiliStMLxzSf_g0,7255
41
- pulumi_consul/get_network_segments.py,sha256=YWkhks62kHOopCrDCTfOkZH7kMEw2C3Y4dK0mjX1ZsE,6015
42
- pulumi_consul/get_nodes.py,sha256=LJZIj7BXk5T__VaF2UemIkJMITRrLhRRxbcPnrpZ9js,6317
43
- pulumi_consul/get_peering.py,sha256=tmUP1rcyCJ8TdYKh5xJd72d1z_dQpUh8B0B5y52r4rc,7554
44
- pulumi_consul/get_peerings.py,sha256=msAKmdvwkBFY9gTi5_2y72jqH1aygdkItt4A0IibRAk,3723
45
- pulumi_consul/get_service.py,sha256=P8ZSPHdFG7qR5SMtlBCjZ7Gnj5iKn7yEjyQV8a_zHRI,9899
46
- pulumi_consul/get_service_health.py,sha256=qQnCJWgW0sqq6XF6NWWy7b6ThxhpiRT5kjWeK3y5MnA,11744
47
- pulumi_consul/get_services.py,sha256=QImP8PEflA2jGM16buGfFjLbhUqX9SSN1FSilrCF0ok,7487
48
- pulumi_consul/intention.py,sha256=7H-iGNL0pdoWL__Vybpps_uVrLiRhq63qFOlPybzmzI,27083
49
- pulumi_consul/key_prefix.py,sha256=6wfW2KJGZ61RJEaH14Jow6rAvIvFa4Fw2uv-A6TvhDc,26668
50
- pulumi_consul/keys.py,sha256=OyupnsSQAa-moV3YKKxHcYmvgSzHScV7Pw_xoM1kvlk,18045
51
- pulumi_consul/license.py,sha256=62wpnQkkEI2frnm6OUPK1wLM5qzGusuKFPIbemhxzA0,21002
52
- pulumi_consul/namespace.py,sha256=DrJ8CLxN-yKqWIt04IYfdPOui5BBI47hqmuvG3Bb0u0,19022
53
- pulumi_consul/namespace_policy_attachment.py,sha256=G0-auyU_hmrdM7mZIMsAbwDWc3nkXE9QBCpEEQizKI0,8729
54
- pulumi_consul/namespace_role_attachment.py,sha256=4nQwiM9lawZabx3wSqrPTq5LuL3R4w-2CaRrSEMV8YM,8577
55
- pulumi_consul/network_area.py,sha256=V5upqHi9J_jz9wdwYO4voNG-v9h_JGHxXYJwsnLxOM4,19931
56
- pulumi_consul/node.py,sha256=VgCjVHJ1h41Y168enhI01blkZadJEEIte0MSLHuDBa8,18336
57
- pulumi_consul/outputs.py,sha256=QgbH4SaCSdIj92mV69c37INrXV8feZH_XQqcqHsZPCw,244144
58
- pulumi_consul/peering.py,sha256=iEyzqFmM0USFkQV5jTHbpeuloKTNukEQ76BzRC6WHqE,21301
59
- pulumi_consul/peering_token.py,sha256=zAtdnOs4kyla1du4sqhQu2yv3JI4nY7t-FDY2uWUt5Q,18048
60
- pulumi_consul/prepared_query.py,sha256=f4rR5-Z2MnOVlt36bZ_ebRAI6HM_8NdyH8UHZXVpfVs,55473
61
- pulumi_consul/provider.py,sha256=ggJAJbE-3Im4EGaHzqxb1T2c1munGaLp0Eybhdd8EJY,25989
62
- pulumi_consul/pulumi-plugin.json,sha256=k_GI_psGowYs-Uefe4IsQk1FlQVppd_3X8sEqkTShLw,83
63
- pulumi_consul/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
- pulumi_consul/service.py,sha256=UuBeX2aDB68MnOfMvQ9S9HGZT3TPa0bMi65TNruBXRE,35963
65
- pulumi_consul/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
66
- pulumi_consul/config/__init__.pyi,sha256=WFZFH6mH7VYMd5ks0bfZbXbuIg9YFon8sjz24LCzRRA,2777
67
- pulumi_consul/config/outputs.py,sha256=7b8k7Xt3RvPVv55tZ-8olYSo_ItUbQ_NRCScQnWrTsA,3727
68
- pulumi_consul/config/vars.py,sha256=MEF_2BIViPIJ8hDokZI1yD4c0OfJ4fDIHYXMsswVwMg,4445
69
- pulumi_consul-3.13.0a1746164100.dist-info/METADATA,sha256=pGRCOuVFmrv_iV8CYnjOHnnTpAdAB2QgmCJrXTbDIYc,4007
70
- pulumi_consul-3.13.0a1746164100.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
71
- pulumi_consul-3.13.0a1746164100.dist-info/top_level.txt,sha256=SrKSXrIq8AWqnNKrd7pWSC691idGwXi9XMA-DTWwcfg,14
72
- pulumi_consul-3.13.0a1746164100.dist-info/RECORD,,