pulumi-nomad 2.6.0a1747981315__py3-none-any.whl → 2.6.0a1749536719__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.
- pulumi_nomad/__init__.py +1 -1
- pulumi_nomad/_inputs.py +1 -1
- pulumi_nomad/_utilities.py +1 -1
- pulumi_nomad/acl_auth_method.py +1 -1
- pulumi_nomad/acl_binding_rule.py +1 -1
- pulumi_nomad/acl_policy.py +1 -1
- pulumi_nomad/acl_role.py +1 -1
- pulumi_nomad/acl_token.py +1 -1
- pulumi_nomad/config/__init__.py +1 -1
- pulumi_nomad/config/__init__.pyi +1 -1
- pulumi_nomad/config/outputs.py +1 -1
- pulumi_nomad/config/vars.py +1 -1
- pulumi_nomad/csi_volume.py +1 -1
- pulumi_nomad/csi_volume_registration.py +1 -1
- pulumi_nomad/dynamic_host_volume.py +1 -1
- pulumi_nomad/dynamic_host_volume_registration.py +1 -1
- pulumi_nomad/external_volume.py +1 -1
- pulumi_nomad/get_acl_policies.py +1 -1
- pulumi_nomad/get_acl_policy.py +1 -1
- pulumi_nomad/get_acl_role.py +1 -1
- pulumi_nomad/get_acl_roles.py +1 -1
- pulumi_nomad/get_acl_token.py +1 -1
- pulumi_nomad/get_acl_tokens.py +1 -1
- pulumi_nomad/get_allocations.py +1 -1
- pulumi_nomad/get_datacenters.py +1 -1
- pulumi_nomad/get_deployments.py +1 -1
- pulumi_nomad/get_dynamic_host_volume.py +1 -1
- pulumi_nomad/get_job.py +1 -1
- pulumi_nomad/get_job_parser.py +1 -1
- pulumi_nomad/get_jwks.py +1 -1
- pulumi_nomad/get_namespace.py +1 -1
- pulumi_nomad/get_namespaces.py +1 -1
- pulumi_nomad/get_node_pool.py +1 -1
- pulumi_nomad/get_node_pools.py +1 -1
- pulumi_nomad/get_plugin.py +1 -1
- pulumi_nomad/get_plugins.py +1 -1
- pulumi_nomad/get_regions.py +1 -1
- pulumi_nomad/get_scaling_policies.py +1 -1
- pulumi_nomad/get_scaling_policy.py +1 -1
- pulumi_nomad/get_scheduler_policy.py +1 -1
- pulumi_nomad/get_variable.py +1 -1
- pulumi_nomad/get_volumes.py +1 -1
- pulumi_nomad/job.py +1 -1
- pulumi_nomad/namespace.py +1 -1
- pulumi_nomad/node_pool.py +1 -1
- pulumi_nomad/outputs.py +1 -1
- pulumi_nomad/provider.py +8 -9
- pulumi_nomad/pulumi-plugin.json +1 -1
- pulumi_nomad/quote_specification.py +1 -1
- pulumi_nomad/scheduler_config.py +1 -1
- pulumi_nomad/sentinel_policy.py +1 -1
- pulumi_nomad/variable.py +1 -1
- pulumi_nomad/volume.py +1 -1
- {pulumi_nomad-2.6.0a1747981315.dist-info → pulumi_nomad-2.6.0a1749536719.dist-info}/METADATA +1 -1
- pulumi_nomad-2.6.0a1749536719.dist-info/RECORD +58 -0
- {pulumi_nomad-2.6.0a1747981315.dist-info → pulumi_nomad-2.6.0a1749536719.dist-info}/WHEEL +1 -1
- pulumi_nomad-2.6.0a1747981315.dist-info/RECORD +0 -58
- {pulumi_nomad-2.6.0a1747981315.dist-info → pulumi_nomad-2.6.0a1749536719.dist-info}/top_level.txt +0 -0
pulumi_nomad/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/_inputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/_utilities.py
CHANGED
pulumi_nomad/acl_auth_method.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/acl_binding_rule.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/acl_policy.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/acl_role.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/acl_token.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/config/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/config/__init__.pyi
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/config/outputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/config/vars.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/csi_volume.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
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
|
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
|
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
|
pulumi_nomad/external_volume.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_acl_policies.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_acl_policy.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_acl_role.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_acl_roles.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_acl_token.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_acl_tokens.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_allocations.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_datacenters.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_deployments.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
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
|
pulumi_nomad/get_job.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_job_parser.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_jwks.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_namespace.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_namespaces.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_node_pool.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_node_pools.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_plugin.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_plugins.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_regions.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
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
|
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
|
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
|
pulumi_nomad/get_variable.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/get_volumes.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/job.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/namespace.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/node_pool.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/outputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/provider.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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,7 +21,7 @@ __all__ = ['ProviderArgs', 'Provider']
|
|
21
21
|
@pulumi.input_type
|
22
22
|
class ProviderArgs:
|
23
23
|
def __init__(__self__, *,
|
24
|
-
address: pulumi.Input[builtins.str],
|
24
|
+
address: Optional[pulumi.Input[builtins.str]] = None,
|
25
25
|
ca_file: Optional[pulumi.Input[builtins.str]] = None,
|
26
26
|
ca_pem: Optional[pulumi.Input[builtins.str]] = None,
|
27
27
|
cert_file: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -50,7 +50,8 @@ class ProviderArgs:
|
|
50
50
|
:param pulumi.Input[builtins.str] secret_id: ACL token secret for API requests.
|
51
51
|
:param pulumi.Input[builtins.bool] skip_verify: Skip TLS verification on client side.
|
52
52
|
"""
|
53
|
-
|
53
|
+
if address is not None:
|
54
|
+
pulumi.set(__self__, "address", address)
|
54
55
|
if ca_file is not None:
|
55
56
|
pulumi.set(__self__, "ca_file", ca_file)
|
56
57
|
if ca_pem is not None:
|
@@ -78,14 +79,14 @@ class ProviderArgs:
|
|
78
79
|
|
79
80
|
@property
|
80
81
|
@pulumi.getter
|
81
|
-
def address(self) -> pulumi.Input[builtins.str]:
|
82
|
+
def address(self) -> Optional[pulumi.Input[builtins.str]]:
|
82
83
|
"""
|
83
84
|
URL of the root of the target Nomad agent.
|
84
85
|
"""
|
85
86
|
return pulumi.get(self, "address")
|
86
87
|
|
87
88
|
@address.setter
|
88
|
-
def address(self, value: pulumi.Input[builtins.str]):
|
89
|
+
def address(self, value: Optional[pulumi.Input[builtins.str]]):
|
89
90
|
pulumi.set(self, "address", value)
|
90
91
|
|
91
92
|
@property
|
@@ -279,7 +280,7 @@ class Provider(pulumi.ProviderResource):
|
|
279
280
|
@overload
|
280
281
|
def __init__(__self__,
|
281
282
|
resource_name: str,
|
282
|
-
args: ProviderArgs,
|
283
|
+
args: Optional[ProviderArgs] = None,
|
283
284
|
opts: Optional[pulumi.ResourceOptions] = None):
|
284
285
|
"""
|
285
286
|
The provider type for the nomad package. By default, resources use package-wide configuration
|
@@ -324,8 +325,6 @@ class Provider(pulumi.ProviderResource):
|
|
324
325
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
325
326
|
__props__ = ProviderArgs.__new__(ProviderArgs)
|
326
327
|
|
327
|
-
if address is None and not opts.urn:
|
328
|
-
raise TypeError("Missing required property 'address'")
|
329
328
|
__props__.__dict__["address"] = address
|
330
329
|
__props__.__dict__["ca_file"] = ca_file
|
331
330
|
__props__.__dict__["ca_pem"] = ca_pem
|
@@ -347,7 +346,7 @@ class Provider(pulumi.ProviderResource):
|
|
347
346
|
|
348
347
|
@property
|
349
348
|
@pulumi.getter
|
350
|
-
def address(self) -> pulumi.Output[builtins.str]:
|
349
|
+
def address(self) -> pulumi.Output[Optional[builtins.str]]:
|
351
350
|
"""
|
352
351
|
URL of the root of the target Nomad agent.
|
353
352
|
"""
|
pulumi_nomad/pulumi-plugin.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/scheduler_config.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/sentinel_policy.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/variable.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
pulumi_nomad/volume.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
@@ -0,0 +1,58 @@
|
|
1
|
+
pulumi_nomad/__init__.py,sha256=E7SzCOVTmaEdcs4M44uj1-8r4Yawt8EnJ_JaE-lm2oc,4882
|
2
|
+
pulumi_nomad/_inputs.py,sha256=nFeRx7EutRBD3AddP7cs-w7Nb3WTaqmi9nv6WaKH9a8,133918
|
3
|
+
pulumi_nomad/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
4
|
+
pulumi_nomad/acl_auth_method.py,sha256=P-7j226N5v4RRLKW2mRQbuv0vGE6cffSBol4OEMo6MA,24772
|
5
|
+
pulumi_nomad/acl_binding_rule.py,sha256=i2gKT2YKoTNG0vytMKTdmbilCmZQd8szzMa911ThwEU,17262
|
6
|
+
pulumi_nomad/acl_policy.py,sha256=aasPsoSQN4TA5HS7SusQaNDmRXuViqVDkeTnz1WmgI4,12944
|
7
|
+
pulumi_nomad/acl_role.py,sha256=gWh7Ul0O16ZRVXDRxNV9Sac_uM96zXwRjLBjnDaoGdk,11070
|
8
|
+
pulumi_nomad/acl_token.py,sha256=n95TVJ7tNhqaFvXTX5OXETSxoVn0-8GQQlhAK97AvWo,29898
|
9
|
+
pulumi_nomad/csi_volume.py,sha256=5fxsM_enwRHtyQTbsEOutEEdOtz08J4FFRnlS6wT9lE,52273
|
10
|
+
pulumi_nomad/csi_volume_registration.py,sha256=C18MJW5wkB01BskeAviDgl5JWj2MGCLo2h5fDB-LTtM,53189
|
11
|
+
pulumi_nomad/dynamic_host_volume.py,sha256=E7JekIBiFvFN_RKQSTylpqSqKB7iVtBEqIb15CB7Kl0,51192
|
12
|
+
pulumi_nomad/dynamic_host_volume_registration.py,sha256=MTzC3fjJxushSRVNVntL9moZcS9fOx-km4phAnZxZyo,36801
|
13
|
+
pulumi_nomad/external_volume.py,sha256=7b2mWXOwJgtiM2VpvQ-xUszGkjRmx5cuAtoutI2-MU4,52354
|
14
|
+
pulumi_nomad/get_acl_policies.py,sha256=QxRSC55lYuU1JRZWy9pd7JWH5dJ_ANIMZxVSGhnv4AQ,4250
|
15
|
+
pulumi_nomad/get_acl_policy.py,sha256=EA4Tig4kxHjQ1052JOBFFt5GfkQHlQgKPLVC95GvK8E,4559
|
16
|
+
pulumi_nomad/get_acl_role.py,sha256=qkplVRusgC41SRaapyAA3NwU22h8AsPs_KSkZqRdQ6E,4619
|
17
|
+
pulumi_nomad/get_acl_roles.py,sha256=iwBsn_8MqWduuAiWPSepbTBxLkTkgHfj4bI545s1Js4,4139
|
18
|
+
pulumi_nomad/get_acl_token.py,sha256=UPBUCRF1y74DF7w0ejn_oFtFYDeOIcJ6UCw0Mlqh1Cs,8862
|
19
|
+
pulumi_nomad/get_acl_tokens.py,sha256=mE3z6bOMiAjSLVIGL-UHYolPCR7tMLAfvS_NFH-tDs8,4117
|
20
|
+
pulumi_nomad/get_allocations.py,sha256=eRPrJG1MotL2noGqOtKxs0E_6_0eYgpVoWyKaJ44ZlI,6325
|
21
|
+
pulumi_nomad/get_datacenters.py,sha256=F8dXQtoouw3iP0Y-KBc29PXwDUfEn-wYxJmAQ5aJy3g,5533
|
22
|
+
pulumi_nomad/get_deployments.py,sha256=CyKN_d-EoMc1j6PogAJKi8Ap0iUpEUjTQO4JBzpLj4k,3593
|
23
|
+
pulumi_nomad/get_dynamic_host_volume.py,sha256=xWRKl3q-X413MODCoWh4HchAAxdugX6C4tKcQo3wgog,14317
|
24
|
+
pulumi_nomad/get_job.py,sha256=yw5CHrn4PZJhGP0wqD9xWwU4UEB2DuvA0gPNLyORnWU,15416
|
25
|
+
pulumi_nomad/get_job_parser.py,sha256=htV_JvObdPPZteAvcV9RMaje85OiMRkJgq1PaU39pFo,4836
|
26
|
+
pulumi_nomad/get_jwks.py,sha256=SlPuzoFA4r7HXaq6EWEAixW61dugd9-vhi9XIsgjT2o,4049
|
27
|
+
pulumi_nomad/get_namespace.py,sha256=MFoXKhCSveVv4y3t_KjNL9DaePNEY3YiviAV_IX75Jc,6296
|
28
|
+
pulumi_nomad/get_namespaces.py,sha256=EmbcwakynKWm7QnpufMMjXJ6aD2VNfzjdmYWow6_D18,4344
|
29
|
+
pulumi_nomad/get_node_pool.py,sha256=nuMK7cPO1RpOhYLwe8vwNPwfRk9kKFPM9XqWsYO1cRs,5254
|
30
|
+
pulumi_nomad/get_node_pools.py,sha256=fOuOdapc4qpKLy66zmLDE7ibEsKkkUs6ekcMgpjoHWQ,5196
|
31
|
+
pulumi_nomad/get_plugin.py,sha256=NYObZ4R2DG_quS3O8m85G4vFdDSaRO7VcU5v7omai-E,12357
|
32
|
+
pulumi_nomad/get_plugins.py,sha256=NRJRCUZUkCI7sbxWNViGX6E4bLNtMw5LWSAXqYulS-Y,3779
|
33
|
+
pulumi_nomad/get_regions.py,sha256=pIiCOGk7gynlBk9X2Fn7_5CZrE7Yp45xXIC1g_gnJIg,4006
|
34
|
+
pulumi_nomad/get_scaling_policies.py,sha256=b4qR3wXZ9Kc8Wqa0BpEAZUu7qdiLPL80pmTGM5xwjnU,5489
|
35
|
+
pulumi_nomad/get_scaling_policy.py,sha256=kmnvrXQT5-7V_GtQ8CF1C2PAUl5o0_sm_MjLzRq19S8,6045
|
36
|
+
pulumi_nomad/get_scheduler_policy.py,sha256=0glziPijMaMvPIzJOEjOcoK1kS0eJbiddq883voJVjo,5353
|
37
|
+
pulumi_nomad/get_variable.py,sha256=Sv67lzxjUL-VW0bIDFgLxIZgr-sFD77VYJKFONzqlvw,4940
|
38
|
+
pulumi_nomad/get_volumes.py,sha256=J90tjcj4hlBKVSk13sfRXqcbC494szMmOqU7JQUhxLc,6504
|
39
|
+
pulumi_nomad/job.py,sha256=R9g5d_I8dGKKmo9aTJbFt5GDKPhMM12aeAMK6SOoves,44115
|
40
|
+
pulumi_nomad/namespace.py,sha256=yrdSNrAaTA-hQraLCDr_1lRhj_4g8VaTR0yF3bDlDb8,21335
|
41
|
+
pulumi_nomad/node_pool.py,sha256=y4iuqzfL010aqihMLYEQyqfcLV-TbsTG_lScnHeZnJ0,13848
|
42
|
+
pulumi_nomad/outputs.py,sha256=UKQYYFCpwoOKeus6N2HlH353znUMtIwGHGF5ArD7Ci0,131783
|
43
|
+
pulumi_nomad/provider.py,sha256=MFYaBsIpFGpRif0CNMA8AA_oZoOqPNM3bctC-tDfFX8,20692
|
44
|
+
pulumi_nomad/pulumi-plugin.json,sha256=Yngc2pBKbvKDU3xl3hk92UNjxt_ZKxXIHVr7aOZ4jFQ,81
|
45
|
+
pulumi_nomad/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
+
pulumi_nomad/quote_specification.py,sha256=ZxtUxNM3IuT2-wjFStv4ItkKSByaQaPjNv9dc-mIqXQ,12599
|
47
|
+
pulumi_nomad/scheduler_config.py,sha256=Yr6VGd4X7AorjtpsVXUihuFvofveIHEvVO9zmi5xIqI,14726
|
48
|
+
pulumi_nomad/sentinel_policy.py,sha256=r6oVyfzezutsJHKBuseJRPZLaIxZxuxyCoA0tuwQ03Q,17924
|
49
|
+
pulumi_nomad/variable.py,sha256=14bpd2FMZqC4funN900Xwou2yrmNSPJNkxHrHhRj4-w,12313
|
50
|
+
pulumi_nomad/volume.py,sha256=FXxKSypXFuNYS-GwMhSY0ylIPaEqJrtGXoitCRKTSMU,56869
|
51
|
+
pulumi_nomad/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
|
52
|
+
pulumi_nomad/config/__init__.pyi,sha256=QGl-X5nggUPOAA-bva9SzEx2dpSFPJePp8jwnqoK_9I,1818
|
53
|
+
pulumi_nomad/config/outputs.py,sha256=2Xnj-hWruIdMV4iHTHjFVNS0UEm-s0vZgUQGZPF4K_8,1229
|
54
|
+
pulumi_nomad/config/vars.py,sha256=8-GhuFtXLAUowa3BU37Yjo1PUC_mbMhLJZNB97FlqRY,3184
|
55
|
+
pulumi_nomad-2.6.0a1749536719.dist-info/METADATA,sha256=QcZkb-JduyGWpf9Q3_QeSMr8-FPrQBJJ34xdhJNimT0,4796
|
56
|
+
pulumi_nomad-2.6.0a1749536719.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
57
|
+
pulumi_nomad-2.6.0a1749536719.dist-info/top_level.txt,sha256=1JxoZWssmXqN-8vVDXtedeoWtI703uNWUOzlm8Byv-o,13
|
58
|
+
pulumi_nomad-2.6.0a1749536719.dist-info/RECORD,,
|
@@ -1,58 +0,0 @@
|
|
1
|
-
pulumi_nomad/__init__.py,sha256=LO_erEgwPyHI1JQN7HgP8kSuI3JpQm9G8O9zSaq_57Q,4900
|
2
|
-
pulumi_nomad/_inputs.py,sha256=a5TcwMe6NTs6U_UBV2HiM3VehyvDCIeeCpEbJCVQxVA,133936
|
3
|
-
pulumi_nomad/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
4
|
-
pulumi_nomad/acl_auth_method.py,sha256=rj2MIqK7rWmVSgkr7G_60cMdmYHe5x3llzBZKCvdqNg,24790
|
5
|
-
pulumi_nomad/acl_binding_rule.py,sha256=7HNFC2AeSTBcv72ll3UDlSMKAIeHB4XmXNpg43Itap0,17280
|
6
|
-
pulumi_nomad/acl_policy.py,sha256=LxD2OAy23Sb9jSQ8HDH5_2acEcqeFd7YBpTY975nd9E,12962
|
7
|
-
pulumi_nomad/acl_role.py,sha256=enOanmhNl3EkLLsc0-xyoSEfVVvaEWQvYxEDq1L9MSg,11088
|
8
|
-
pulumi_nomad/acl_token.py,sha256=zXNYBJyMha9gO-15LZHJQnMXYmkconpv2WK_awZtMfg,29916
|
9
|
-
pulumi_nomad/csi_volume.py,sha256=NnYWENwv25JzTqvtPJfPfZJ5y3bJhGl9EGBQsi-EBpo,52291
|
10
|
-
pulumi_nomad/csi_volume_registration.py,sha256=6DSlYAjvDV3yBK_mlpVgk00sfPE107-kn243KVEMXgM,53207
|
11
|
-
pulumi_nomad/dynamic_host_volume.py,sha256=E3STK9Qe469IWWFK6rbjBTad7MIg69nuaAzLDF7o0zE,51210
|
12
|
-
pulumi_nomad/dynamic_host_volume_registration.py,sha256=eGOR8LtNl2RwkjlP0O7AUr1FoFEqEZleYQ3PzKcBpug,36819
|
13
|
-
pulumi_nomad/external_volume.py,sha256=kbTrKuzdhbOTnd2DKBk7_XMXBSyniWmzffjKuRK6OUA,52372
|
14
|
-
pulumi_nomad/get_acl_policies.py,sha256=3wxhLPd6XHTKFKUiRk6EzYK3xYZ1OzZD7VNz9dA3IeM,4268
|
15
|
-
pulumi_nomad/get_acl_policy.py,sha256=dAO66svXM8B7ysKBAPNnT_WVx-YmI8MZ9rMBCHE1o_w,4577
|
16
|
-
pulumi_nomad/get_acl_role.py,sha256=BDXY0kQlsJSh45YgAN1zIfGoegxO3evcMaLbMquSAZ8,4637
|
17
|
-
pulumi_nomad/get_acl_roles.py,sha256=ubkz0SkPWRnjctI1WNLdJKAEfA6NZHkMkX-pbnHoktY,4157
|
18
|
-
pulumi_nomad/get_acl_token.py,sha256=xkcP820Dg-VzEed2cLNl4eVe1EsMACRU9c8NwF1nkII,8880
|
19
|
-
pulumi_nomad/get_acl_tokens.py,sha256=UXTlSbGLlnusl7XecwSqM0Im4UuiwrS4nf5Ax79jldY,4135
|
20
|
-
pulumi_nomad/get_allocations.py,sha256=yMeFsCULZwM8qhL9MLplcRL70H1tKKSYcBSW8AlKChE,6343
|
21
|
-
pulumi_nomad/get_datacenters.py,sha256=4WhaVMbrbyGRvN3KuS2iduBod8RUdWM0rVSYUqaO4ks,5551
|
22
|
-
pulumi_nomad/get_deployments.py,sha256=xT1JuijayK9VZDNARWZNoL8Y6FUoaKUhZfP6dqk4ARw,3611
|
23
|
-
pulumi_nomad/get_dynamic_host_volume.py,sha256=3LU-JJk712RmeSdUbSN2FmBDvi6PI-9J1_n-owTt3dw,14335
|
24
|
-
pulumi_nomad/get_job.py,sha256=2_u4ONvuCtcs3x2a0IBqL4Y-gy1jeJ9N0JhlOiRzC0o,15434
|
25
|
-
pulumi_nomad/get_job_parser.py,sha256=vIJkkJ-30h0DJG6yShoZoB4qyh1H0r_2ao1_tmr_wcs,4854
|
26
|
-
pulumi_nomad/get_jwks.py,sha256=Nv0grsw7pqYQwosYBlcck-rjiqwed1ognt4c-XkXS8g,4067
|
27
|
-
pulumi_nomad/get_namespace.py,sha256=CeWo4ftpu-LupkKsjHy2KSZKQf7jfmml00DUVofaK4I,6314
|
28
|
-
pulumi_nomad/get_namespaces.py,sha256=qYSSK1w-Vjwa3AYGZ3-C9lfOWj_g-p08dM6Ok8aeTew,4362
|
29
|
-
pulumi_nomad/get_node_pool.py,sha256=A1PPdLjozCF1tR_AGq0ujUn6yY9M-LVIwQRcsbcOpls,5272
|
30
|
-
pulumi_nomad/get_node_pools.py,sha256=IZsNtNnKfm7uswEanMFKtApq6hOJ6RuhMmbCu80JY_w,5214
|
31
|
-
pulumi_nomad/get_plugin.py,sha256=0FogGWDoZ6Q70rot_dmxlSvbhpHHbv6hN9LBe0c4MqA,12375
|
32
|
-
pulumi_nomad/get_plugins.py,sha256=9e4hncIzGTJW5qeA9n8MatAJrDHMI-32MzV4RsQckes,3797
|
33
|
-
pulumi_nomad/get_regions.py,sha256=QsqQWx6cNBYLhL0qOnChWf1LWgElmYBasFoJ3pG_cN0,4024
|
34
|
-
pulumi_nomad/get_scaling_policies.py,sha256=4NU1xyf8cr0Dbv0gtGFbBb11RPLgZejrc4t_P9f4ywA,5507
|
35
|
-
pulumi_nomad/get_scaling_policy.py,sha256=yLG1buFUa4AIKE3_plCV2oG2O6BxMuoG278SB9jy-yE,6063
|
36
|
-
pulumi_nomad/get_scheduler_policy.py,sha256=CpVUl7cMQqwRBmYuSYHsH4np3EqmCysKpBO2x1AG53Y,5371
|
37
|
-
pulumi_nomad/get_variable.py,sha256=5EkZkivhsvvwZRH1La625aFvjWglALRLL3GBJ3L1IEo,4958
|
38
|
-
pulumi_nomad/get_volumes.py,sha256=XBXoetaK8RAT4AW7mH52L0ou_k2reavjD_VOzMKvEBg,6522
|
39
|
-
pulumi_nomad/job.py,sha256=eSaDi4O278Eqe9x4Iop4cnBElO2vuL4_fYY8YeHzW5w,44133
|
40
|
-
pulumi_nomad/namespace.py,sha256=VDLZxQNYN2309hS1yKHS2bWiheRUDQ3kesNlE5k8n6w,21353
|
41
|
-
pulumi_nomad/node_pool.py,sha256=fpImkkTtX6VtsJ_eQeRGXEk7TxAzjE6-fM-p2_BdgFs,13866
|
42
|
-
pulumi_nomad/outputs.py,sha256=lb4zy-b59N0UAJPgpjwyHHzQV0lsu1E25o8HjzBUxFs,131801
|
43
|
-
pulumi_nomad/provider.py,sha256=lcxd8E_XzdApWdz3Rhpp11gVa831-tdgPMSL-CtNtzc,20730
|
44
|
-
pulumi_nomad/pulumi-plugin.json,sha256=jkYYq6ufX9z8skBIfff0tR5qOL4qIZEcfn9LQ1WgCqA,81
|
45
|
-
pulumi_nomad/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
-
pulumi_nomad/quote_specification.py,sha256=DODvc_olmvdqMZdtUHTvpUjSc2rkVA8vBNoe-umrjfM,12617
|
47
|
-
pulumi_nomad/scheduler_config.py,sha256=4Y5_Zd8bLLUsOirhbAe01IDkvZm07Y7hQUdF5VMymM8,14744
|
48
|
-
pulumi_nomad/sentinel_policy.py,sha256=qcgNevmW0LNt2AbrIuRIW2nT7NN-iBq-JYFLqfp12gs,17942
|
49
|
-
pulumi_nomad/variable.py,sha256=QE7pwAbzMmOY8S6iO8u5aLBZFSO_pEP9VkuRrGhxFBk,12331
|
50
|
-
pulumi_nomad/volume.py,sha256=bf9F0KWxLm3HkOuAKQvgZVCHQ4IOPnNKz-2C1u9eWdI,56887
|
51
|
-
pulumi_nomad/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
52
|
-
pulumi_nomad/config/__init__.pyi,sha256=tIAs_Cv6hVOlpAcpSJ5XGTeTHsfnAeRq3y6kuIQFOwc,1836
|
53
|
-
pulumi_nomad/config/outputs.py,sha256=y7nFXKRL67QW7aD6UQds8ka6ysh7aQYfo_6e-tESDZg,1247
|
54
|
-
pulumi_nomad/config/vars.py,sha256=RGvWqvP9psah81xuR1ztflknBX6cIVSF25SoVr8fCUQ,3202
|
55
|
-
pulumi_nomad-2.6.0a1747981315.dist-info/METADATA,sha256=Z5e9yaB68zuoXDX1oboJOVWfZcRE2vd1ai3ba2s6IjY,4796
|
56
|
-
pulumi_nomad-2.6.0a1747981315.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
57
|
-
pulumi_nomad-2.6.0a1747981315.dist-info/top_level.txt,sha256=1JxoZWssmXqN-8vVDXtedeoWtI703uNWUOzlm8Byv-o,13
|
58
|
-
pulumi_nomad-2.6.0a1747981315.dist-info/RECORD,,
|
{pulumi_nomad-2.6.0a1747981315.dist-info → pulumi_nomad-2.6.0a1749536719.dist-info}/top_level.txt
RENAMED
File without changes
|