pulumi-tls 5.1.0a1713561435__py3-none-any.whl → 5.1.0a1713904980__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-tls might be problematic. Click here for more details.

@@ -234,7 +234,6 @@ class CertRequest(pulumi.CustomResource):
234
234
  """
235
235
  ## Example Usage
236
236
 
237
- <!--Start PulumiCodeChooser -->
238
237
  ```python
239
238
  import pulumi
240
239
  import pulumi_std as std
@@ -247,7 +246,6 @@ class CertRequest(pulumi.CustomResource):
247
246
  organization="ACME Examples, Inc",
248
247
  ))
249
248
  ```
250
- <!--End PulumiCodeChooser -->
251
249
 
252
250
  :param str resource_name: The name of the resource.
253
251
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -266,7 +264,6 @@ class CertRequest(pulumi.CustomResource):
266
264
  """
267
265
  ## Example Usage
268
266
 
269
- <!--Start PulumiCodeChooser -->
270
267
  ```python
271
268
  import pulumi
272
269
  import pulumi_std as std
@@ -279,7 +276,6 @@ class CertRequest(pulumi.CustomResource):
279
276
  organization="ACME Examples, Inc",
280
277
  ))
281
278
  ```
282
- <!--End PulumiCodeChooser -->
283
279
 
284
280
  :param str resource_name: The name of the resource.
285
281
  :param CertRequestArgs args: The arguments to use to populate this resource's properties.
@@ -138,7 +138,6 @@ def get_public_key(private_key_openssh: Optional[str] = None,
138
138
 
139
139
  ## Example Usage
140
140
 
141
- <!--Start PulumiCodeChooser -->
142
141
  ```python
143
142
  import pulumi
144
143
  import pulumi_std as std
@@ -150,7 +149,6 @@ def get_public_key(private_key_openssh: Optional[str] = None,
150
149
  # Public key loaded from filesystem, using the Open SSH (RFC 4716) format
151
150
  private_key_openssh_example = tls.get_public_key(private_key_openssh=std.file(input="~/.ssh/id_rsa_rfc4716").result)
152
151
  ```
153
- <!--End PulumiCodeChooser -->
154
152
 
155
153
 
156
154
  :param str private_key_openssh: The private key (in [OpenSSH PEM (RFC 4716)](https://datatracker.ietf.org/doc/html/rfc4716) format) to extract the public key from. This is *mutually exclusive* with `private_key_pem`. Currently-supported algorithms for keys are: `RSA`, `ECDSA`, `ED25519`.
@@ -184,7 +182,6 @@ def get_public_key_output(private_key_openssh: Optional[pulumi.Input[Optional[st
184
182
 
185
183
  ## Example Usage
186
184
 
187
- <!--Start PulumiCodeChooser -->
188
185
  ```python
189
186
  import pulumi
190
187
  import pulumi_std as std
@@ -196,7 +193,6 @@ def get_public_key_output(private_key_openssh: Optional[pulumi.Input[Optional[st
196
193
  # Public key loaded from filesystem, using the Open SSH (RFC 4716) format
197
194
  private_key_openssh_example = tls.get_public_key(private_key_openssh=std.file(input="~/.ssh/id_rsa_rfc4716").result)
198
195
  ```
199
- <!--End PulumiCodeChooser -->
200
196
 
201
197
 
202
198
  :param str private_key_openssh: The private key (in [OpenSSH PEM (RFC 4716)](https://datatracker.ietf.org/doc/html/rfc4716) format) to extract the public key from. This is *mutually exclusive* with `private_key_pem`. Currently-supported algorithms for keys are: `RSA`, `ECDSA`, `ED25519`.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_tls
3
- Version: 5.1.0a1713561435
3
+ Version: 5.1.0a1713904980
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
@@ -1,9 +1,9 @@
1
1
  pulumi_tls/__init__.py,sha256=Fk7hjyRIMx42E0iGoNp4d238SBG6PAUxDzvlIndTJck,1523
2
2
  pulumi_tls/_inputs.py,sha256=KVpnu-mvOyzrpVpdrb90KBWDhaN_i67rIkdR3d8qJlw,14351
3
3
  pulumi_tls/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
- pulumi_tls/cert_request.py,sha256=6qw5gakJmM6CKHasWZOFKJ7DYC1oUkqh1x6ng_8vrKE,20591
4
+ pulumi_tls/cert_request.py,sha256=IkUPm9Lq9q3WK9d0FbS4NS_F_sSS1T-nkxJB0Hpuzic,20435
5
5
  pulumi_tls/get_certificate.py,sha256=lUy1OLl5oA8GbQnOeVy6F7Sfd8pWSgCnZ1g9gV9Jr30,5540
6
- pulumi_tls/get_public_key.py,sha256=FDiyLgOCk0bK5EMxIrUUgRWFgJCB34PWVDnE8Sfz1dM,10489
6
+ pulumi_tls/get_public_key.py,sha256=9rlku7HjE567b7gQaYv1e7NsuLmkyohuAK62yDBCq2g,10349
7
7
  pulumi_tls/locally_signed_cert.py,sha256=4NvYD8E-YpLQ-rIncp90RC7FDtJoMSYkoOjmuXHm2zM,41155
8
8
  pulumi_tls/outputs.py,sha256=3Yjo4iKbFD4gJQhCGGWwocpCAuS3V-d6nvQ9lseB3Qg,14909
9
9
  pulumi_tls/private_key.py,sha256=l7YLkUhXlp-lLWST8p34AoR0zMI_Dj2qRlQEf8sjMVg,22201
@@ -15,7 +15,7 @@ pulumi_tls/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030
15
15
  pulumi_tls/config/__init__.pyi,sha256=kaPJpeRs8A7zNA-3MY-QL0zyxMV0oqUrYrsLj3HpqEg,474
16
16
  pulumi_tls/config/outputs.py,sha256=SYfBlhKnqFeIaEpQLFgdBfABD4pzTkAlZTuwWWsGQ4A,2653
17
17
  pulumi_tls/config/vars.py,sha256=wTZ5QbW-pH76tJ5PSA2zAFV4bPdtC5pmxQsV7jRd3c8,661
18
- pulumi_tls-5.1.0a1713561435.dist-info/METADATA,sha256=hp31AvCLThyLZ9wjXcULa-YVjOrCnragYME27PErpYU,2427
19
- pulumi_tls-5.1.0a1713561435.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
20
- pulumi_tls-5.1.0a1713561435.dist-info/top_level.txt,sha256=w0yJOTuCUb1BpNsSTm0FJZPucueobFIfzPGzjYklx1U,11
21
- pulumi_tls-5.1.0a1713561435.dist-info/RECORD,,
18
+ pulumi_tls-5.1.0a1713904980.dist-info/METADATA,sha256=SkAmheOzEkhDAYs4tLIci4WSkv0I46AGicWapPEkWNA,2427
19
+ pulumi_tls-5.1.0a1713904980.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
20
+ pulumi_tls-5.1.0a1713904980.dist-info/top_level.txt,sha256=w0yJOTuCUb1BpNsSTm0FJZPucueobFIfzPGzjYklx1U,11
21
+ pulumi_tls-5.1.0a1713904980.dist-info/RECORD,,