diff --git a/routeros/resource_interface_bridge.go b/routeros/resource_interface_bridge.go index 95ec7119..82799bc5 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(Name), + MetaId: PropId(Id), KeyActualMtu: PropActualMtuRo, "admin_mac": {