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 merge requests found
variable "root_ssh_key" { variable "root_ssh_key" {
type = string type = string
default = ""
description = "The root key to use for ssh" description = "The root key to use for ssh"
} }
...@@ -87,4 +88,4 @@ variable "volume_size" { ...@@ -87,4 +88,4 @@ variable "volume_size" {
type = number type = number
default = 20 default = 20
description = "The default volume size for building iamge" 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