590 B
590 B
| page_title | subcategory | description |
|---|---|---|
| nautobot Provider |
nautobot Provider
Example Usage
provider "nautobot" {
url = "https://demo.nautobot.com/api/"
token = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
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/.