junos provider

Import an interface before configuring itΒΆ

Trying to configure an interface that already exists causes errors. So create the configuration, then import the interface.

terraform import junos_interface.interface16 "ge-0/0/16"

Warning

junos_interface is apparently being deprecated.