42 lines
935 B
Markdown
42 lines
935 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "nautobot_manufacturers Data Source - terraform-provider-nautobot"
|
|
subcategory: ""
|
|
description: |-
|
|
Manufacturer data source in the Terraform provider Nautobot.
|
|
---
|
|
|
|
# nautobot_manufacturers (Data Source)
|
|
|
|
Manufacturer data source in the Terraform provider Nautobot.
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) The ID of this resource.
|
|
- `manufacturers` (List of Object) (see [below for nested schema](#nestedatt--manufacturers))
|
|
|
|
<a id="nestedatt--manufacturers"></a>
|
|
### Nested Schema for `manufacturers`
|
|
|
|
Read-Only:
|
|
|
|
- `created` (String)
|
|
- `custom_fields` (Map of String)
|
|
- `description` (String)
|
|
- `devicetype_count` (Number)
|
|
- `display` (String)
|
|
- `id` (String)
|
|
- `inventoryitem_count` (Number)
|
|
- `last_updated` (String)
|
|
- `name` (String)
|
|
- `platform_count` (Number)
|
|
- `slug` (String)
|
|
- `url` (String)
|
|
|
|
|