From 41e31e0293cbfaebd8d06e4c8602837ba31e674c Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Mon, 16 Sep 2024 05:36:37 +0300 Subject: [PATCH] chore(tf): update docs --- tf/API.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tf/API.md b/tf/API.md index 600465a3..eff9baa5 100644 --- a/tf/API.md +++ b/tf/API.md @@ -142,7 +142,15 @@ new(config: Json): Element | **Name** | **Type** | **Description** | | --- | --- | --- | | attributes | Json? | *No description* | -| type | str | *No description* | +| connection | any? | *No description* | +| count | any? | *No description* | +| dependsOn | Array? | *No description* | +| forEach | ITerraformIterator? | *No description* | +| lifecycle | TerraformResourceLifecycle? | *No description* | +| provider | TerraformProvider? | *No description* | +| provisioners | Array? | *No description* | +| terraformGeneratorMetadata | TerraformProviderGeneratorMetadata? | *No description* | +| terraformResourceType | str | *No description* | ### ProviderProps (struct)