Skip to content

Commit b1763d9

Browse files
authored
cdktf: update index.md,resources/file.md,data-sources/file.md (#273)
1 parent 0b79a23 commit b1763d9

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ Required:
117117
- `content` (String) Add this content to the archive with `filename` as the filename.
118118
- `filename` (String) Set this as the filename when declaring a `source`.
119119

120-
<!-- cache-key: cdktf-0.18.0 input-d3e4d9d868812b91ebfd286a3305959de07442df7fcbac30222b0c2a83a87bdf -->
120+
<!-- cache-key: cdktf-0.19.0 input-d3e4d9d868812b91ebfd286a3305959de07442df7fcbac30222b0c2a83a87bdf -->

docs/cdktf/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The archive provider exposes resources to manage archive files.
1212

1313
This provider requires no configuration. For information on the resources
1414
it provides, see the navigation bar.
15-
<!-- cache-key: cdktf-0.18.0 input-29729bd5dcf423357d35fb88a589120ee1e2d5d1677702061afe3d70700dddc8 -->
15+
<!-- cache-key: cdktf-0.19.0 input-29729bd5dcf423357d35fb88a589120ee1e2d5d1677702061afe3d70700dddc8 -->

docs/cdktf/python/resources/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Required:
5252
- `content` (String) Add this content to the archive with `filename` as the filename.
5353
- `filename` (String) Set this as the filename when declaring a `source`.
5454

55-
<!-- cache-key: cdktf-0.18.0 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->
55+
<!-- cache-key: cdktf-0.19.0 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ class MyConvertedCode extends TerraformStack {
101101
### Optional
102102

103103
- `excludeSymlinkDirectories` (Boolean) Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`.
104-
- `excludes` (Set of String) Specify files to ignore when reading the `sourceDir`.
104+
- `excludes` (Set of String) Specify files to ignore when reading the `source_dir`.
105105
- `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.
106-
- `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))
107-
- `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.
108-
- `sourceContentFilename` (String) Set this as the filename when using `sourceContent`. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified.
109-
- `sourceDir` (String) Package entire contents of this directory into the archive. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified.
110-
- `sourceFile` (String) Package this file into the archive. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified.
106+
- `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))
107+
- `sourceContent` (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.
108+
- `sourceContentFilename` (String) Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified.
109+
- `sourceDir` (String) Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified.
110+
- `sourceFile` (String) Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified.
111111

112112
### Read-Only
113113

@@ -128,4 +128,4 @@ Required:
128128
- `content` (String) Add this content to the archive with `filename` as the filename.
129129
- `filename` (String) Set this as the filename when declaring a `source`.
130130

131-
<!-- cache-key: cdktf-0.18.0 input-d3e4d9d868812b91ebfd286a3305959de07442df7fcbac30222b0c2a83a87bdf -->
131+
<!-- cache-key: cdktf-0.19.0 input-d3e4d9d868812b91ebfd286a3305959de07442df7fcbac30222b0c2a83a87bdf -->

docs/cdktf/typescript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The archive provider exposes resources to manage archive files.
1212

1313
This provider requires no configuration. For information on the resources
1414
it provides, see the navigation bar.
15-
<!-- cache-key: cdktf-0.18.0 input-29729bd5dcf423357d35fb88a589120ee1e2d5d1677702061afe3d70700dddc8 -->
15+
<!-- cache-key: cdktf-0.19.0 input-29729bd5dcf423357d35fb88a589120ee1e2d5d1677702061afe3d70700dddc8 -->

docs/cdktf/typescript/resources/file.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ description: |-
2525
### Optional
2626

2727
- `excludeSymlinkDirectories` (Boolean) Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`.
28-
- `excludes` (Set of String) Specify files to ignore when reading the `sourceDir`.
28+
- `excludes` (Set of String) Specify files to ignore when reading the `source_dir`.
2929
- `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.
30-
- `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))
31-
- `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.
32-
- `sourceContentFilename` (String) Set this as the filename when using `sourceContent`. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified.
33-
- `sourceDir` (String) Package entire contents of this directory into the archive. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified.
34-
- `sourceFile` (String) Package this file into the archive. One and only one of `source`, `sourceContentFilename` (with `sourceContent`), `sourceFile`, or `sourceDir` must be specified.
30+
- `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))
31+
- `sourceContent` (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.
32+
- `sourceContentFilename` (String) Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified.
33+
- `sourceDir` (String) Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified.
34+
- `sourceFile` (String) Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified.
3535

3636
### Read-Only
3737

@@ -52,4 +52,4 @@ Required:
5252
- `content` (String) Add this content to the archive with `filename` as the filename.
5353
- `filename` (String) Set this as the filename when declaring a `source`.
5454

55-
<!-- cache-key: cdktf-0.18.0 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->
55+
<!-- cache-key: cdktf-0.19.0 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->

0 commit comments

Comments
 (0)