Skip to content
Snippets Groups Projects
Commit 42305a67 authored by Martin Cuchran's avatar Martin Cuchran
Browse files

Fix

parent 4cf5dbee
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,7 @@
"get_attr": ["pv176-net","network_security_group"]
}
],
"network": {
"get_attr": ["pv176-net","network_name"]
}
"network": "inetrenal_net"
}
}
}
......
......@@ -65,7 +65,7 @@
},
"outputs":{
"network_name":{
"value": { "get_attr": [internal_net, network_id] }
"value": { "get_attr": [internal_net] }
},
"network_subnet":{
"value": { "get_attr": [internal_subnet] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment