pulumi-tls 5.3.0a1746427624__py3-none-any.whl → 5.3.0a1746773152__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.
@@ -226,10 +226,8 @@ class _CertRequestState:
226
226
  pulumi.set(self, "uris", value)
227
227
 
228
228
 
229
+ @pulumi.type_token("tls:index/certRequest:CertRequest")
229
230
  class CertRequest(pulumi.CustomResource):
230
-
231
- pulumi_type = "tls:index/certRequest:CertRequest"
232
-
233
231
  @overload
234
232
  def __init__(__self__,
235
233
  resource_name: str,
@@ -356,10 +356,8 @@ class _LocallySignedCertState:
356
356
  pulumi.set(self, "validity_start_time", value)
357
357
 
358
358
 
359
+ @pulumi.type_token("tls:index/locallySignedCert:LocallySignedCert")
359
360
  class LocallySignedCert(pulumi.CustomResource):
360
-
361
- pulumi_type = "tls:index/locallySignedCert:LocallySignedCert"
362
-
363
361
  @overload
364
362
  def __init__(__self__,
365
363
  resource_name: str,
pulumi_tls/private_key.py CHANGED
@@ -240,10 +240,8 @@ class _PrivateKeyState:
240
240
  pulumi.set(self, "rsa_bits", value)
241
241
 
242
242
 
243
+ @pulumi.type_token("tls:index/privateKey:PrivateKey")
243
244
  class PrivateKey(pulumi.CustomResource):
244
-
245
- pulumi_type = "tls:index/privateKey:PrivateKey"
246
-
247
245
  @overload
248
246
  def __init__(__self__,
249
247
  resource_name: str,
pulumi_tls/provider.py CHANGED
@@ -42,10 +42,8 @@ class ProviderArgs:
42
42
  pulumi.set(self, "proxy", value)
43
43
 
44
44
 
45
+ @pulumi.type_token("pulumi:providers:tls")
45
46
  class Provider(pulumi.ProviderResource):
46
-
47
- pulumi_type = "pulumi:providers:tls"
48
-
49
47
  @overload
50
48
  def __init__(__self__,
51
49
  resource_name: str,
@@ -106,3 +104,23 @@ class Provider(pulumi.ProviderResource):
106
104
  __props__,
107
105
  opts)
108
106
 
107
+ @pulumi.output_type
108
+ class TerraformConfigResult:
109
+ def __init__(__self__, result=None):
110
+ if result and not isinstance(result, dict):
111
+ raise TypeError("Expected argument 'result' to be a dict")
112
+ pulumi.set(__self__, "result", result)
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def result(self) -> Mapping[str, Any]:
117
+ return pulumi.get(self, "result")
118
+
119
+ def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
120
+ """
121
+ This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
122
+ """
123
+ __args__ = dict()
124
+ __args__['__self__'] = __self__
125
+ return pulumi.runtime.call('pulumi:providers:tls/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
126
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "tls",
4
- "version": "5.3.0-alpha.1746427624"
4
+ "version": "5.3.0-alpha.1746773152"
5
5
  }
@@ -456,10 +456,8 @@ class _SelfSignedCertState:
456
456
  pulumi.set(self, "validity_start_time", value)
457
457
 
458
458
 
459
+ @pulumi.type_token("tls:index/selfSignedCert:SelfSignedCert")
459
460
  class SelfSignedCert(pulumi.CustomResource):
460
-
461
- pulumi_type = "tls:index/selfSignedCert:SelfSignedCert"
462
-
463
461
  @overload
464
462
  def __init__(__self__,
465
463
  resource_name: str,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_tls
3
- Version: 5.3.0a1746427624
3
+ Version: 5.3.0a1746773152
4
4
  Summary: A Pulumi package to create TLS resources in Pulumi programs.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,9 +9,9 @@ Keywords: pulumi,tls
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-tls/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-tls/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -1,21 +1,21 @@
1
1
  pulumi_tls/__init__.py,sha256=igmqUHAUNcc8tBKQILO7YNi_YZk1cOywYEulwwQUmws,1539
2
2
  pulumi_tls/_inputs.py,sha256=V4MB4dQFC9Ef1B-XODr2l97zJiGoGmdB1sWk4pYJuAc,20580
3
3
  pulumi_tls/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_tls/cert_request.py,sha256=kGHbTcxNfgFJmg428d7ixHqsP97PeioPiNZth_HzdBI,23745
4
+ pulumi_tls/cert_request.py,sha256=EgmDKl8KfahNdbOmoqLie4zDLo-sLnFj-aVpil0bZrI,23745
5
5
  pulumi_tls/get_certificate.py,sha256=H8hsryJB-CfFIGetSF-jAQoqONbCn8o9RiBttfzyReY,6536
6
6
  pulumi_tls/get_public_key.py,sha256=cs_Uc45e0SDKPRF-GN2VI15dvrX6xYFZllLzJsYNH9I,12535
7
- pulumi_tls/locally_signed_cert.py,sha256=vvnsztghnNDGE6Yw6ipnGyZeL9y_jJMTzozh273I0zQ,39776
7
+ pulumi_tls/locally_signed_cert.py,sha256=vLw_qO4ApITdFrjyT2EJxu6xd4RDw5mkgh7jZsDjz9E,39776
8
8
  pulumi_tls/outputs.py,sha256=WJQhKVJUAMPqxrGetPZPqHXep4MjwX44EDcXyiS_Ino,17714
9
- pulumi_tls/private_key.py,sha256=H6FQShLoN6u3W8uXFXpo6OzquiRvA8bxnd3C8zr2BZY,26424
10
- pulumi_tls/provider.py,sha256=bVTB6nrIPkJ07BkPj3BX61Wpywk8cQMUNyl5uURvwVI,4846
11
- pulumi_tls/pulumi-plugin.json,sha256=0g3nvpYh1-yBcavv9qujcSsNvc4ro3mYAzVV6XnrTnU,79
9
+ pulumi_tls/private_key.py,sha256=DOZ4oxepU3-gk2gtzEQqbGJKZ2eZBuUVLd3xWrzfaJU,26424
10
+ pulumi_tls/provider.py,sha256=GVtB8ZrdZ3gxKt6MBlE_3uFf_sPHO_Co8E9rKQLt7VQ,5712
11
+ pulumi_tls/pulumi-plugin.json,sha256=iR3IO9iwJuDTGd9HUxmWEgk5RqhGhuIBjO6M1TXSKdo,79
12
12
  pulumi_tls/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- pulumi_tls/self_signed_cert.py,sha256=XDkpuBrVnLyYjPsWqi4BfDicBu5qE2OX_Ecwsezyyso,49706
13
+ pulumi_tls/self_signed_cert.py,sha256=fTcKHOEIeAh3Ekqtt0wiiGHFysYmWlS6TSjLMItNlV8,49706
14
14
  pulumi_tls/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
15
15
  pulumi_tls/config/__init__.pyi,sha256=Z1ZoNt3OF5wvrVIN44zrQ7bHwyx-AKpSthNEHaNmcFc,664
16
16
  pulumi_tls/config/outputs.py,sha256=NciNLqyFfMQRFalV1H-Svtw7SiQq6L50ExjXpiBp2sw,2951
17
17
  pulumi_tls/config/vars.py,sha256=u38zR1MajTlqwLMtNjWziDZSvecTybyMd_i9de2js10,851
18
- pulumi_tls-5.3.0a1746427624.dist-info/METADATA,sha256=yirZrqhDUEKY-JFVC8QaMlqq3DXvrVeLhjg4icw3Icc,2490
19
- pulumi_tls-5.3.0a1746427624.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
20
- pulumi_tls-5.3.0a1746427624.dist-info/top_level.txt,sha256=w0yJOTuCUb1BpNsSTm0FJZPucueobFIfzPGzjYklx1U,11
21
- pulumi_tls-5.3.0a1746427624.dist-info/RECORD,,
18
+ pulumi_tls-5.3.0a1746773152.dist-info/METADATA,sha256=lBBjGVivCXWwU3-HkgcUPE5xe8Ceyrla7DNSKIwDKzc,2493
19
+ pulumi_tls-5.3.0a1746773152.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
20
+ pulumi_tls-5.3.0a1746773152.dist-info/top_level.txt,sha256=w0yJOTuCUb1BpNsSTm0FJZPucueobFIfzPGzjYklx1U,11
21
+ pulumi_tls-5.3.0a1746773152.dist-info/RECORD,,