Skip to content

Commit 6f8fe4d

Browse files
committed
Publish Package Metadata for netbox@5.0.0
1 parent b16fdf6 commit 6f8fe4d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

themes/default/content/registry/packages/netbox/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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
33
# Do not edit by hand unless you're certain you know what you are doing!
44
# *** WARNING: This file was auto-generated. Do not edit by hand unless you're certain you know what you are doing! ***
55
title: Netbox Provider
@@ -24,7 +24,8 @@ Netbox often makes breaking API changes even in non-major releases. Check the ta
2424

2525
| Netbox version | Provider version |
2626
|-----------------|------------------|
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 |
2829
| v4.1.0 - 4.1.11 | v3.10.0 - 3.11.1 |
2930
| v4.0.0 - 4.0.11 | v3.9.0 - 3.9.2 |
3031
| v3.7.0 - 3.7.8 | v3.8.0 - 3.8.9 |
@@ -188,6 +189,7 @@ public class App {
188189
- `serverUrl` (String) Location of Netbox server including scheme (http or https) and optional port. Can be set via the `NETBOX_SERVER_URL` environment variable.
189190

190191
- `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.
191193
- `defaultTags` (Set of String) Tags to add to every resource managed by this provider.
192194
- `headers` (Map of String) Set these header on all requests to Netbox. Can be set via the `NETBOX_HEADERS` environment variable.
193195
- `requestTimeout` (Number) Netbox API HTTP request timeout in seconds. Can be set via the `NETBOX_REQUEST_TIMEOUT` environment variable.

themes/default/data/registry/packages/netbox.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ native: false
1010
package_status: ga
1111
publisher: e-breuninger
1212
repo_url: https://github.com/e-breuninger/terraform-provider-netbox
13-
schema_file_url: https://djoiyj6oj2oxz.cloudfront.net/schemas/registry.opentofu.org/e-breuninger/netbox/4.3.0/schema.json
13+
schema_file_url: https://djoiyj6oj2oxz.cloudfront.net/schemas/registry.opentofu.org/e-breuninger/netbox/5.0.0/schema.json
1414
title: netbox
15-
updated_on: 1757590556
16-
version: 4.3.0
15+
updated_on: 1757720144
16+
version: 5.0.0

0 commit comments

Comments
 (0)