ssh public key now defined as variable. User can define it under the main deployment file
This commit is contained in:
@@ -42,8 +42,7 @@ variable "cloudinit_filename" {
|
||||
|
||||
variable "ssh_key" {
|
||||
description = "SSH authorized keys for cloud-init"
|
||||
type = list(string)
|
||||
default = []
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "user_data" {
|
||||
|
Reference in New Issue
Block a user