pulumi-consul 3.14.0a1760247622__py3-none-any.whl → 3.14.0a1760420346__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.

@@ -242,6 +242,8 @@ class CatalogEntry(pulumi.CustomResource):
242
242
  Registers a node or service with the [Consul Catalog](https://www.consul.io/docs/agent/http/catalog.html#catalog_register).
243
243
  Currently, defining health checks is not supported.
244
244
 
245
+ ## Example Usage
246
+
245
247
  :param str resource_name: The name of the resource.
246
248
  :param pulumi.ResourceOptions opts: Options for the resource.
247
249
  :param pulumi.Input[_builtins.str] address: The address of the node being added to,
@@ -268,6 +270,8 @@ class CatalogEntry(pulumi.CustomResource):
268
270
  Registers a node or service with the [Consul Catalog](https://www.consul.io/docs/agent/http/catalog.html#catalog_register).
269
271
  Currently, defining health checks is not supported.
270
272
 
273
+ ## Example Usage
274
+
271
275
  :param str resource_name: The name of the resource.
272
276
  :param CatalogEntryArgs args: The arguments to use to populate this resource's properties.
273
277
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -774,6 +774,8 @@ def get_agent_self(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetA
774
774
  The `get_agent_self` data source returns
775
775
  [configuration and status data](https://www.consul.io/docs/agent/http/agent.html#agent_self)
776
776
  from the agent specified in the `provider`.
777
+
778
+ ## Example Usage
777
779
  """
778
780
  __args__ = dict()
779
781
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -860,6 +862,8 @@ def get_agent_self_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.Invo
860
862
  The `get_agent_self` data source returns
861
863
  [configuration and status data](https://www.consul.io/docs/agent/http/agent.html#agent_self)
862
864
  from the agent specified in the `provider`.
865
+
866
+ ## Example Usage
863
867
  """
864
868
  __args__ = dict()
865
869
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -175,6 +175,8 @@ def get_service_health(datacenter: Optional[_builtins.str] = None,
175
175
  This resource is likely to change as frequently as the health-checks are being
176
176
  updated, you should expect different results in a frequent basis.
177
177
 
178
+ ## Example Usage
179
+
178
180
 
179
181
  :param _builtins.str datacenter: The Consul datacenter to query.
180
182
  :param _builtins.str filter: A filter expression to refine the list of results, see
@@ -230,6 +232,8 @@ def get_service_health_output(datacenter: Optional[pulumi.Input[Optional[_builti
230
232
  This resource is likely to change as frequently as the health-checks are being
231
233
  updated, you should expect different results in a frequent basis.
232
234
 
235
+ ## Example Usage
236
+
233
237
 
234
238
  :param _builtins.str datacenter: The Consul datacenter to query.
235
239
  :param _builtins.str filter: A filter expression to refine the list of results, see
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "consul",
4
- "version": "3.14.0-alpha.1760247622"
4
+ "version": "3.14.0-alpha.1760420346"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_consul
3
- Version: 3.14.0a1760247622
3
+ Version: 3.14.0a1760420346
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
@@ -12,7 +12,7 @@ pulumi_consul/acl_token_role_attachment.py,sha256=okDJ8mNOBGyTAq3q-y5AZE1tDNyXzd
12
12
  pulumi_consul/admin_partition.py,sha256=T4b5LUbgsknBO5WVebAk2dTRrjNPPPSwKWE1wHHb0cg,11547
13
13
  pulumi_consul/agent_service.py,sha256=20e3G646H5DdPcZhvHQeA6Gy6BFTEbqr2IVNZJ-5TKc,13901
14
14
  pulumi_consul/autopilot_config.py,sha256=GBjF8MzOiLG8ljZYHm0rIs9R_1HALZdblnTLYv7fHhk,29623
15
- pulumi_consul/catalog_entry.py,sha256=ugV-_f7JQ5Ar56mRFnv6d5DZ5zitqDovX0K8u6JDu18,18183
15
+ pulumi_consul/catalog_entry.py,sha256=B98PGIkC5E9D9VQ_bcSsKjxDOnfR7PgT0UTSxV-xbt0,18235
16
16
  pulumi_consul/certificate_authority.py,sha256=97TA0FxbhFIkZfIme4XCaw2wJy3At2vudgDmKJFXQi4,11104
17
17
  pulumi_consul/config_entry.py,sha256=Xj1fQeRWuL5Wx7VnMEGndkxqOL_l_pdHHou2XnO-DRM,31570
18
18
  pulumi_consul/config_entry_service_defaults.py,sha256=E1Z629PkJymuPeWbnwDbyuKhFsW8uj1fvZmKpP-S13A,56521
@@ -27,7 +27,7 @@ pulumi_consul/get_acl_role.py,sha256=_uwfu0AqHRt06DmoTMs_ZMlA4XWaoSQqpsXoPOyZyIU
27
27
  pulumi_consul/get_acl_token.py,sha256=iiTAcZIVgDQJ5iYsBzlt_4UyZP1aMDR0Pb1w4bgQd-4,11413
28
28
  pulumi_consul/get_acl_token_secret_id.py,sha256=3MCaS7QzbCV0di5CLcoLTIKPGXrroxIOw-XK5569_LQ,8184
29
29
  pulumi_consul/get_agent_config.py,sha256=nBQqdktw17YyTsnOzA9ji6A2NLERr8mnTbxDFGvgkvI,6937
30
- pulumi_consul/get_agent_self.py,sha256=48Ds5K_e04QivxcB13qgNcUkJZKn3g7uo9Izcb7H9CE,49935
30
+ pulumi_consul/get_agent_self.py,sha256=AZpVH-XDKtwJZN6fupmTT7OxwDYyPcdTsM1u07emDHQ,49979
31
31
  pulumi_consul/get_autopilot_health.py,sha256=ot1_RMM1FzVhhV3NWRLJ1F-WHWZUTQbfktl5eqti04s,6196
32
32
  pulumi_consul/get_catalog_nodes.py,sha256=eAzmwp2Cy7gXKkb4luXLiMHLCymEgB3bHA-vz9hhaI8,6934
33
33
  pulumi_consul/get_catalog_service.py,sha256=Cusb834dKpcYxBtTGuvnsOQpD3PB4KOctnBOl9geYGw,10621
@@ -43,7 +43,7 @@ pulumi_consul/get_nodes.py,sha256=WDB0IoqcoP0cCtsSEj0ketsWyDJBMDVYHhMJAzkXSOs,63
43
43
  pulumi_consul/get_peering.py,sha256=wVWR2XivYBRS-sdrT5-iUwNm3Z-oMTJMhB4azXuPMrU,7651
44
44
  pulumi_consul/get_peerings.py,sha256=nsWFeRWB6msko57firg6LjU9PCXJGH0-CSc2t5pMN_A,3740
45
45
  pulumi_consul/get_service.py,sha256=DqBAt2hQJeDkt3rtQUKpBF85tkL4CS1AT9rHdfkQCI8,9971
46
- pulumi_consul/get_service_health.py,sha256=bH25SGyKm-qhNda7m9CGbP9MOx8WH6iot2my5Ifgc8w,11866
46
+ pulumi_consul/get_service_health.py,sha256=GhOuQhZd904UFBRv-gCo25OPSrIyqXJUOJsotc19ZYg,11910
47
47
  pulumi_consul/get_services.py,sha256=Ry2KycNObDkl7lFF1TmuZwKWMgHS74uepW3OOPwVhKI,7535
48
48
  pulumi_consul/intention.py,sha256=J__aWy5cfYNQyLS8ajjUoJhRhYGZ9nAgwTuxm0c8sgo,27418
49
49
  pulumi_consul/key_prefix.py,sha256=HpGg5jh3mi7yj6b30LEYMgL8ndenRXnTxFBhZJot07Q,26945
@@ -59,14 +59,14 @@ pulumi_consul/peering.py,sha256=tMzsdL9c_V_ATJM6QSxtQ0suCMJ1qZXfZMxKWbFW6i8,2160
59
59
  pulumi_consul/peering_token.py,sha256=fLVkJGN1Mmv_lz95X4Kct7XdudrhW9hraZVvDvm4kkg,18230
60
60
  pulumi_consul/prepared_query.py,sha256=228967xap39IGoQliTHw_Wqti8ZOFrZxS1GYXi67zh8,56118
61
61
  pulumi_consul/provider.py,sha256=Z6ckrA3oJTHzP5yoBOv8qdbylQOzGJe-bojl6cIM-X0,27036
62
- pulumi_consul/pulumi-plugin.json,sha256=Pf9ojXMUUDIarO1OYAWwvmXZyBhXhqhjTKO7mZPgec0,83
62
+ pulumi_consul/pulumi-plugin.json,sha256=OFdSVPKY911Em54l4dP_EjwDoSVujs6h_-tNpD5HTgU,83
63
63
  pulumi_consul/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
64
  pulumi_consul/service.py,sha256=bcdmGi_IhxsOpJ8o56GBxpTFwx75BBFRdopmhxVziSU,40165
65
65
  pulumi_consul/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
66
66
  pulumi_consul/config/__init__.pyi,sha256=VHdwpEI0Sj5284wes4c2NNazqEQJZu56o5OT0vMcZB8,2760
67
67
  pulumi_consul/config/outputs.py,sha256=oUo-zkLjQdIQ0KqF1_T70hE5528dd7-MtE_5Gf7_A-4,3787
68
68
  pulumi_consul/config/vars.py,sha256=W1Js4uCv0G817P7T07CCheVkbEmv2YwYQqsCScK8504,4548
69
- pulumi_consul-3.14.0a1760247622.dist-info/METADATA,sha256=Y-ZeQEmveEWO2jCyzLmQ3-M6NDv5YenKorKLSE5RyLQ,4010
70
- pulumi_consul-3.14.0a1760247622.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
- pulumi_consul-3.14.0a1760247622.dist-info/top_level.txt,sha256=SrKSXrIq8AWqnNKrd7pWSC691idGwXi9XMA-DTWwcfg,14
72
- pulumi_consul-3.14.0a1760247622.dist-info/RECORD,,
69
+ pulumi_consul-3.14.0a1760420346.dist-info/METADATA,sha256=gNFkFQcmA2ejwh25IfF71IAUxAwQimMqcLdMAaayahI,4010
70
+ pulumi_consul-3.14.0a1760420346.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
+ pulumi_consul-3.14.0a1760420346.dist-info/top_level.txt,sha256=SrKSXrIq8AWqnNKrd7pWSC691idGwXi9XMA-DTWwcfg,14
72
+ pulumi_consul-3.14.0a1760420346.dist-info/RECORD,,