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" {