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

Update main.tf

parent c2353784
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,6 @@ variable "ssh_private_key" {default = "~/.ssh/id_rsa"} ...@@ -21,7 +21,6 @@ variable "ssh_private_key" {default = "~/.ssh/id_rsa"}
variable "image_ood" {default = "CentOS-7-x86_64-GenericCloud-1905"} variable "image_ood" {default = "CentOS-7-x86_64-GenericCloud-1905"}
variable "ood_instance_name" { default = "ood"} variable "ood_instance_name" { default = "ood"}
variable "ood_user" {default = "centos"} variable "ood_user" {default = "centos"}
variable "private_key" {default = "~/.ssh/id_rsa"}
# variables for node creation module # variables for node creation module
...@@ -91,7 +90,7 @@ module "ohpc-instance" { ...@@ -91,7 +90,7 @@ module "ohpc-instance" {
internal_net = var.internal_net internal_net = var.internal_net
host_prefix = var.host_prefix host_prefix = var.host_prefix
ohpc_user = var.ohpc_user ohpc_user = var.ohpc_user
ssh_private_key = var.private_key ssh_private_key = var.ssh_private_key
} }
module "ood-instance" { module "ood-instance" {
......
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