terraform-provider-nautobot/docs/index.md

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