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

added s to node module

parent 03a7a8f4
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,8 @@ module "ood-instance" {
ssh_private_key = var.ssh_private_key
}
module "node" {
source = "./node"
module "nodes" {
source = "./nodes"
internal_subnet_id = "${module.internal-network.internal_net_id}"
key_pair = "${module.keypair.keypair_name}"
internal_net = var.internal_net
......
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