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
* resource/netbox_cluster: Add `location_id`, `site_group_id`, `region_id`, `scope_id` and `scope_type` attributes
15
+
* resource/netbox_prefix: Add `location_id`, `site_group_id` and `region_id` attributes
16
+
* resource/netbox_device_interface: Allow `q-in-q` value in `mode` attribute
17
+
* resource/netbox_circuit_termination: Add `location_id`, `site_group_id`, `region_id`, `site_id` and `provider_network_id` attributes
18
+
19
+
BUG FIXES
20
+
21
+
* resource/netbox_location: Mark `site_id` as required
22
+
23
+
## 3.11.1 (June 12th, 2025)
24
+
25
+
ENHANCEMENTS
26
+
27
+
***New Data Source:**`netbox_device_power_ports` ([#721](https://github.com/e-breuninger/terraform-provider-netbox/pull/721) by [@mraerino](https://github.com/mraerino))
28
+
***New Resource:**`netbox_available_vlan` ([#717](https://github.com/e-breuninger/terraform-provider-netbox/pull/717) by [@MacherelR](https://github.com/MacherelR))
29
+
1
30
## 3.11.0 (May 27th, 2025)
2
31
3
32
* provider: Add `default_tags` attribute ([#711](https://github.com/e-breuninger/terraform-provider-netbox/pull/711) by [@mraerino](https://github.com/mraerino))
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# terraform-provider-netbox
2
2
3
-
The Terraform Netbox provider is a plugin for Terraform that allows for the full lifecycle management of [Netbox](https://netbox.readthedocs.io/en/stable/) resources.
3
+
The Terraform Netbox provider is a plugin for Terraform that allows for the full lifecycle management of [Netbox](https://netboxlabs.com/docs/netbox/) resources.
4
4
This provider is maintained by E. Breuninger.
5
5
6
6
See: [Official documentation](https://registry.terraform.io/providers/e-breuninger/netbox/latest/docs) in the Terraform registry.
0 commit comments