Skip to content
Snippets Groups Projects
Commit 1ea0f0fc authored by Ryan Jones's avatar Ryan Jones
Browse files

added clusternet and dmznet ids to output

parent 09756a21
No related branches found
No related tags found
1 merge request!5Tester
......@@ -2,3 +2,10 @@ output "address" {
value = "${openstack_networking_floatingip_v2.ip_pool.address}"
}
output "dmznet_network_id" {
value = "${openstack_networking_network_v2.dmznet.id}"
}
output "clusternet_network_id" {
value = "${openstack_networking_network_v2.clusternet.id}"
}
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