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

fixed clusternet vars

parent 2ef3c799
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ output "external_network_id" {
module "cluster-network" {
source = "./internal-network"
# Default name var is in the module main file
admin_state_up = var.admin_state-up
admin_state_up = var.admin_state_up
enable_dhcp = var.enable_dhcp
}
......
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