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

changed internal_network to internal_subnet in nodes module

parent e2c69b0f
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ module "ood-instance" {
module "nodes" {
source = "./nodes"
internal_subnet_id = "${module.cluster-network.internal_network_id}"
internal_subnet_id = "${module.cluster-network.internal_subnet_id}"
key_pair = "${module.keypair.keypair_name}"
internal_net = var.internal_net
image_compute = var.image_compute
......
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