Skip to content

Commit 3bcb679

Browse files
author
team-tf-cdk
authored
cdktf: update index.md,data-sources/http.md (#523)
1 parent d3eef67 commit 3bcb679

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/cdktf/python/data-sources/http.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ class MyConvertedCode(TerraformStack):
187187

188188
### Optional
189189

190-
- `ca_cert_pem` (String) Certificate data of the Certificate Authority (CA) in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
190+
- `ca_cert_pem` (String) Certificate Authority (CA) in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
191+
- `client_cert_pem` (String) Client certificate in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
192+
- `client_key_pem` (String) Client key in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
191193
- `insecure` (Boolean) Disables verification of the server's certificate chain and hostname. Defaults to `false`
192194
- `method` (String) The HTTP Method for the request. Allowed methods are a subset of methods defined in [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-4.3) namely, `GET`, `HEAD`, and `POST`. `POST` support is only intended for read-only URLs, such as submitting a search.
193195
- `request_body` (String) The request body as a string.
@@ -212,4 +214,4 @@ Optional:
212214
- `attempts` (Number) The number of times the request is to be retried. For example, if 2 is specified, the request will be tried a maximum of 3 times.
213215
- `max_delay_ms` (Number) The maximum delay between retry requests in milliseconds.
214216
- `min_delay_ms` (Number) The minimum delay between retry requests in milliseconds.
215-
<!-- cache-key: cdktf-0.20.8 input-3f3d9826beac1ee235306177655bd6aa2e038f33a07d244843f3a9d3c82a31de -->
217+
<!-- cache-key: cdktf-0.20.8 input-1974241da61884ccce9eb0e8daad7b086f11568518c873f8c4d02c9c183af9ef -->

docs/cdktf/typescript/data-sources/http.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ class MyConvertedCode extends TerraformStack {
206206

207207
### Optional
208208

209-
- `caCertPem` (String) Certificate data of the Certificate Authority (CA) in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
209+
- `caCertPem` (String) Certificate Authority (CA) in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
210+
- `client_cert_pem` (String) Client certificate in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
211+
- `client_key_pem` (String) Client key in [PEM (RFC 1421)](https://datatracker.ietf.org/doc/html/rfc1421) format.
210212
- `insecure` (Boolean) Disables verification of the server's certificate chain and hostname. Defaults to `false`
211213
- `method` (String) The HTTP Method for the request. Allowed methods are a subset of methods defined in [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-4.3) namely, `GET`, `HEAD`, and `POST`. `POST` support is only intended for read-only URLs, such as submitting a search.
212214
- `requestBody` (String) The request body as a string.
@@ -231,4 +233,4 @@ Optional:
231233
- `attempts` (Number) The number of times the request is to be retried. For example, if 2 is specified, the request will be tried a maximum of 3 times.
232234
- `maxDelayMs` (Number) The maximum delay between retry requests in milliseconds.
233235
- `minDelayMs` (Number) The minimum delay between retry requests in milliseconds.
234-
<!-- cache-key: cdktf-0.20.8 input-3f3d9826beac1ee235306177655bd6aa2e038f33a07d244843f3a9d3c82a31de -->
236+
<!-- cache-key: cdktf-0.20.8 input-1974241da61884ccce9eb0e8daad7b086f11568518c873f8c4d02c9c183af9ef -->

0 commit comments

Comments
 (0)