diff --git a/variables.tf b/variables.tf index 24a5263..730db17 100644 --- a/variables.tf +++ b/variables.tf @@ -10,7 +10,7 @@ variable "ssh_keys" { default = [] } -variable "users" { +variable "ssh_users" { type = "list" description = "List of authorized users (Linode usernames, must have keys already assigned via Linode API)" default = []