pulumi-venafi 1.11.0a1745551652__tar.gz → 1.11.1a1749180581__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.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/PKG-INFO +3 -3
  2. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/__init__.py +1 -1
  3. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/_utilities.py +1 -1
  4. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/certificate.py +2 -1
  5. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/cloud_keystore_installation.py +2 -1
  6. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/config/__init__.py +1 -1
  7. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/config/__init__.pyi +1 -1
  8. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/config/vars.py +1 -1
  9. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/get_cloud_keystore.py +1 -1
  10. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/get_cloud_provider.py +1 -1
  11. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/policy.py +2 -1
  12. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/provider.py +22 -1
  13. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/pulumi-plugin.json +1 -1
  14. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/ssh_certificate.py +2 -1
  15. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/ssh_config.py +2 -1
  16. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi.egg-info/PKG-INFO +3 -3
  17. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi.egg-info/requires.txt +2 -2
  18. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pyproject.toml +2 -2
  19. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/README.md +0 -0
  20. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi/py.typed +0 -0
  21. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi.egg-info/SOURCES.txt +0 -0
  22. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi.egg-info/dependency_links.txt +0 -0
  23. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/pulumi_venafi.egg-info/top_level.txt +0 -0
  24. {pulumi_venafi-1.11.0a1745551652 → pulumi_venafi-1.11.1a1749180581}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_venafi
3
- Version: 1.11.0a1745551652
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.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,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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__,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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__,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "venafi",
4
- "version": "1.11.0-alpha.1745551652"
4
+ "version": "1.11.1-alpha.1749180581"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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__,
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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__,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_venafi
3
- Version: 1.11.0a1745551652
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.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.11.0a1745551652"
8
+ version = "1.11.1a1749180581"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]