From a50533a5697c568f899e11da014b72c330655aba Mon Sep 17 00:00:00 2001 From: Jean Guandalini Date: Wed, 1 Dec 2021 18:05:24 -0300 Subject: [PATCH] change variable auth_token --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index ac27fe9..5e5883b 100644 --- a/variables.tf +++ b/variables.tf @@ -102,6 +102,6 @@ variable "tags" { variable "auth_token" { default = null - type = number + type = string description = "Access token for CLI." }