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

fix: Avoid error when a value is not defined

parent d1cf4c87
No related branches found
No related tags found
No related merge requests found
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