terraform-provider-nautobot/docs/data-sources/manufacturers.md

45 lines
950 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
### Optional
- `id` (String) The ID of this resource.
### Read-Only
- `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)