pulumi-venafi 1.12.0a1746427675__py3-none-any.whl → 1.12.0a1746734806__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/certificate.py +1 -3
- pulumi_venafi/cloud_keystore_installation.py +1 -3
- pulumi_venafi/policy.py +1 -3
- pulumi_venafi/provider.py +21 -3
- pulumi_venafi/pulumi-plugin.json +1 -1
- pulumi_venafi/ssh_certificate.py +1 -3
- pulumi_venafi/ssh_config.py +1 -3
- {pulumi_venafi-1.12.0a1746427675.dist-info → pulumi_venafi-1.12.0a1746734806.dist-info}/METADATA +3 -3
- pulumi_venafi-1.12.0a1746734806.dist-info/RECORD +19 -0
- pulumi_venafi-1.12.0a1746427675.dist-info/RECORD +0 -19
- {pulumi_venafi-1.12.0a1746427675.dist-info → pulumi_venafi-1.12.0a1746734806.dist-info}/WHEEL +0 -0
- {pulumi_venafi-1.12.0a1746427675.dist-info → pulumi_venafi-1.12.0a1746734806.dist-info}/top_level.txt +0 -0
pulumi_venafi/certificate.py
CHANGED
|
@@ -892,10 +892,8 @@ 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
|
-
pulumi_type = "venafi:index/certificate:Certificate"
|
|
898
|
-
|
|
899
897
|
@overload
|
|
900
898
|
def __init__(__self__,
|
|
901
899
|
resource_name: str,
|
|
@@ -191,10 +191,8 @@ 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
|
-
pulumi_type = "venafi:index/cloudKeystoreInstallation:CloudKeystoreInstallation"
|
|
197
|
-
|
|
198
196
|
@overload
|
|
199
197
|
def __init__(__self__,
|
|
200
198
|
resource_name: str,
|
pulumi_venafi/policy.py
CHANGED
|
@@ -109,10 +109,8 @@ 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
|
-
pulumi_type = "venafi:index/policy:Policy"
|
|
115
|
-
|
|
116
114
|
@overload
|
|
117
115
|
def __init__(__self__,
|
|
118
116
|
resource_name: str,
|
pulumi_venafi/provider.py
CHANGED
|
@@ -261,10 +261,8 @@ 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
|
-
pulumi_type = "pulumi:providers:venafi"
|
|
267
|
-
|
|
268
266
|
@overload
|
|
269
267
|
def __init__(__self__,
|
|
270
268
|
resource_name: str,
|
|
@@ -483,3 +481,23 @@ class Provider(pulumi.ProviderResource):
|
|
|
483
481
|
"""
|
|
484
482
|
return pulumi.get(self, "zone")
|
|
485
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
|
@@ -711,10 +711,8 @@ 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
|
-
pulumi_type = "venafi:index/sshCertificate:SshCertificate"
|
|
717
|
-
|
|
718
716
|
@overload
|
|
719
717
|
def __init__(__self__,
|
|
720
718
|
resource_name: str,
|
pulumi_venafi/ssh_config.py
CHANGED
|
@@ -96,10 +96,8 @@ 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
|
-
pulumi_type = "venafi:index/sshConfig:SshConfig"
|
|
102
|
-
|
|
103
101
|
@overload
|
|
104
102
|
def __init__(__self__,
|
|
105
103
|
resource_name: str,
|
{pulumi_venafi-1.12.0a1746427675.dist-info → pulumi_venafi-1.12.0a1746734806.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_venafi
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.0a1746734806
|
|
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=Tfmql4vYPswezMpNCcjuhwmDk4WmTOJl7FiH_9EC1CQ,1745
|
|
2
|
+
pulumi_venafi/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
3
|
+
pulumi_venafi/certificate.py,sha256=kj8znpZcGADYPyvRpLmt7XX0mnXHjurHNbAfynePzGQ,65280
|
|
4
|
+
pulumi_venafi/cloud_keystore_installation.py,sha256=KnbiymWl9FdxWgJkAbZNSiDu_K2hazwinRVwWZZwXVA,21249
|
|
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=kueRBF3o3M8rH1Ym9zHTN2xTd8M7ggeaPvmqtPb-4V0,12201
|
|
8
|
+
pulumi_venafi/provider.py,sha256=F6ijKnphtlE3FkHrPi30Ao9YWLAZF1QVXMSP6-80zGM,24950
|
|
9
|
+
pulumi_venafi/pulumi-plugin.json,sha256=XuwSWb_34Dm9orQzX-xc9p9aCGdXL8wN6wq0szijYd8,83
|
|
10
|
+
pulumi_venafi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pulumi_venafi/ssh_certificate.py,sha256=lth0ldK8ta2ujQTV-Gte1SLBTgz0aQBjxrkKcVkauR0,56759
|
|
12
|
+
pulumi_venafi/ssh_config.py,sha256=-gJiLLQecgdgBlOIqDO8QAnYYttnR_FngoG7ZmSgYrc,9003
|
|
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.12.0a1746734806.dist-info/METADATA,sha256=8KKXxWICmweR1BAeMlqh8OQmz4n6zlcqinqHA_hFQWc,3677
|
|
17
|
+
pulumi_venafi-1.12.0a1746734806.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
18
|
+
pulumi_venafi-1.12.0a1746734806.dist-info/top_level.txt,sha256=Ail5lbFaPXJp8zJFZ3jJASt8lnXFrCD0SBlJWooalBM,14
|
|
19
|
+
pulumi_venafi-1.12.0a1746734806.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=ca8x-PSb6bPSe_ukCBOaaRFwyOHMGoBKsSozkCioQeQ,65280
|
|
4
|
-
pulumi_venafi/cloud_keystore_installation.py,sha256=02r5-Bwy64OxGNtHmyu-MQLGSA445cTdAIlmDUMXbuI,21249
|
|
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=uI_9b1dOVoRxLxPeOQIButroM3ZMRZ42jKPhOf9j3fs,12201
|
|
8
|
-
pulumi_venafi/provider.py,sha256=DswkyTAXjHnFOVQzaXc82SyRHsjp1TRyBYHrt_d9NVU,24081
|
|
9
|
-
pulumi_venafi/pulumi-plugin.json,sha256=X8zbkv8Qdb-q11AKUNcM4-hpkEBCzHH_9rlmlnETv8A,83
|
|
10
|
-
pulumi_venafi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pulumi_venafi/ssh_certificate.py,sha256=HQ0tDDZ--R0HMTYN5JGFW1PUcy9Lsupl3Fpyl5XpLik,56759
|
|
12
|
-
pulumi_venafi/ssh_config.py,sha256=WTpp8IBjaR-z8serU1iVRqsKPunfa-3w3LrRrPMByps,9003
|
|
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.12.0a1746427675.dist-info/METADATA,sha256=Dg4k3yidEQrIdNBHn7yx93Rqr1v-qINKaWbgIDs7mFY,3674
|
|
17
|
-
pulumi_venafi-1.12.0a1746427675.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
18
|
-
pulumi_venafi-1.12.0a1746427675.dist-info/top_level.txt,sha256=Ail5lbFaPXJp8zJFZ3jJASt8lnXFrCD0SBlJWooalBM,14
|
|
19
|
-
pulumi_venafi-1.12.0a1746427675.dist-info/RECORD,,
|
{pulumi_venafi-1.12.0a1746427675.dist-info → pulumi_venafi-1.12.0a1746734806.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|