-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation markdowns for telephony resource and data source
- Loading branch information
Mohit Hooda
authored and
Mohit Hooda
committed
Oct 10, 2023
1 parent
182ba09
commit 454777e
Showing
3 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 generated by tfplugindocs --> | ||
## 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)) | ||
|
||
<a id="nestedatt--inventory_telephony"></a> | ||
### Nested Schema for `inventory_telephony` | ||
|
||
Read-Only: | ||
|
||
- `id` (String) | ||
- `name` (String) | ||
- `description` (String) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 generated by tfplugindocs --> | ||
## 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)) | ||
|
||
<a id="nestedatt--telephonyItems"></a> | ||
### 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 generated by tfplugindocs --> | ||
## 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) | ||
|
||
|