diff --git a/routeros/resource_interface_bridge.go b/routeros/resource_interface_bridge.go index 82799bc5..95ec7119 100644 --- a/routeros/resource_interface_bridge.go +++ b/routeros/resource_interface_bridge.go @@ -9,7 +9,7 @@ import ( func ResourceInterfaceBridge() *schema.Resource { resSchema := map[string]*schema.Schema{ MetaResourcePath: PropResourcePath("/interface/bridge"), - MetaId: PropId(Id), + MetaId: PropId(Name), KeyActualMtu: PropActualMtuRo, "admin_mac": {