Skip to content

Commit

Permalink
improve ssh_key_ids description
Browse files Browse the repository at this point in the history
  • Loading branch information
itsksaurabh authored Apr 30, 2020
1 parent e277f48 commit fa93986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ variable "github_access_token" {

variable "ssh_key_ids" {
type = "list"
description = "A list of SSH IDs or fingerprints to enable in the format [12345, 123456]"
}
description = "A list of SSH IDs or fingerprints to enable in the format ["12345", "123456"]"
}

0 comments on commit fa93986

Please sign in to comment.