Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
type Config ¶
type Config struct { // The application ID required for API requests. This needs to be created // in the NETBOX console. It can also be supplied via the NETBOX_APP_ID // environment variable. AppID string // The API endpoint. This defaults to http://localhost/api, and can also be // supplied via the NETBOX_ENDPOINT_ADDR environment variable. Endpoint string }
Config provides the configuration for the NETBOX providerr.
type ProviderNetboxClient ¶
type ProviderNetboxClient struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.