Skip to content

Commit

Permalink
add users field
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 2, 2019
1 parent 2232e35 commit 48769f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ variable "deploy_repo" {
variable "ssh_keys" {
type = "list"
description = "SSH public keys used to log in as root to the server"
default = []
}

variable "users" {
type = "list"
description = "List of authorized users (Linode usernames, must have keys already assigned via Linode API)"
default = []
}

0 comments on commit 48769f8

Please sign in to comment.