From fa93986b45435e2f0dea9f05b05f634f224bb821 Mon Sep 17 00:00:00 2001 From: Kumar Saurabh Date: Thu, 30 Apr 2020 15:41:17 +0530 Subject: [PATCH] improve ssh_key_ids description --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]" +}