feat: add ssh_key variable support to cloud-init module
This commit is contained in:
committed by
Lukas Greve (aider)
parent
798cc871c8
commit
3498b877c8
@@ -39,6 +39,13 @@ variable "cloudinit_filename" {
|
||||
type = string
|
||||
default = "commoninit.iso"
|
||||
}
|
||||
|
||||
variable "ssh_key" {
|
||||
description = "SSH authorized keys for cloud-init"
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "user_data" {
|
||||
description = "User data for cloud-init"
|
||||
type = string
|
||||
|
Reference in New Issue
Block a user