pulumi-venafi 1.11.0a1745551652__py3-none-any.whl → 1.11.1a1749180581__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-venafi might be problematic. Click here for more details.
- pulumi_venafi/__init__.py +1 -1
- pulumi_venafi/_utilities.py +1 -1
- pulumi_venafi/certificate.py +2 -1
- pulumi_venafi/cloud_keystore_installation.py +2 -1
- pulumi_venafi/config/__init__.py +1 -1
- pulumi_venafi/config/__init__.pyi +1 -1
- pulumi_venafi/config/vars.py +1 -1
- pulumi_venafi/get_cloud_keystore.py +1 -1
- pulumi_venafi/get_cloud_provider.py +1 -1
- pulumi_venafi/policy.py +2 -1
- pulumi_venafi/provider.py +22 -1
- pulumi_venafi/pulumi-plugin.json +1 -1
- pulumi_venafi/ssh_certificate.py +2 -1
- pulumi_venafi/ssh_config.py +2 -1
- {pulumi_venafi-1.11.0a1745551652.dist-info → pulumi_venafi-1.11.1a1749180581.dist-info}/METADATA +3 -3
- pulumi_venafi-1.11.1a1749180581.dist-info/RECORD +19 -0
- {pulumi_venafi-1.11.0a1745551652.dist-info → pulumi_venafi-1.11.1a1749180581.dist-info}/WHEEL +1 -1
- pulumi_venafi-1.11.0a1745551652.dist-info/RECORD +0 -19
- {pulumi_venafi-1.11.0a1745551652.dist-info → pulumi_venafi-1.11.1a1749180581.dist-info}/top_level.txt +0 -0
pulumi_venafi/__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_venafi/_utilities.py
CHANGED
pulumi_venafi/certificate.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
|
|
@@ -892,6 +892,7 @@ class _CertificateState:
|
|
|
892
892
|
pulumi.set(self, "valid_days", value)
|
|
893
893
|
|
|
894
894
|
|
|
895
|
+
@pulumi.type_token("venafi:index/certificate:Certificate")
|
|
895
896
|
class Certificate(pulumi.CustomResource):
|
|
896
897
|
@overload
|
|
897
898
|
def __init__(__self__,
|
|
@@ -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
|
|
@@ -191,6 +191,7 @@ class _CloudKeystoreInstallationState:
|
|
|
191
191
|
pulumi.set(self, "cloud_keystore_id", value)
|
|
192
192
|
|
|
193
193
|
|
|
194
|
+
@pulumi.type_token("venafi:index/cloudKeystoreInstallation:CloudKeystoreInstallation")
|
|
194
195
|
class CloudKeystoreInstallation(pulumi.CustomResource):
|
|
195
196
|
@overload
|
|
196
197
|
def __init__(__self__,
|
pulumi_venafi/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
|
|
@@ -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_venafi/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
|
|
@@ -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_venafi/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
|
|
@@ -109,6 +109,7 @@ class _PolicyState:
|
|
|
109
109
|
pulumi.set(self, "zone", value)
|
|
110
110
|
|
|
111
111
|
|
|
112
|
+
@pulumi.type_token("venafi:index/policy:Policy")
|
|
112
113
|
class Policy(pulumi.CustomResource):
|
|
113
114
|
@overload
|
|
114
115
|
def __init__(__self__,
|
pulumi_venafi/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
|
|
@@ -261,6 +261,7 @@ class ProviderArgs:
|
|
|
261
261
|
pulumi.set(self, "zone", value)
|
|
262
262
|
|
|
263
263
|
|
|
264
|
+
@pulumi.type_token("pulumi:providers:venafi")
|
|
264
265
|
class Provider(pulumi.ProviderResource):
|
|
265
266
|
@overload
|
|
266
267
|
def __init__(__self__,
|
|
@@ -480,3 +481,23 @@ class Provider(pulumi.ProviderResource):
|
|
|
480
481
|
"""
|
|
481
482
|
return pulumi.get(self, "zone")
|
|
482
483
|
|
|
484
|
+
@pulumi.output_type
|
|
485
|
+
class TerraformConfigResult:
|
|
486
|
+
def __init__(__self__, result=None):
|
|
487
|
+
if result and not isinstance(result, dict):
|
|
488
|
+
raise TypeError("Expected argument 'result' to be a dict")
|
|
489
|
+
pulumi.set(__self__, "result", result)
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
@pulumi.getter
|
|
493
|
+
def result(self) -> Mapping[str, Any]:
|
|
494
|
+
return pulumi.get(self, "result")
|
|
495
|
+
|
|
496
|
+
def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
|
|
497
|
+
"""
|
|
498
|
+
This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
|
|
499
|
+
"""
|
|
500
|
+
__args__ = dict()
|
|
501
|
+
__args__['__self__'] = __self__
|
|
502
|
+
return pulumi.runtime.call('pulumi:providers:venafi/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
|
|
503
|
+
|
pulumi_venafi/pulumi-plugin.json
CHANGED
pulumi_venafi/ssh_certificate.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
|
|
@@ -711,6 +711,7 @@ class _SshCertificateState:
|
|
|
711
711
|
pulumi.set(self, "windows", value)
|
|
712
712
|
|
|
713
713
|
|
|
714
|
+
@pulumi.type_token("venafi:index/sshCertificate:SshCertificate")
|
|
714
715
|
class SshCertificate(pulumi.CustomResource):
|
|
715
716
|
@overload
|
|
716
717
|
def __init__(__self__,
|
pulumi_venafi/ssh_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
|
|
@@ -96,6 +96,7 @@ class _SshConfigState:
|
|
|
96
96
|
pulumi.set(self, "template", value)
|
|
97
97
|
|
|
98
98
|
|
|
99
|
+
@pulumi.type_token("venafi:index/sshConfig:SshConfig")
|
|
99
100
|
class SshConfig(pulumi.CustomResource):
|
|
100
101
|
@overload
|
|
101
102
|
def __init__(__self__,
|
{pulumi_venafi-1.11.0a1745551652.dist-info → pulumi_venafi-1.11.1a1749180581.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_venafi
|
|
3
|
-
Version: 1.11.
|
|
3
|
+
Version: 1.11.1a1749180581
|
|
4
4
|
Summary: A Pulumi package for creating and managing venafi cloud resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
@@ -9,9 +9,9 @@ Keywords: pulumi,venafi
|
|
|
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.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions
|
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
|
15
15
|
|
|
16
16
|
[](https://github.com/pulumi/pulumi-venafi/actions)
|
|
17
17
|
[](https://slack.pulumi.com)
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
pulumi_venafi/__init__.py,sha256=HPAfVYIP23bq5uLrAgvfDBHfhkPcjkFEMr6heNHJ_Jc,1727
|
|
2
|
+
pulumi_venafi/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
3
|
+
pulumi_venafi/certificate.py,sha256=aiC5n_57ONFvjCN7P1utLX6EnRLAiY09kOAxDyqm2r4,65262
|
|
4
|
+
pulumi_venafi/cloud_keystore_installation.py,sha256=XdddTFp0wCAtVCMjdNEM7nRJCCkRHF2Y9B-yAzLVlKg,21231
|
|
5
|
+
pulumi_venafi/get_cloud_keystore.py,sha256=sbkjO9-4gMnjFeJzh0d3LZKibXUCePWORtvk-3tLJqo,6986
|
|
6
|
+
pulumi_venafi/get_cloud_provider.py,sha256=cImL1dLLmoMiktJbhUKQxhlVGbzMn6VjlU8JOVNOWYY,6110
|
|
7
|
+
pulumi_venafi/policy.py,sha256=FUfhAuB2dJLW30M4EwwcXeNCjtUPBbjHpZhKE8lrqV8,12183
|
|
8
|
+
pulumi_venafi/provider.py,sha256=etkBSYFOJYo9W40QxpmzHntcakob18dZ5DRDog4RP0s,24932
|
|
9
|
+
pulumi_venafi/pulumi-plugin.json,sha256=qynmekaEAaThRsl842NZS4DI30yKhvFUrgiMmp8eRnU,83
|
|
10
|
+
pulumi_venafi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pulumi_venafi/ssh_certificate.py,sha256=7D-9AzTKVo6eIrWhRlmiGysspVjC9CtPhCUUL8G0-Sk,56741
|
|
12
|
+
pulumi_venafi/ssh_config.py,sha256=Fu-o72tqoTgTqo6tac-pLKT4a2XKCrdwWI9EJyunOC8,8985
|
|
13
|
+
pulumi_venafi/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
|
|
14
|
+
pulumi_venafi/config/__init__.pyi,sha256=Mhh1xlWS0Lis8c3dOAP6oK2UldM3PVViSkNJp_w28rc,2296
|
|
15
|
+
pulumi_venafi/config/vars.py,sha256=WlsTiRCx63W1kAwt4KowAONA4lTT3IC9_PXY44SSpIs,3805
|
|
16
|
+
pulumi_venafi-1.11.1a1749180581.dist-info/METADATA,sha256=FXUxmpYOoPdqnuXDduGpmsPnMjwhfADLJVU7Kr-NkhI,3677
|
|
17
|
+
pulumi_venafi-1.11.1a1749180581.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
18
|
+
pulumi_venafi-1.11.1a1749180581.dist-info/top_level.txt,sha256=Ail5lbFaPXJp8zJFZ3jJASt8lnXFrCD0SBlJWooalBM,14
|
|
19
|
+
pulumi_venafi-1.11.1a1749180581.dist-info/RECORD,,
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
pulumi_venafi/__init__.py,sha256=Tfmql4vYPswezMpNCcjuhwmDk4WmTOJl7FiH_9EC1CQ,1745
|
|
2
|
-
pulumi_venafi/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
3
|
-
pulumi_venafi/certificate.py,sha256=17_M0xSG0hTCGUNjaewXJ8BcjjGoBuoWtxcG1eawgvQ,65221
|
|
4
|
-
pulumi_venafi/cloud_keystore_installation.py,sha256=N5eubpf_XrjyEynYapdlSWmkl0sOrNNeOyPaWgnskEk,21162
|
|
5
|
-
pulumi_venafi/get_cloud_keystore.py,sha256=6rzKqMolI6_LvbzYaf5M3BMHbiEdt3dfbKB9PzNyIwI,7004
|
|
6
|
-
pulumi_venafi/get_cloud_provider.py,sha256=luvUV0f0mL39kitxvP083S5OlEFwFzKcpc6VrtrRflE,6128
|
|
7
|
-
pulumi_venafi/policy.py,sha256=1oVzAnSYsgKUrse_rVZiGyvBSt47U7BEqygZUcY7DMI,12152
|
|
8
|
-
pulumi_venafi/provider.py,sha256=NUmvL3WH7ejoxPGlTPGjYvvkdV5RfbaE_VyW1M6fSNA,24035
|
|
9
|
-
pulumi_venafi/pulumi-plugin.json,sha256=bZYwdDdUc7Y2mAeAUYossnBC-jP9P40-5PyKgGHiVjU,83
|
|
10
|
-
pulumi_venafi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pulumi_venafi/ssh_certificate.py,sha256=vkC-DdgCt7_39L4cV6RJL7w4dSoy-XByhMjW8dTvvxI,56694
|
|
12
|
-
pulumi_venafi/ssh_config.py,sha256=LnL77OfeUVJ72W5tuqBQ5DS6kNbmU5o4tTW_-4j5duw,8948
|
|
13
|
-
pulumi_venafi/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
|
14
|
-
pulumi_venafi/config/__init__.pyi,sha256=6MA_XiJGwGYQmh0jTO59s7i64BB_vq0FCVkxVpeGd20,2314
|
|
15
|
-
pulumi_venafi/config/vars.py,sha256=Q0G0EZ209BP93k5Qo25pOPmzyLbejct7-S3g3S1s-94,3823
|
|
16
|
-
pulumi_venafi-1.11.0a1745551652.dist-info/METADATA,sha256=4Ah1UGd-0m-DviuVmaGAfV2PR4KxKxdEK24UJEjO-Yg,3674
|
|
17
|
-
pulumi_venafi-1.11.0a1745551652.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
18
|
-
pulumi_venafi-1.11.0a1745551652.dist-info/top_level.txt,sha256=Ail5lbFaPXJp8zJFZ3jJASt8lnXFrCD0SBlJWooalBM,14
|
|
19
|
-
pulumi_venafi-1.11.0a1745551652.dist-info/RECORD,,
|
|
File without changes
|