pulumi-venafi 1.12.0a1746427675__tar.gz → 1.12.0a1746734806__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-venafi might be problematic. Click here for more details.

Files changed (24) hide show
  1. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/PKG-INFO +3 -3
  2. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/certificate.py +1 -3
  3. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/cloud_keystore_installation.py +1 -3
  4. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/policy.py +1 -3
  5. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/provider.py +21 -3
  6. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/pulumi-plugin.json +1 -1
  7. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/ssh_certificate.py +1 -3
  8. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/ssh_config.py +1 -3
  9. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi.egg-info/PKG-INFO +3 -3
  10. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi.egg-info/requires.txt +2 -2
  11. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pyproject.toml +2 -2
  12. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/README.md +0 -0
  13. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/__init__.py +0 -0
  14. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/_utilities.py +0 -0
  15. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/config/__init__.py +0 -0
  16. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/config/__init__.pyi +0 -0
  17. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/config/vars.py +0 -0
  18. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/get_cloud_keystore.py +0 -0
  19. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/get_cloud_provider.py +0 -0
  20. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi/py.typed +0 -0
  21. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi.egg-info/SOURCES.txt +0 -0
  22. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi.egg-info/dependency_links.txt +0 -0
  23. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/pulumi_venafi.egg-info/top_level.txt +0 -0
  24. {pulumi_venafi-1.12.0a1746427675 → pulumi_venafi-1.12.0a1746734806}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_venafi
3
- Version: 1.12.0a1746427675
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.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-venafi/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-venafi/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -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,
@@ -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,
@@ -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
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "venafi",
4
- "version": "1.12.0-alpha.1746427675"
4
+ "version": "1.12.0-alpha.1746734806"
5
5
  }
@@ -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,
@@ -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,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_venafi
3
- Version: 1.12.0a1746427675
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.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-venafi/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-venafi/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -1,6 +1,6 @@
1
1
  parver>=0.2.1
2
- pulumi<4.0.0,>=3.142.0
2
+ pulumi<4.0.0,>=3.165.0
3
3
  semver>=2.8.1
4
4
 
5
5
  [:python_version < "3.11"]
6
- typing-extensions>=4.11
6
+ typing-extensions<5,>=4.11
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "pulumi_venafi"
3
3
  description = "A Pulumi package for creating and managing venafi cloud resources."
4
- dependencies = ["parver>=0.2.1", "pulumi>=3.142.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
4
+ dependencies = ["parver>=0.2.1", "pulumi>=3.165.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11,<5; python_version < \"3.11\""]
5
5
  keywords = ["pulumi", "venafi"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "1.12.0a1746427675"
8
+ version = "1.12.0a1746734806"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]