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: themes/default/content/registry/packages/netbox/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
# WARNING: this file was fetched from https://djoiyj6oj2oxz.cloudfront.net/docs/registry.opentofu.org/e-breuninger/netbox/4.3.0/index.md
2
+
# WARNING: this file was fetched from https://djoiyj6oj2oxz.cloudfront.net/docs/registry.opentofu.org/e-breuninger/netbox/5.0.0/index.md
3
3
# Do not edit by hand unless you're certain you know what you are doing!
4
4
# *** WARNING: This file was auto-generated. Do not edit by hand unless you're certain you know what you are doing! ***
5
5
title: Netbox Provider
@@ -24,7 +24,8 @@ Netbox often makes breaking API changes even in non-major releases. Check the ta
24
24
25
25
| Netbox version | Provider version |
26
26
|-----------------|------------------|
27
-
| v4.2.2 - 4.2.9 | v4.0.0 and up |
27
+
| v4.3.0 - 4.4.0 | v5.0.0 and up |
28
+
| v4.2.2 - 4.2.9 | v4.0.0 - 4.3.1 |
28
29
| v4.1.0 - 4.1.11 | v3.10.0 - 3.11.1 |
29
30
| v4.0.0 - 4.0.11 | v3.9.0 - 3.9.2 |
30
31
| v3.7.0 - 3.7.8 | v3.8.0 - 3.8.9 |
@@ -188,6 +189,7 @@ public class App {
188
189
-`serverUrl` (String) Location of Netbox server including scheme (http or https) and optional port. Can be set via the `NETBOX_SERVER_URL` environment variable.
189
190
190
191
-`allowInsecureHttps` (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`.
192
+
-`caCertFile` (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.
191
193
-`defaultTags` (Set of String) Tags to add to every resource managed by this provider.
192
194
-`headers` (Map of String) Set these header on all requests to Netbox. Can be set via the `NETBOX_HEADERS` environment variable.
193
195
-`requestTimeout` (Number) Netbox API HTTP request timeout in seconds. Can be set via the `NETBOX_REQUEST_TIMEOUT` environment variable.
0 commit comments