Skip to content
Snippets Groups Projects
Commit 3ff52c1e authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

updated with internal and external net

parent d288c0e3
No related branches found
No related tags found
1 merge request!18Variable update branch
...@@ -2,10 +2,10 @@ output "address" { ...@@ -2,10 +2,10 @@ output "address" {
value = "${openstack_networking_floatingip_v2.ip_pool.address}" value = "${openstack_networking_floatingip_v2.ip_pool.address}"
} }
output "dmznet_network_id" { output "external_network_id" {
value = "${openstack_networking_network_v2.dmznet.id}" value = "${openstack_networking_network_v2.external_net.id}"
} }
output "clusternet_network_id" { output "internal_network_id" {
value = "${openstack_networking_network_v2.clusternet.id}" value = "${openstack_networking_network_v2.internal_net.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