terraform-provider-nautobot/docs/index.md

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