Skip to content
Snippets Groups Projects
Commit d78a2612 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

fix: Define a default value for root ssh pub key

to avoid error when a value is not provided for root_ssh_key
parent 17f0d7c5
No related branches found
No related tags found
2 merge requests!171ci: Add OOD image build job to gitlab CI,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
variable "root_ssh_key" {
type = string
default = ""
description = "The root key to use for ssh"
}
......@@ -87,4 +88,4 @@ variable "volume_size" {
type = number
default = 20
description = "The default volume size for building iamge"
}
\ No newline at end of file
}
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