Hi tbuilt62,
Not a problem ! It seems you are using the port I proposed you use and the only free ports are ports 14 and 15, this will be your new configuration :
set vlans VehicleCompliance vlan-id 210
set vlans VehicleCompliance interface ge-0/0/14.0
set vlans VehicleCompliance l3-interface vlan.210
set vlans DeckNew vlan-id 220
set vlans DeckNew interface ge-0/0/15.0
set vlans DeckNew l3-interface vlan.220
You will also have to configure the two ports as access ports :
set interfaces ge-0/0/14 unit 0 family ethernet-switching port-mode access
set interfaces ge-0/0/14 unit 0 family ethernet-switching vlan members VehicleCompliance
set interfaces ge-0/0/15 unit 0 family ethernet-switching port-mode access
set interfaces ge-0/0/15 unit 0 family ethernet-switching vlan members DeckNew
You will also have to assign them to appropriate security zones and create security policies and configure an IP on the VLAN interfaces vlan.210 and vlan.220 .