From 81b44be6a66da08cb82fdc734734b5531d7a9f7e Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:09:07 -0500 Subject: [PATCH] cdktf: update index.md,resources/resource.md,data-sources/data_source.md (#275) --- docs/cdktf/python/data-sources/data_source.md | 2 +- docs/cdktf/python/index.md | 2 +- docs/cdktf/python/resources/resource.md | 2 +- docs/cdktf/typescript/data-sources/data_source.md | 2 +- docs/cdktf/typescript/index.md | 2 +- docs/cdktf/typescript/resources/resource.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/cdktf/python/data-sources/data_source.md b/docs/cdktf/python/data-sources/data_source.md index d98f6511..93484cfe 100644 --- a/docs/cdktf/python/data-sources/data_source.md +++ b/docs/cdktf/python/data-sources/data_source.md @@ -103,4 +103,4 @@ class MyConvertedCode(TerraformStack): - `random` (String) A random value. This is primarily for testing and has little practical use; prefer the [hashicorp/random provider](https://registry.terraform.io/providers/hashicorp/random) for more practical random number use-cases. - \ 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 b07fbec5..0b299c1a 100644 --- a/docs/cdktf/python/index.md +++ b/docs/cdktf/python/index.md @@ -24,4 +24,4 @@ care and other solutions preferred when available. ## Schema - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/python/resources/resource.md b/docs/cdktf/python/resources/resource.md index 9877f3e1..0a1138fd 100644 --- a/docs/cdktf/python/resources/resource.md +++ b/docs/cdktf/python/resources/resource.md @@ -76,4 +76,4 @@ class MyConvertedCode(TerraformStack): - `id` (String) This is set to a random value at create time. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/data-sources/data_source.md b/docs/cdktf/typescript/data-sources/data_source.md index f9949ede..46d0ed34 100644 --- a/docs/cdktf/typescript/data-sources/data_source.md +++ b/docs/cdktf/typescript/data-sources/data_source.md @@ -116,4 +116,4 @@ class MyConvertedCode extends TerraformStack { - `random` (String) A random value. This is primarily for testing and has little practical use; prefer the [hashicorp/random provider](https://registry.terraform.io/providers/hashicorp/random) for more practical random number use-cases. - \ 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 b07fbec5..0b299c1a 100644 --- a/docs/cdktf/typescript/index.md +++ b/docs/cdktf/typescript/index.md @@ -24,4 +24,4 @@ care and other solutions preferred when available. ## Schema - \ No newline at end of file + \ No newline at end of file diff --git a/docs/cdktf/typescript/resources/resource.md b/docs/cdktf/typescript/resources/resource.md index 89ab0ce8..8be2b61f 100644 --- a/docs/cdktf/typescript/resources/resource.md +++ b/docs/cdktf/typescript/resources/resource.md @@ -86,4 +86,4 @@ class MyConvertedCode extends TerraformStack { - `id` (String) This is set to a random value at create time. - \ No newline at end of file + \ No newline at end of file