diff --git a/docs/cdktf/python/data-sources/file.md b/docs/cdktf/python/data-sources/file.md index 8acdbd57..b87a89c3 100644 --- a/docs/cdktf/python/data-sources/file.md +++ b/docs/cdktf/python/data-sources/file.md @@ -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 @@ -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 6e0dbfff..efc7ff67 100644 --- a/docs/cdktf/python/resources/file.md +++ b/docs/cdktf/python/resources/file.md @@ -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 @@ -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 5b60802f..86c6b6ec 100644 --- a/docs/cdktf/typescript/data-sources/file.md +++ b/docs/cdktf/typescript/data-sources/file.md @@ -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 @@ -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 e6b05d5d..20ef04f9 100644 --- a/docs/cdktf/typescript/resources/file.md +++ b/docs/cdktf/typescript/resources/file.md @@ -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 @@ -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