linode_instance/variable.authorized_keys.tf

5 lines
71 B
HCL

variable "authorized_keys" {
default = []
type = list(string)
}