From ef607b8097b02a86cd051aa5e5772d99e0da9089 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 5 Aug 2024 00:17:14 +0000 Subject: [PATCH] cdktf: update index.md,resources/file.md,data-sources/file.md --- docs/cdktf/python/data-sources/file.md | 4 ++-- docs/cdktf/python/resources/file.md | 4 ++-- docs/cdktf/typescript/data-sources/file.md | 4 ++-- docs/cdktf/typescript/resources/file.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/cdktf/python/data-sources/file.md b/docs/cdktf/python/data-sources/file.md index 165a20af..8acdbd57 100644 --- a/docs/cdktf/python/data-sources/file.md +++ b/docs/cdktf/python/data-sources/file.md @@ -90,7 +90,7 @@ class MyConvertedCode(TerraformStack): ### Optional - `exclude_symlink_directories` (Boolean) Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -- `excludes` (Set of String) Specify files to ignore when reading the `source_dir`. +- `excludes` (Set of String) Specify files/directories to ignore when reading the `source_dir`. Supports glob file matching patterns including doublestar/globstar (`**`) patterns. - `output_file_mode` (String) String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. - `source` (Block Set) Specifies attributes of a single source file to include into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. (see [below for nested schema](#nestedblock--source)) - `source_content` (String) Add only this content to the archive with `source_content_filename` as the filename. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. @@ -117,4 +117,4 @@ Required: - `content` (String) Add this content to the archive with `filename` as the filename. - `filename` (String) Set this as the filename when declaring a `source`. - \ 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 85bce4fd..6e0dbfff 100644 --- a/docs/cdktf/python/resources/file.md +++ b/docs/cdktf/python/resources/file.md @@ -25,7 +25,7 @@ description: |- ### Optional - `exclude_symlink_directories` (Boolean) Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -- `excludes` (Set of String) Specify files to ignore when reading the `source_dir`. +- `excludes` (Set of String) Specify files/directories to ignore when reading the `source_dir`. Supports glob file matching patterns including doublestar/globstar (`**`) patterns. - `output_file_mode` (String) String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. - `source` (Block Set) Specifies attributes of a single source file to include into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. (see [below for nested schema](#nestedblock--source)) - `source_content` (String) Add only this content to the archive with `source_content_filename` as the filename. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. @@ -52,4 +52,4 @@ Required: - `content` (String) Add this content to the archive with `filename` as the filename. - `filename` (String) Set this as the filename when declaring a `source`. - \ 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 2499510d..5b60802f 100644 --- a/docs/cdktf/typescript/data-sources/file.md +++ b/docs/cdktf/typescript/data-sources/file.md @@ -101,7 +101,7 @@ class MyConvertedCode extends TerraformStack { ### Optional - `excludeSymlinkDirectories` (Boolean) Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -- `excludes` (Set of String) Specify files to ignore when reading the `sourceDir`. +- `excludes` (Set of String) Specify files/directories to ignore when reading the `sourceDir`. Supports glob file matching patterns including doublestar/globstar (`**`) patterns. - `outputFileMode` (String) String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. - `source` (Block Set) Specifies attributes of a single source file to include into the archive. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified. (see [below for nested schema](#nestedblock--source)) - `sourceContent` (String) Add only this content to the archive with `sourceContentFilename` as the filename. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified. @@ -128,4 +128,4 @@ Required: - `content` (String) Add this content to the archive with `filename` as the filename. - `filename` (String) Set this as the filename when declaring a `source`. - \ 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 09a658d1..e6b05d5d 100644 --- a/docs/cdktf/typescript/resources/file.md +++ b/docs/cdktf/typescript/resources/file.md @@ -25,7 +25,7 @@ description: |- ### Optional - `excludeSymlinkDirectories` (Boolean) Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -- `excludes` (Set of String) Specify files to ignore when reading the `sourceDir`. +- `excludes` (Set of String) Specify files/directories to ignore when reading the `sourceDir`. Supports glob file matching patterns including doublestar/globstar (`**`) patterns. - `outputFileMode` (String) String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. - `source` (Block Set) Specifies attributes of a single source file to include into the archive. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified. (see [below for nested schema](#nestedblock--source)) - `sourceContent` (String) Add only this content to the archive with `sourceContentFilename` as the filename. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified. @@ -52,4 +52,4 @@ Required: - `content` (String) Add this content to the archive with `filename` as the filename. - `filename` (String) Set this as the filename when declaring a `source`. - \ No newline at end of file + \ No newline at end of file