Skip to content

Commit

Permalink
Merge pull request #45 from remerge/ignore-interface-label
Browse files Browse the repository at this point in the history
Ignore interface label changes outside of Terraform
  • Loading branch information
hollow authored Jul 16, 2024
2 parents bb8b10d + 4c75997 commit 25944a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/device/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ resource "netbox_device_interface" "main" {
ignore_changes = [
description,
mac_address,
label,
mtu,
speed,
]
Expand Down

0 comments on commit 25944a3

Please sign in to comment.