Skip to content

Commit

Permalink
cdktf: update index.md,data-sources/external.md
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Aug 17, 2023
1 parent f7b02e5 commit 55c5300
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/cdktf/python/data-sources/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `external` data source allows an external program implementing a specific pr
## Example Usage

```python
# Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
# DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
from constructs import Construct
from cdktf import TerraformStack
#
Expand Down Expand Up @@ -112,4 +112,4 @@ FOOBAZ="$FOO $BAZ"
# and escaped to produce a valid JSON string.
jq -n --arg foobaz "$FOOBAZ" '{"foobaz":$foobaz}'
```
<!-- cache-key: cdktf-0.17.1 input-e08070c40220a33a70423305d0ab48388b2d87631e4ad3bec467084e40608ba5 -->
<!-- cache-key: cdktf-0.18.0 input-e08070c40220a33a70423305d0ab48388b2d87631e4ad3bec467084e40608ba5 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ particular language runtimes or external programs beyond standard shell
utilities, so it is not recommended to use this provider within configurations
that are applied within Terraform Enterprise.

<!-- cache-key: cdktf-0.17.1 input-08a52f099e909202b1e04c955ab942628d582686c0043be4061be11382387fa0 -->
<!-- cache-key: cdktf-0.18.0 input-08a52f099e909202b1e04c955ab942628d582686c0043be4061be11382387fa0 -->
4 changes: 2 additions & 2 deletions docs/cdktf/typescript/data-sources/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `external` data source allows an external program implementing a specific pr
## Example Usage

```typescript
// Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
// DO NOT EDIT. Code generated by 'cdktf convert' - Please report bugs at https://cdk.tf/bug
import { Construct } from "constructs";
import { TerraformStack } from "cdktf";
/*
Expand Down Expand Up @@ -116,4 +116,4 @@ FOOBAZ="$FOO $BAZ"
# and escaped to produce a valid JSON string.
jq -n --arg foobaz "$FOOBAZ" '{"foobaz":$foobaz}'
```
<!-- cache-key: cdktf-0.17.1 input-e08070c40220a33a70423305d0ab48388b2d87631e4ad3bec467084e40608ba5 -->
<!-- cache-key: cdktf-0.18.0 input-e08070c40220a33a70423305d0ab48388b2d87631e4ad3bec467084e40608ba5 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ particular language runtimes or external programs beyond standard shell
utilities, so it is not recommended to use this provider within configurations
that are applied within Terraform Enterprise.

<!-- cache-key: cdktf-0.17.1 input-08a52f099e909202b1e04c955ab942628d582686c0043be4061be11382387fa0 -->
<!-- cache-key: cdktf-0.18.0 input-08a52f099e909202b1e04c955ab942628d582686c0043be4061be11382387fa0 -->

0 comments on commit 55c5300

Please sign in to comment.