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

added missing curly bracket

parent 351f943d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ module "cluster-network" {
# Default name var is in the module main file
admin_state_up = var.admin-state-up
enable_dhcp = var.enable-dhcp
}
output "internal_network_id" {
value = "${module.internal-network.internal_network_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