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

added missing curly bracket

parent 8c2bea9f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ output "external_network_id" {
output "external_subnet_id" {
value = openstack_networking_network_v2.external_net.id
}
output "router_id" {
value = openstack_networking_router_v2.router.id
}
}
\ No newline at end of file
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