Skip to content

Commit

Permalink
fix ssh_users variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 2, 2019
1 parent 39b8de3 commit a5feb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit a5feb80

Please sign in to comment.