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

Update main.tf

parent 14f44997
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@ module "ohpc-instance" {
external_subnet_id = "${module.dmz-network.external_subnet_id}"
source = "./ohpc-instance"
floating_ip_ohpc = "${module.floating-ip.ohpc_address}"
external_subnet_id = "${module.dmz-network.external_network_id}"
ohpc_instance_name = var.ohpc_instance_name
image_ohpc = var.image_ohpc
flavor = var.flavor
......@@ -99,7 +98,6 @@ module "ood-instance" {
internal_subnet_id = "${module.cluster-network.internal_subnet_id}"
source = "./ood-instance"
floating_ip_ood = "${module.floating-ip.ood_address}"
internal_subnet_id = "${module.cluster-network.internal_network_id}"
flavor = var.flavor
host_prefix = var.host_prefix
image_ood = var.image_ood
......
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