diff --git a/modules/webhook-github-app/variables.tf b/modules/webhook-github-app/variables.tf index 69d404b7..f537ab1e 100644 --- a/modules/webhook-github-app/variables.tf +++ b/modules/webhook-github-app/variables.tf @@ -5,6 +5,7 @@ variable "github_app" { id = string webhook_secret = string }) + sensitive = true } variable "webhook_endpoint" {