terraform-provider-nautobot/docs/index.md

29 lines
590 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) Customer/user-specific authorization API token for Nautobot.
- `url` (String) URL for the Nautobot API platform. It should be of the form https:///server.example.org/api/.