You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,12 @@ provider "netbox" {
62
62
63
63
### Required
64
64
65
+
-`api_token` (String) Netbox API authentication token. Can be set via the `NETBOX_API_TOKEN` environment variable.
65
66
-`server_url` (String) Location of Netbox server including scheme (http or https) and optional port. Can be set via the `NETBOX_SERVER_URL` environment variable.
66
67
67
68
### Optional
68
69
69
70
-`allow_insecure_https` (Boolean) Flag to set whether to allow https with invalid certificates. Can be set via the `NETBOX_ALLOW_INSECURE_HTTPS` environment variable. Defaults to `false`.
70
-
-`api_token` (String) Netbox API authentication token. Can be set via the `NETBOX_API_TOKEN` environment variable.
71
71
-`ca_cert_file` (String) Path to a PEM-encoded CA certificate for verifying the Netbox server certificate. Can be set via the `NETBOX_CA_CERT_FILE` environment variable.
72
72
-`default_tags` (Set of String) Tags to add to every resource managed by this provider.
73
73
-`headers` (Map of String) Set these header on all requests to Netbox. Can be set via the `NETBOX_HEADERS` environment variable.
0 commit comments