Skip to content

Commit

Permalink
chore: Update device interface resource description to match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreckle committed Sep 14, 2023
1 parent 8bdc117 commit 5911b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netbox/resource_netbox_device_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func resourceNetboxDeviceInterface() *schema.Resource {
"lag_device_interface_id": {
Type: schema.TypeInt,
Optional: true,
Description: "If this device is a member of a LAG group, you can reference the LAG interface here.",
},
"mac_address": {
Type: schema.TypeString,
Expand Down Expand Up @@ -74,6 +75,7 @@ func resourceNetboxDeviceInterface() *schema.Resource {
"parent_device_interface_id": {
Type: schema.TypeInt,
Optional: true,
Description: "The netbox_device_interface id of the parent interface. Useful if this interface is a logical interface.",
},
"speed": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 5911b2f

Please sign in to comment.