Skip to content

Commit

Permalink
cdktf: update index.md,resources/file.md,data-sources/file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Aug 12, 2024
1 parent 47a8693 commit 54e8930
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/cdktf/python/data-sources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class MyConvertedCode(TerraformStack):
### Required

- `output_path` (String) The output of the archive file.
- `type` (String) The type of archive to generate. NOTE: `zip` is supported.
- `type` (String) The type of archive to generate. NOTE: `zip` and `tar.gz` is supported.

### Optional

Expand Down Expand Up @@ -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`.

<!-- cache-key: cdktf-0.20.1 input-364604600159f2ebda10b8cabbed08fd4644629441f0dcc16aa76d71af693838 -->
<!-- cache-key: cdktf-0.20.1 input-e028531bc97a019f848b3e37c5dde395799324b83b8cd5ea78649ffc9177c542 -->
4 changes: 2 additions & 2 deletions docs/cdktf/python/resources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: |-
### Required

- `output_path` (String) The output of the archive file.
- `type` (String) The type of archive to generate. NOTE: `zip` is supported.
- `type` (String) The type of archive to generate. NOTE: `zip` and `tar.gz` is supported.

### Optional

Expand Down Expand Up @@ -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`.

<!-- cache-key: cdktf-0.20.1 input-95a06e551b0d19b38f554034d2c8dfba633bdfbb9731c7b33c6a25291e795092 -->
<!-- cache-key: cdktf-0.20.1 input-7fe48dc31101cb76c685aed0cf23657f6683fb390d9633ac73c1b06d4d3bedca -->
4 changes: 2 additions & 2 deletions docs/cdktf/typescript/data-sources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class MyConvertedCode extends TerraformStack {
### Required

- `outputPath` (String) The output of the archive file.
- `type` (String) The type of archive to generate. NOTE: `zip` is supported.
- `type` (String) The type of archive to generate. NOTE: `zip` and `tar.gz` is supported.

### Optional

Expand Down Expand Up @@ -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`.

<!-- cache-key: cdktf-0.20.1 input-364604600159f2ebda10b8cabbed08fd4644629441f0dcc16aa76d71af693838 -->
<!-- cache-key: cdktf-0.20.1 input-e028531bc97a019f848b3e37c5dde395799324b83b8cd5ea78649ffc9177c542 -->
4 changes: 2 additions & 2 deletions docs/cdktf/typescript/resources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: |-
### Required

- `outputPath` (String) The output of the archive file.
- `type` (String) The type of archive to generate. NOTE: `zip` is supported.
- `type` (String) The type of archive to generate. NOTE: `zip` and `tar.gz` is supported.

### Optional

Expand Down Expand Up @@ -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`.

<!-- cache-key: cdktf-0.20.1 input-95a06e551b0d19b38f554034d2c8dfba633bdfbb9731c7b33c6a25291e795092 -->
<!-- cache-key: cdktf-0.20.1 input-7fe48dc31101cb76c685aed0cf23657f6683fb390d9633ac73c1b06d4d3bedca -->

0 comments on commit 54e8930

Please sign in to comment.