diff --git a/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.js b/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.js index 2e5f093..4ff7f3e 100644 --- a/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.js +++ b/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.js @@ -28,8 +28,8 @@ if (!(zoneName == "" || zoneName == null)) { System.debug(JSON.stringify(networkProps)); var networkTag = null; for each (tag in networkProps.tags) { - if (tag.key === "network") { - networkTag = "network:" + tag.value; + if (tag.key === "net") { + networkTag = "net:" + tag.value; } if (networkTag != null) { break; }; }