Skip to content

Commit

Permalink
cdktf: update index.md,resources/self_signed_cert.md,resources/privat…
Browse files Browse the repository at this point in the history
…e_key.md,resources/locally_signed_cert.md,resources/cert_request.md,data-sources/public_key.md,data-sources/certificate.md
  • Loading branch information
team-tf-cdk committed Sep 30, 2024
1 parent ab6094a commit d1db616
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ Read-Only:
- `version` (Number) The version the certificate is in.
- `cert_pem` (String) Certificate data in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format. **NOTE**: the [underlying](https://pkg.go.dev/encoding/pem#Encode) [libraries](https://pkg.go.dev/golang.org/x/crypto/ssh#MarshalAuthorizedKey) that generate this value append a `\n` at the end of the PEM. In case this disrupts your use case, we recommend using [`trimspace()`](https://www.terraform.io/language/functions/trimspace).

<!-- cache-key: cdktf-0.20.1 input-aa0448a429be224544a948790292f3b630d2ecf0739247bd90334feadefa8419 -->
<!-- cache-key: cdktf-0.20.8 input-aa0448a429be224544a948790292f3b630d2ecf0739247bd90334feadefa8419 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/public_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ class MyConvertedCode(TerraformStack):
- `public_key_openssh` (String) The public key, in [OpenSSH PEM (RFC 4716)](https://datatracker.ietf.org/doc/html/rfc4716) format. This is also known as ['Authorized Keys'](https://www.ssh.com/academy/ssh/authorized_keys/openssh#format-of-the-authorized-keys-file) format. This is not populated for `ECDSA` with curve `P224`, as it is [not supported](../../docs#limitations). **NOTE**: the [underlying](https://pkg.go.dev/encoding/pem#Encode) [libraries](https://pkg.go.dev/golang.org/x/crypto/ssh#MarshalAuthorizedKey) that generate this value append a `\n` at the end of the PEM. In case this disrupts your use case, we recommend using [`trimspace()`](https://www.terraform.io/language/functions/trimspace).
- `public_key_pem` (String) The public key, in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format. **NOTE**: the [underlying](https://pkg.go.dev/encoding/pem#Encode) [libraries](https://pkg.go.dev/golang.org/x/crypto/ssh#MarshalAuthorizedKey) that generate this value append a `\n` at the end of the PEM. In case this disrupts your use case, we recommend using [`trimspace()`](https://www.terraform.io/language/functions/trimspace).

<!-- cache-key: cdktf-0.20.1 input-025d5bde39901a91ba6cb60272c97a78a0c01a6de59d77d7dea035490ff6ee0a -->
<!-- cache-key: cdktf-0.20.8 input-025d5bde39901a91ba6cb60272c97a78a0c01a6de59d77d7dea035490ff6ee0a -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ Failing that, **protecting the content of the state file is strongly recommended
The more general advice is that it's better to generate "secrets" outside of Terraform,
and then distribute them securely to the system where Terraform will make use of them.

<!-- cache-key: cdktf-0.20.1 input-9629aac943b54f5dd10ea0b4a5ac545ba133cdf7ce49405f60bebc3525e333fa -->
<!-- cache-key: cdktf-0.20.8 input-9629aac943b54f5dd10ea0b4a5ac545ba133cdf7ce49405f60bebc3525e333fa -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/cert_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Optional:
- `serial_number` (String) Distinguished name: `SERIALNUMBER`
- `street_address` (List of String) Distinguished name: `STREET`

<!-- cache-key: cdktf-0.20.1 input-f0b329ca4c0554d420316e3aa077babdcc26589666ed69b639e7ed93d15ac558 -->
<!-- cache-key: cdktf-0.20.8 input-f0b329ca4c0554d420316e3aa077babdcc26589666ed69b639e7ed93d15ac558 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/locally_signed_cert.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ a new certificate when the current one is about to expire.
The creation of a new certificate may of course cause dependent resources to be updated
or replaced, depending on the lifecycle rules applying to those resources.

<!-- cache-key: cdktf-0.20.1 input-68f5a3ac6e15730702eda898fd0b26d83e0623e2680b4782c44d4d8fba2cfe8f -->
<!-- cache-key: cdktf-0.20.8 input-68f5a3ac6e15730702eda898fd0b26d83e0623e2680b4782c44d4d8fba2cfe8f -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/private_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ terraform taint tls_private_key.example

A new key will then be generated on the next ``terraform apply``.

<!-- cache-key: cdktf-0.20.1 input-d883372f4f6fca4ca740c03d31a34cdd6a12ec7204e44e20824b895a27ded4a4 -->
<!-- cache-key: cdktf-0.20.8 input-d883372f4f6fca4ca740c03d31a34cdd6a12ec7204e44e20824b895a27ded4a4 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/self_signed_cert.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ a new certificate when the current one is about to expire.
The creation of a new certificate may of course cause dependent resources to be updated
or replaced, depending on the lifecycle rules applying to those resources.

<!-- cache-key: cdktf-0.20.1 input-fdcdd1b995d8aef8a660e00b2010a6a6f9c7bd0b3ef6d96ee4709050cd0a2354 -->
<!-- cache-key: cdktf-0.20.8 input-fdcdd1b995d8aef8a660e00b2010a6a6f9c7bd0b3ef6d96ee4709050cd0a2354 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ Read-Only:
- `version` (Number) The version the certificate is in.
- `certPem` (String) Certificate data in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format. **NOTE**: the [underlying](https://pkg.go.dev/encoding/pem#Encode) [libraries](https://pkg.go.dev/golang.org/x/crypto/ssh#MarshalAuthorizedKey) that generate this value append a `\n` at the end of the PEM. In case this disrupts your use case, we recommend using [`trimspace()`](https://www.terraform.io/language/functions/trimspace).

<!-- cache-key: cdktf-0.20.1 input-aa0448a429be224544a948790292f3b630d2ecf0739247bd90334feadefa8419 -->
<!-- cache-key: cdktf-0.20.8 input-aa0448a429be224544a948790292f3b630d2ecf0739247bd90334feadefa8419 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/public_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ class MyConvertedCode extends TerraformStack {
- `publicKeyOpenssh` (String) The public key, in [OpenSSH PEM (RFC 4716)](https://datatracker.ietf.org/doc/html/rfc4716) format. This is also known as ['Authorized Keys'](https://www.ssh.com/academy/ssh/authorized_keys/openssh#format-of-the-authorized-keys-file) format. This is not populated for `ECDSA` with curve `P224`, as it is [not supported](../../docs#limitations). **NOTE**: the [underlying](https://pkg.go.dev/encoding/pem#Encode) [libraries](https://pkg.go.dev/golang.org/x/crypto/ssh#MarshalAuthorizedKey) that generate this value append a `\n` at the end of the PEM. In case this disrupts your use case, we recommend using [`trimspace()`](https://www.terraform.io/language/functions/trimspace).
- `publicKeyPem` (String) The public key, in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format. **NOTE**: the [underlying](https://pkg.go.dev/encoding/pem#Encode) [libraries](https://pkg.go.dev/golang.org/x/crypto/ssh#MarshalAuthorizedKey) that generate this value append a `\n` at the end of the PEM. In case this disrupts your use case, we recommend using [`trimspace()`](https://www.terraform.io/language/functions/trimspace).

<!-- cache-key: cdktf-0.20.1 input-025d5bde39901a91ba6cb60272c97a78a0c01a6de59d77d7dea035490ff6ee0a -->
<!-- cache-key: cdktf-0.20.8 input-025d5bde39901a91ba6cb60272c97a78a0c01a6de59d77d7dea035490ff6ee0a -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ Failing that, **protecting the content of the state file is strongly recommended
The more general advice is that it's better to generate "secrets" outside of Terraform,
and then distribute them securely to the system where Terraform will make use of them.

<!-- cache-key: cdktf-0.20.1 input-9629aac943b54f5dd10ea0b4a5ac545ba133cdf7ce49405f60bebc3525e333fa -->
<!-- cache-key: cdktf-0.20.8 input-9629aac943b54f5dd10ea0b4a5ac545ba133cdf7ce49405f60bebc3525e333fa -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/cert_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ Optional:
- `serialNumber` (String) Distinguished name: `SERIALNUMBER`
- `streetAddress` (List of String) Distinguished name: `STREET`

<!-- cache-key: cdktf-0.20.1 input-f0b329ca4c0554d420316e3aa077babdcc26589666ed69b639e7ed93d15ac558 -->
<!-- cache-key: cdktf-0.20.8 input-f0b329ca4c0554d420316e3aa077babdcc26589666ed69b639e7ed93d15ac558 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/locally_signed_cert.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ a new certificate when the current one is about to expire.
The creation of a new certificate may of course cause dependent resources to be updated
or replaced, depending on the lifecycle rules applying to those resources.

<!-- cache-key: cdktf-0.20.1 input-68f5a3ac6e15730702eda898fd0b26d83e0623e2680b4782c44d4d8fba2cfe8f -->
<!-- cache-key: cdktf-0.20.8 input-68f5a3ac6e15730702eda898fd0b26d83e0623e2680b4782c44d4d8fba2cfe8f -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/private_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ terraform taint tls_private_key.example

A new key will then be generated on the next ``terraform apply``.

<!-- cache-key: cdktf-0.20.1 input-d883372f4f6fca4ca740c03d31a34cdd6a12ec7204e44e20824b895a27ded4a4 -->
<!-- cache-key: cdktf-0.20.8 input-d883372f4f6fca4ca740c03d31a34cdd6a12ec7204e44e20824b895a27ded4a4 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/self_signed_cert.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ a new certificate when the current one is about to expire.
The creation of a new certificate may of course cause dependent resources to be updated
or replaced, depending on the lifecycle rules applying to those resources.

<!-- cache-key: cdktf-0.20.1 input-fdcdd1b995d8aef8a660e00b2010a6a6f9c7bd0b3ef6d96ee4709050cd0a2354 -->
<!-- cache-key: cdktf-0.20.8 input-fdcdd1b995d8aef8a660e00b2010a6a6f9c7bd0b3ef6d96ee4709050cd0a2354 -->

0 comments on commit d1db616

Please sign in to comment.