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

added private key var

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