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

Update main.tf

parent eddb5eb2
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ module "ohpc-instance" {
host_prefix = var.host_prefix
ohpc_user = var.ohpc_user
ssh_private_key = var.private_key
}
module "ood-instance" {
source = "./ood-instance"
......@@ -114,7 +115,6 @@ module "node" {
image_compute = var.image_compute
flavor = var.flavor
compute_node_count = var.compute_node_count
}
output "ohpc-ssh_host" {
......
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