Skip to content

Commit 5e7e99b

Browse files
authored
cdktf: update index.md,resources/file.md,data-sources/file.md (#252)
1 parent cab4aa9 commit 5e7e99b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Generates an archive from content, a file, or directory of files.
1414
## Example Usage
1515

1616
```python
17-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
17+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
1818
from constructs import Construct
1919
from cdktf import TerraformStack
2020
#
@@ -33,7 +33,7 @@ class MyConvertedCode(TerraformStack):
3333
```
3434

3535
```python
36-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
36+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
3737
from constructs import Construct
3838
from cdktf import Token, TerraformStack
3939
#
@@ -60,7 +60,7 @@ class MyConvertedCode(TerraformStack):
6060
```
6161

6262
```python
63-
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
63+
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
6464
from constructs import Construct
6565
from cdktf import TerraformStack
6666
#
@@ -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.17.1 input-d3e4d9d868812b91ebfd286a3305959de07442df7fcbac30222b0c2a83a87bdf -->
120+
<!-- cache-key: cdktf-0.18.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.17.1 input-29729bd5dcf423357d35fb88a589120ee1e2d5d1677702061afe3d70700dddc8 -->
15+
<!-- cache-key: cdktf-0.18.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.17.1 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->
55+
<!-- cache-key: cdktf-0.18.0 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Generates an archive from content, a file, or directory of files.
1414
## Example Usage
1515

1616
```typescript
17-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
17+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
1818
import { Construct } from "constructs";
1919
import { TerraformStack } from "cdktf";
2020
/*
@@ -36,7 +36,7 @@ class MyConvertedCode extends TerraformStack {
3636
```
3737

3838
```typescript
39-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
39+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
4040
import { Construct } from "constructs";
4141
import { Token, TerraformStack } from "cdktf";
4242
/*
@@ -68,7 +68,7 @@ class MyConvertedCode extends TerraformStack {
6868
```
6969

7070
```typescript
71-
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
71+
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
7272
import { Construct } from "constructs";
7373
import { TerraformStack } from "cdktf";
7474
/*
@@ -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.17.1 input-d3e4d9d868812b91ebfd286a3305959de07442df7fcbac30222b0c2a83a87bdf -->
131+
<!-- cache-key: cdktf-0.18.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.17.1 input-29729bd5dcf423357d35fb88a589120ee1e2d5d1677702061afe3d70700dddc8 -->
15+
<!-- cache-key: cdktf-0.18.0 input-29729bd5dcf423357d35fb88a589120ee1e2d5d1677702061afe3d70700dddc8 -->

docs/cdktf/typescript/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.17.1 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->
55+
<!-- cache-key: cdktf-0.18.0 input-2249780abdb2c9a9b8ff725245e5ef3ddb87573030502b12c59a13d988af3d7b -->

0 commit comments

Comments
 (0)