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

moved internal subnet id call above source in the node module

parent b2212f6e
No related branches found
No related tags found
No related merge requests found
......@@ -124,8 +124,8 @@ module "ood-instance" {
# runs the nodes module - creates nodes using variables defined above
# calls functions from cluster-network and keypair modules to get values created there for use
module "nodes" {
source = "./nodes"
internal_subnet_id = "${module.cluster-network.internal_subnet_id}"
source = "./nodes"
image_compute = var.image_compute
flavor = var.flavor
key_pair = "${module.keypair.keypair_name}"
......
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