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

changed network to subnet on line 44

parent b742abda
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ output "external_network_id" {
}
output "external_subnet_id" {
value = openstack_networking_network_v2.external_net.id
value = openstack_networking_subnet_v2.external_subnet.id
}
output "router_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