Skip to content

Commit

Permalink
cdktf: update index.md,resources/resource.md,data-sources/data_source…
Browse files Browse the repository at this point in the history
….md (#275)
  • Loading branch information
team-tf-cdk authored Nov 8, 2023
1 parent eeac14a commit 81b44be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/data_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<!-- cache-key: cdktf-0.18.0 input-c57aa183eb3faecd392a2666301466639e17a246180fc7127c0c9b366d16d65b 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
<!-- cache-key: cdktf-0.19.0 input-c57aa183eb3faecd392a2666301466639e17a246180fc7127c0c9b366d16d65b 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
2 changes: 1 addition & 1 deletion docs/cdktf/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ care and other solutions preferred when available.
<!-- schema generated by tfplugindocs -->
## Schema

<!-- cache-key: cdktf-0.18.0 input-d1e617f2c2c9e3d78274dec7e778b31db141151845c95c532b7c79f752c28fff 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
<!-- cache-key: cdktf-0.19.0 input-d1e617f2c2c9e3d78274dec7e778b31db141151845c95c532b7c79f752c28fff 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ class MyConvertedCode(TerraformStack):
- `id` (String) This is set to a random value at create time.


<!-- cache-key: cdktf-0.18.0 input-63b48b841b04abe2967ff224f186b1f32a497a024e9fa833ce9444eccb45113e 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
<!-- cache-key: cdktf-0.19.0 input-63b48b841b04abe2967ff224f186b1f32a497a024e9fa833ce9444eccb45113e 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/data_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<!-- cache-key: cdktf-0.18.0 input-c57aa183eb3faecd392a2666301466639e17a246180fc7127c0c9b366d16d65b 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
<!-- cache-key: cdktf-0.19.0 input-c57aa183eb3faecd392a2666301466639e17a246180fc7127c0c9b366d16d65b 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ care and other solutions preferred when available.
<!-- schema generated by tfplugindocs -->
## Schema

<!-- cache-key: cdktf-0.18.0 input-d1e617f2c2c9e3d78274dec7e778b31db141151845c95c532b7c79f752c28fff 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
<!-- cache-key: cdktf-0.19.0 input-d1e617f2c2c9e3d78274dec7e778b31db141151845c95c532b7c79f752c28fff 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ class MyConvertedCode extends TerraformStack {
- `id` (String) This is set to a random value at create time.


<!-- cache-key: cdktf-0.18.0 input-63b48b841b04abe2967ff224f186b1f32a497a024e9fa833ce9444eccb45113e 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->
<!-- cache-key: cdktf-0.19.0 input-63b48b841b04abe2967ff224f186b1f32a497a024e9fa833ce9444eccb45113e 556251879b8ed0dc4c87a76b568667e0ab5e2c46efdd14a05c556daf05678783-->

0 comments on commit 81b44be

Please sign in to comment.