From ef6eb90a69546dc5cf7feaa7cb0494f69ab81684 Mon Sep 17 00:00:00 2001 From: Oliver Frolovs Date: Wed, 17 May 2023 00:46:32 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index c9e94ce..6dd4681 100644 --- a/variables.tf +++ b/variables.tf @@ -1,6 +1,6 @@ variable "github_app_installation_id" { description = "The installation ID of the GitHub App" - type = number + type = string } variable "organization" {