29 lines
468 B
Markdown
29 lines
468 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "nautobot Provider"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# nautobot Provider
|
|
|
|
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
provider "nautobot" {
|
|
url = "https://demo.nautobot.com/api/"
|
|
token = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `token` (String, Sensitive) Admin API token
|
|
- `url` (String) Nautobot API URL
|