From 454777e47d4c8d8e821de031336d7640e072db16 Mon Sep 17 00:00:00 2001 From: Mohit Hooda Date: Tue, 10 Oct 2023 21:12:10 +0530 Subject: [PATCH] Added documentation markdowns for telephony resource and data source --- docs/data-sources/inventory_telephony.md | 36 +++++++++++++++++++++++ docs/data-sources/telephony.md | 37 ++++++++++++++++++++++++ docs/resources/telephony.md | 31 ++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 docs/data-sources/inventory_telephony.md create mode 100644 docs/data-sources/telephony.md create mode 100644 docs/resources/telephony.md diff --git a/docs/data-sources/inventory_telephony.md b/docs/data-sources/inventory_telephony.md new file mode 100644 index 0000000..ee152b7 --- /dev/null +++ b/docs/data-sources/inventory_telephony.md @@ -0,0 +1,36 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "dcloud_inventory_telephony Data Source - terraform-provider-dcloud" +subcategory: "" +description: |- + All the inventory telephony available to be used in a topology +--- + +# dcloud_inventory_telephony (Data Source) + +All the inventory telephony available to be used in a topology + + + + +## Schema + +### Required + +- `topology_uid` (String) + +### Read-Only + +- `id` (String) The ID of this resource. +- `inventory_telephony` (List of Object) (see [below for nested schema](#nestedatt--inventory_telephony)) + + +### Nested Schema for `inventory_telephony` + +Read-Only: + +- `id` (String) +- `name` (String) +- `description` (String) + + diff --git a/docs/data-sources/telephony.md b/docs/data-sources/telephony.md new file mode 100644 index 0000000..84fd2df --- /dev/null +++ b/docs/data-sources/telephony.md @@ -0,0 +1,37 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "dcloud_licenses Data Source - terraform-provider-dcloud" +subcategory: "" +description: |- + All the licenses currently in a given topology +--- + +# dcloud_licenses (Data Source) + +All the licenses currently in a given topology + + + + +## Schema + +### Required + +- `topology_uid` (String) + +### Read-Only + +- `id` (String) The ID of this resource. +- `telephony-items` (List of Object) (see [below for nested schema](#nestedatt--telephonyItems)) + + +### Nested Schema for `licenses` + +Read-Only: + +- `topology_uid` (String) +- `uid` (String) +- `name` (String) +- `inventory_telephony_id` (String) +- `inventory_telephony_name` (String) +- `inventory_description_name` (String) \ No newline at end of file diff --git a/docs/resources/telephony.md b/docs/resources/telephony.md new file mode 100644 index 0000000..4c04097 --- /dev/null +++ b/docs/resources/telephony.md @@ -0,0 +1,31 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "dcloud_telephony Resource - terraform-provider-dcloud" +subcategory: "" +description: |- + +--- + +# dcloud_telephony (Resource) + + + + + + +## Schema + +### Required + +- `topology_uid` (String) +- `inventory_telephony_id` (String) + +### Read-Only + +- `id` (String) The ID of this resource. +- `uid` (String) +- `name` (String) +- `inventory_telephony_name` (String) +- `inventory_telephony_description` (String) + +