Skip to content

Commit

Permalink
Added documentation markdowns for telephony resource and data source
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit Hooda authored and Mohit Hooda committed Oct 10, 2023
1 parent 182ba09 commit 454777e
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/data-sources/inventory_telephony.md
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)


37 changes: 37 additions & 0 deletions docs/data-sources/telephony.md
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)
31 changes: 31 additions & 0 deletions docs/resources/telephony.md
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)


0 comments on commit 454777e

Please sign in to comment.