From f0a5f7495c9dc182bf910f84b0c462448649e933 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Wed, 10 Jan 2024 16:06:56 +0000 Subject: [PATCH] cdktf: update index.md,resources/sensitive_file.md,resources/file.md,data-sources/sensitive_file.md,data-sources/file.md --- docs/cdktf/python/data-sources/file.md | 2 +- docs/cdktf/python/data-sources/sensitive_file.md | 2 +- docs/cdktf/python/index.md | 2 +- docs/cdktf/python/resources/file.md | 2 +- docs/cdktf/python/resources/sensitive_file.md | 2 +- docs/cdktf/typescript/data-sources/file.md | 2 +- docs/cdktf/typescript/data-sources/sensitive_file.md | 2 +- docs/cdktf/typescript/index.md | 2 +- docs/cdktf/typescript/resources/file.md | 12 ++++++------ docs/cdktf/typescript/resources/sensitive_file.md | 6 +++--- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/cdktf/python/data-sources/file.md b/docs/cdktf/python/data-sources/file.md index 8fdfd323..f375a02b 100644 --- a/docs/cdktf/python/data-sources/file.md +++ b/docs/cdktf/python/data-sources/file.md @@ -55,4 +55,4 @@ class MyConvertedCode(TerraformStack): - `content_sha256` (String) SHA256 checksum of file content. - `content_sha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/python/data-sources/sensitive_file.md b/docs/cdktf/python/data-sources/sensitive_file.md index e0b41e99..87ecd51f 100644 --- a/docs/cdktf/python/data-sources/sensitive_file.md +++ b/docs/cdktf/python/data-sources/sensitive_file.md @@ -58,4 +58,4 @@ class MyConvertedCode(TerraformStack): - `content_sha256` (String) SHA256 checksum of file content. - `content_sha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/python/index.md b/docs/cdktf/python/index.md index 89adaa69..3cebc7e6 100644 --- a/docs/cdktf/python/index.md +++ b/docs/cdktf/python/index.md @@ -18,4 +18,4 @@ its assumptions. The resources here are best used with care, since depending on local state can make it hard to apply the same Terraform configuration on many different local systems where the local resources may not be universally available. See specific notes in each resource for more information. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/python/resources/file.md b/docs/cdktf/python/resources/file.md index 8a2c9e0e..b49cf0b9 100644 --- a/docs/cdktf/python/resources/file.md +++ b/docs/cdktf/python/resources/file.md @@ -87,4 +87,4 @@ class MyConvertedCode(TerraformStack): - `content_sha256` (String) SHA256 checksum of file content. - `content_sha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/python/resources/sensitive_file.md b/docs/cdktf/python/resources/sensitive_file.md index 590603ed..3a429466 100644 --- a/docs/cdktf/python/resources/sensitive_file.md +++ b/docs/cdktf/python/resources/sensitive_file.md @@ -81,4 +81,4 @@ class MyConvertedCode(TerraformStack): - `content_sha256` (String) SHA256 checksum of file content. - `content_sha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/data-sources/file.md b/docs/cdktf/typescript/data-sources/file.md index ac3d4e60..6d4372ca 100644 --- a/docs/cdktf/typescript/data-sources/file.md +++ b/docs/cdktf/typescript/data-sources/file.md @@ -58,4 +58,4 @@ class MyConvertedCode extends TerraformStack { - `contentSha256` (String) SHA256 checksum of file content. - `contentSha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/data-sources/sensitive_file.md b/docs/cdktf/typescript/data-sources/sensitive_file.md index 42b61b75..4691b86a 100644 --- a/docs/cdktf/typescript/data-sources/sensitive_file.md +++ b/docs/cdktf/typescript/data-sources/sensitive_file.md @@ -61,4 +61,4 @@ class MyConvertedCode extends TerraformStack { - `contentSha256` (String) SHA256 checksum of file content. - `contentSha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/index.md b/docs/cdktf/typescript/index.md index 89adaa69..3cebc7e6 100644 --- a/docs/cdktf/typescript/index.md +++ b/docs/cdktf/typescript/index.md @@ -18,4 +18,4 @@ its assumptions. The resources here are best used with care, since depending on local state can make it hard to apply the same Terraform configuration on many different local systems where the local resources may not be universally available. See specific notes in each resource for more information. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/resources/file.md b/docs/cdktf/typescript/resources/file.md index 29a2572a..2b57d505 100644 --- a/docs/cdktf/typescript/resources/file.md +++ b/docs/cdktf/typescript/resources/file.md @@ -23,7 +23,7 @@ File content must be specified with _exactly_ one of the arguments `content`, `sensitiveContent` (Deprecated), `contentBase64`, or `source`. -> If the file content is sensitive, use the -[`localSensitiveFile`](./sensitive_file.html) resource instead. +[`local_sensitive_file`](./sensitive_file.html) resource instead. ## Example Usage @@ -60,10 +60,10 @@ class MyConvertedCode extends TerraformStack { ### Optional - `content` (String) Content to store in the file, expected to be a UTF-8 encoded string. - Conflicts with `sensitive_content`, `content_base64` and `source`. + Conflicts with `sensitiveContent`, `contentBase64` and `source`. Exactly one of these four arguments must be specified. - `contentBase64` (String) Content to store in the file, expected to be binary encoded as base64 string. - Conflicts with `content`, `sensitive_content` and `source`. + Conflicts with `content`, `sensitiveContent` and `source`. Exactly one of these four arguments must be specified. - `directoryPermission` (String) Permissions to set for directories created (before umask), expressed as string in [numeric notation](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation). @@ -73,12 +73,12 @@ class MyConvertedCode extends TerraformStack { Default value is `"0777"`. - `sensitiveContent` (String, Sensitive, Deprecated) Sensitive content to store in the file, expected to be an UTF-8 encoded string. Will not be displayed in diffs. - Conflicts with `content`, `content_base64` and `source`. + Conflicts with `content`, `contentBase64` and `source`. Exactly one of these four arguments must be specified. If in need to use _sensitive_ content, please use the [`local_sensitive_file`](./sensitive_file.html) resource instead. - `source` (String) Path to file to use as source for the one we are creating. - Conflicts with `content`, `sensitive_content` and `content_base64`. + Conflicts with `content`, `sensitiveContent` and `contentBase64`. Exactly one of these four arguments must be specified. ### Read-Only @@ -90,4 +90,4 @@ class MyConvertedCode extends TerraformStack { - `contentSha256` (String) SHA256 checksum of file content. - `contentSha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/resources/sensitive_file.md b/docs/cdktf/typescript/resources/sensitive_file.md index cfd6839d..bb9ce0fd 100644 --- a/docs/cdktf/typescript/resources/sensitive_file.md +++ b/docs/cdktf/typescript/resources/sensitive_file.md @@ -60,7 +60,7 @@ class MyConvertedCode extends TerraformStack { ### Optional - `content` (String, Sensitive) Sensitive Content to store in the file, expected to be a UTF-8 encoded string. - Conflicts with `content_base64` and `source`. + Conflicts with `contentBase64` and `source`. Exactly one of these three arguments must be specified. - `contentBase64` (String, Sensitive) Sensitive Content to store in the file, expected to be binary encoded as base64 string. Conflicts with `content` and `source`. @@ -72,7 +72,7 @@ class MyConvertedCode extends TerraformStack { [numeric notation](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation). Default value is `"0700"`. - `source` (String) Path to file to use as source for the one we are creating. - Conflicts with `content` and `content_base64`. + Conflicts with `content` and `contentBase64`. Exactly one of these three arguments must be specified. ### Read-Only @@ -84,4 +84,4 @@ class MyConvertedCode extends TerraformStack { - `contentSha256` (String) SHA256 checksum of file content. - `contentSha512` (String) SHA512 checksum of file content. - `id` (String) The hexadecimal encoding of the SHA1 checksum of the file content. - \ No newline at end of file + \ No newline at end of file