Skip to content

Commit 65f6a48

Browse files
authored
cdktf: update index.md,resources/file.md,data-sources/file.md (hashicorp#358)
1 parent 47a8693 commit 65f6a48

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class MyConvertedCode(TerraformStack):
8585
### Required
8686

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

9090
### Optional
9191

@@ -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.20.1 input-364604600159f2ebda10b8cabbed08fd4644629441f0dcc16aa76d71af693838 -->
120+
<!-- cache-key: cdktf-0.20.1 input-e028531bc97a019f848b3e37c5dde395799324b83b8cd5ea78649ffc9177c542 -->

docs/cdktf/python/resources/file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |-
2020
### Required
2121

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

2525
### Optional
2626

@@ -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.20.1 input-95a06e551b0d19b38f554034d2c8dfba633bdfbb9731c7b33c6a25291e795092 -->
55+
<!-- cache-key: cdktf-0.20.1 input-7fe48dc31101cb76c685aed0cf23657f6683fb390d9633ac73c1b06d4d3bedca -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class MyConvertedCode extends TerraformStack {
9696
### Required
9797

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

101101
### Optional
102102

@@ -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.20.1 input-364604600159f2ebda10b8cabbed08fd4644629441f0dcc16aa76d71af693838 -->
131+
<!-- cache-key: cdktf-0.20.1 input-e028531bc97a019f848b3e37c5dde395799324b83b8cd5ea78649ffc9177c542 -->

docs/cdktf/typescript/resources/file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |-
2020
### Required
2121

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

2525
### Optional
2626

@@ -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.20.1 input-95a06e551b0d19b38f554034d2c8dfba633bdfbb9731c7b33c6a25291e795092 -->
55+
<!-- cache-key: cdktf-0.20.1 input-7fe48dc31101cb76c685aed0cf23657f6683fb390d9633ac73c1b06d4d3bedca -->

0 commit comments

Comments
 (0)