pulumi-consul 3.12.5__tar.gz → 3.13.0__tar.gz

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 (77) hide show
  1. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/PKG-INFO +3 -3
  2. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/__init__.py +1 -1
  3. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/_inputs.py +1 -1
  4. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/_utilities.py +1 -1
  5. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_auth_method.py +2 -4
  6. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_binding_rule.py +2 -4
  7. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_policy.py +2 -4
  8. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_role.py +2 -4
  9. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_role_policy_attachment.py +2 -4
  10. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_token.py +2 -4
  11. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_token_policy_attachment.py +2 -4
  12. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/acl_token_role_attachment.py +2 -4
  13. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/admin_partition.py +49 -4
  14. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/agent_service.py +2 -4
  15. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/autopilot_config.py +2 -4
  16. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/catalog_entry.py +2 -4
  17. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/certificate_authority.py +2 -4
  18. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config/__init__.py +1 -1
  19. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config/__init__.pyi +1 -1
  20. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config/outputs.py +1 -1
  21. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config/vars.py +1 -1
  22. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config_entry.py +2 -4
  23. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config_entry_service_defaults.py +2 -4
  24. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config_entry_service_intentions.py +2 -4
  25. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config_entry_service_resolver.py +2 -4
  26. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config_entry_service_router.py +2 -4
  27. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config_entry_service_splitter.py +2 -4
  28. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/config_entry_v2_exported_services.py +2 -4
  29. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_acl_auth_method.py +1 -1
  30. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_acl_policy.py +1 -1
  31. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_acl_role.py +1 -1
  32. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_acl_token.py +1 -1
  33. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_acl_token_secret_id.py +1 -1
  34. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_agent_config.py +1 -1
  35. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_agent_self.py +1 -1
  36. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_autopilot_health.py +1 -1
  37. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_catalog_nodes.py +1 -1
  38. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_catalog_service.py +1 -1
  39. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_catalog_services.py +1 -1
  40. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_config_entry.py +1 -1
  41. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_config_entry_v2_exported_services.py +1 -1
  42. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_datacenters.py +1 -1
  43. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_key_prefix.py +1 -1
  44. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_keys.py +1 -1
  45. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_network_area_members.py +1 -1
  46. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_network_segments.py +1 -1
  47. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_nodes.py +1 -1
  48. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_peering.py +1 -1
  49. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_peerings.py +1 -1
  50. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_service.py +1 -1
  51. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_service_health.py +1 -1
  52. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/get_services.py +1 -1
  53. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/intention.py +2 -4
  54. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/key_prefix.py +2 -4
  55. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/keys.py +2 -4
  56. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/license.py +2 -4
  57. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/namespace.py +2 -4
  58. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/namespace_policy_attachment.py +2 -4
  59. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/namespace_role_attachment.py +2 -4
  60. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/network_area.py +2 -4
  61. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/node.py +2 -4
  62. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/outputs.py +1 -1
  63. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/peering.py +2 -4
  64. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/peering_token.py +2 -4
  65. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/prepared_query.py +2 -4
  66. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/provider.py +22 -4
  67. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/pulumi-plugin.json +1 -1
  68. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/service.py +51 -6
  69. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul.egg-info/PKG-INFO +3 -3
  70. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul.egg-info/requires.txt +2 -2
  71. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pyproject.toml +2 -2
  72. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/README.md +0 -0
  73. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul/py.typed +0 -0
  74. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul.egg-info/SOURCES.txt +0 -0
  75. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul.egg-info/dependency_links.txt +0 -0
  76. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/pulumi_consul.egg-info/top_level.txt +0 -0
  77. {pulumi_consul-3.12.5 → pulumi_consul-3.13.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_consul
3
- Version: 3.12.5
3
+ Version: 3.13.0
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)
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -21,14 +21,18 @@ __all__ = ['AdminPartitionArgs', 'AdminPartition']
21
21
  class AdminPartitionArgs:
22
22
  def __init__(__self__, *,
23
23
  description: Optional[pulumi.Input[builtins.str]] = None,
24
+ disable_gossip: Optional[pulumi.Input[builtins.bool]] = None,
24
25
  name: Optional[pulumi.Input[builtins.str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a AdminPartition resource.
27
28
  :param pulumi.Input[builtins.str] description: Free form partition description.
29
+ :param pulumi.Input[builtins.bool] disable_gossip: . Disable gossip pool for the partition. Defaults to `false`.
28
30
  :param pulumi.Input[builtins.str] name: The partition name. This must be a valid DNS hostname label.
29
31
  """
30
32
  if description is not None:
31
33
  pulumi.set(__self__, "description", description)
34
+ if disable_gossip is not None:
35
+ pulumi.set(__self__, "disable_gossip", disable_gossip)
32
36
  if name is not None:
33
37
  pulumi.set(__self__, "name", name)
34
38
 
@@ -44,6 +48,18 @@ class AdminPartitionArgs:
44
48
  def description(self, value: Optional[pulumi.Input[builtins.str]]):
45
49
  pulumi.set(self, "description", value)
46
50
 
51
+ @property
52
+ @pulumi.getter(name="disableGossip")
53
+ def disable_gossip(self) -> Optional[pulumi.Input[builtins.bool]]:
54
+ """
55
+ . Disable gossip pool for the partition. Defaults to `false`.
56
+ """
57
+ return pulumi.get(self, "disable_gossip")
58
+
59
+ @disable_gossip.setter
60
+ def disable_gossip(self, value: Optional[pulumi.Input[builtins.bool]]):
61
+ pulumi.set(self, "disable_gossip", value)
62
+
47
63
  @property
48
64
  @pulumi.getter
49
65
  def name(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -61,14 +77,18 @@ class AdminPartitionArgs:
61
77
  class _AdminPartitionState:
62
78
  def __init__(__self__, *,
63
79
  description: Optional[pulumi.Input[builtins.str]] = None,
80
+ disable_gossip: Optional[pulumi.Input[builtins.bool]] = None,
64
81
  name: Optional[pulumi.Input[builtins.str]] = None):
65
82
  """
66
83
  Input properties used for looking up and filtering AdminPartition resources.
67
84
  :param pulumi.Input[builtins.str] description: Free form partition description.
85
+ :param pulumi.Input[builtins.bool] disable_gossip: . Disable gossip pool for the partition. Defaults to `false`.
68
86
  :param pulumi.Input[builtins.str] name: The partition name. This must be a valid DNS hostname label.
69
87
  """
70
88
  if description is not None:
71
89
  pulumi.set(__self__, "description", description)
90
+ if disable_gossip is not None:
91
+ pulumi.set(__self__, "disable_gossip", disable_gossip)
72
92
  if name is not None:
73
93
  pulumi.set(__self__, "name", name)
74
94
 
@@ -84,6 +104,18 @@ class _AdminPartitionState:
84
104
  def description(self, value: Optional[pulumi.Input[builtins.str]]):
85
105
  pulumi.set(self, "description", value)
86
106
 
107
+ @property
108
+ @pulumi.getter(name="disableGossip")
109
+ def disable_gossip(self) -> Optional[pulumi.Input[builtins.bool]]:
110
+ """
111
+ . Disable gossip pool for the partition. Defaults to `false`.
112
+ """
113
+ return pulumi.get(self, "disable_gossip")
114
+
115
+ @disable_gossip.setter
116
+ def disable_gossip(self, value: Optional[pulumi.Input[builtins.bool]]):
117
+ pulumi.set(self, "disable_gossip", value)
118
+
87
119
  @property
88
120
  @pulumi.getter
89
121
  def name(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -97,15 +129,14 @@ class _AdminPartitionState:
97
129
  pulumi.set(self, "name", value)
98
130
 
99
131
 
132
+ @pulumi.type_token("consul:index/adminPartition:AdminPartition")
100
133
  class AdminPartition(pulumi.CustomResource):
101
-
102
- pulumi_type = "consul:index/adminPartition:AdminPartition"
103
-
104
134
  @overload
105
135
  def __init__(__self__,
106
136
  resource_name: str,
107
137
  opts: Optional[pulumi.ResourceOptions] = None,
108
138
  description: Optional[pulumi.Input[builtins.str]] = None,
139
+ disable_gossip: Optional[pulumi.Input[builtins.bool]] = None,
109
140
  name: Optional[pulumi.Input[builtins.str]] = None,
110
141
  __props__=None):
111
142
  """
@@ -135,6 +166,7 @@ class AdminPartition(pulumi.CustomResource):
135
166
  :param str resource_name: The name of the resource.
136
167
  :param pulumi.ResourceOptions opts: Options for the resource.
137
168
  :param pulumi.Input[builtins.str] description: Free form partition description.
169
+ :param pulumi.Input[builtins.bool] disable_gossip: . Disable gossip pool for the partition. Defaults to `false`.
138
170
  :param pulumi.Input[builtins.str] name: The partition name. This must be a valid DNS hostname label.
139
171
  """
140
172
  ...
@@ -183,6 +215,7 @@ class AdminPartition(pulumi.CustomResource):
183
215
  resource_name: str,
184
216
  opts: Optional[pulumi.ResourceOptions] = None,
185
217
  description: Optional[pulumi.Input[builtins.str]] = None,
218
+ disable_gossip: Optional[pulumi.Input[builtins.bool]] = None,
186
219
  name: Optional[pulumi.Input[builtins.str]] = None,
187
220
  __props__=None):
188
221
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -194,6 +227,7 @@ class AdminPartition(pulumi.CustomResource):
194
227
  __props__ = AdminPartitionArgs.__new__(AdminPartitionArgs)
195
228
 
196
229
  __props__.__dict__["description"] = description
230
+ __props__.__dict__["disable_gossip"] = disable_gossip
197
231
  __props__.__dict__["name"] = name
198
232
  super(AdminPartition, __self__).__init__(
199
233
  'consul:index/adminPartition:AdminPartition',
@@ -206,6 +240,7 @@ class AdminPartition(pulumi.CustomResource):
206
240
  id: pulumi.Input[str],
207
241
  opts: Optional[pulumi.ResourceOptions] = None,
208
242
  description: Optional[pulumi.Input[builtins.str]] = None,
243
+ disable_gossip: Optional[pulumi.Input[builtins.bool]] = None,
209
244
  name: Optional[pulumi.Input[builtins.str]] = None) -> 'AdminPartition':
210
245
  """
211
246
  Get an existing AdminPartition resource's state with the given name, id, and optional extra
@@ -215,6 +250,7 @@ class AdminPartition(pulumi.CustomResource):
215
250
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
216
251
  :param pulumi.ResourceOptions opts: Options for the resource.
217
252
  :param pulumi.Input[builtins.str] description: Free form partition description.
253
+ :param pulumi.Input[builtins.bool] disable_gossip: . Disable gossip pool for the partition. Defaults to `false`.
218
254
  :param pulumi.Input[builtins.str] name: The partition name. This must be a valid DNS hostname label.
219
255
  """
220
256
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -222,6 +258,7 @@ class AdminPartition(pulumi.CustomResource):
222
258
  __props__ = _AdminPartitionState.__new__(_AdminPartitionState)
223
259
 
224
260
  __props__.__dict__["description"] = description
261
+ __props__.__dict__["disable_gossip"] = disable_gossip
225
262
  __props__.__dict__["name"] = name
226
263
  return AdminPartition(resource_name, opts=opts, __props__=__props__)
227
264
 
@@ -233,6 +270,14 @@ class AdminPartition(pulumi.CustomResource):
233
270
  """
234
271
  return pulumi.get(self, "description")
235
272
 
273
+ @property
274
+ @pulumi.getter(name="disableGossip")
275
+ def disable_gossip(self) -> pulumi.Output[Optional[builtins.bool]]:
276
+ """
277
+ . Disable gossip pool for the partition. Defaults to `false`.
278
+ """
279
+ return pulumi.get(self, "disable_gossip")
280
+
236
281
  @property
237
282
  @pulumi.getter
238
283
  def name(self) -> pulumi.Output[builtins.str]:
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins