diff --git a/variables.tf b/variables.tf index 0eed213..3eb44b2 100644 --- a/variables.tf +++ b/variables.tf @@ -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]" -} \ No newline at end of file + description = "A list of SSH IDs or fingerprints to enable in the format ["12345", "123456"]" +}