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

changed "net" to "network" for ohpc, ood, and nodes modules

parent 90244c5b
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ module "nodes" { ...@@ -97,7 +97,7 @@ module "nodes" {
flavor = var.flavor flavor = var.flavor
key_pair = "${module.import-keypair.keypair_name}" key_pair = "${module.import-keypair.keypair_name}"
compute_node_count = var.compute_node_count compute_node_count = var.compute_node_count
internal_net = var.internal_net internal_network = var.internal_network
} }
# calls the outputs defined in the ohpc-instance module # calls the outputs defined in the ohpc-instance module
......
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