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 (Admin->Users->Tokens). 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 provider.
type ProviderNetboxClient ¶
type ProviderNetboxClient struct {
// contains filtered or unexported fields
}
Source Files ¶
- config.go
- custom_field_structure.go
- data_source_netbox_prefixes.go
- data_source_netbox_prefixes_available_ips.go
- data_source_netbox_vlan.go
- provider.go
- resource_netbox_ipam_aggregate.go
- resource_netbox_ipam_ip_address.go
- resource_netbox_ipam_prefix.go
- resource_netbox_ipam_vrf_domain.go
- resource_netbox_org_tenant.go
- resource_netbox_org_tenant_group.go
- resource_netbox_regional_internet_registry.go
- resource_netbox_vlans.go
Click to show internal directories.
Click to hide internal directories.