5 lines
71 B
HCL
5 lines
71 B
HCL
variable "authorized_keys" {
|
|
default = []
|
|
type = list(string)
|
|
}
|