diff --git a/docs/cdktf/python/data-sources/external.md b/docs/cdktf/python/data-sources/external.md index f1e07cd4..7fc7a5bb 100644 --- a/docs/cdktf/python/data-sources/external.md +++ b/docs/cdktf/python/data-sources/external.md @@ -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 # @@ -112,4 +112,4 @@ FOOBAZ="$FOO $BAZ" # and escaped to produce a valid JSON string. jq -n --arg foobaz "$FOOBAZ" '{"foobaz":$foobaz}' ``` - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/python/index.md b/docs/cdktf/python/index.md index fb839f44..f6d3242f 100644 --- a/docs/cdktf/python/index.md +++ b/docs/cdktf/python/index.md @@ -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. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/data-sources/external.md b/docs/cdktf/typescript/data-sources/external.md index 5127a268..9774037d 100644 --- a/docs/cdktf/typescript/data-sources/external.md +++ b/docs/cdktf/typescript/data-sources/external.md @@ -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"; /* @@ -116,4 +116,4 @@ FOOBAZ="$FOO $BAZ" # and escaped to produce a valid JSON string. jq -n --arg foobaz "$FOOBAZ" '{"foobaz":$foobaz}' ``` - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/index.md b/docs/cdktf/typescript/index.md index fb839f44..f6d3242f 100644 --- a/docs/cdktf/typescript/index.md +++ b/docs/cdktf/typescript/index.md @@ -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. - \ No newline at end of file + \ No newline at end of file