Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fix: mark github_app variable as sensitive (#4013)
Browse files Browse the repository at this point in the history
  • Loading branch information
jizi authored Jul 31, 2024
1 parent 0cd6a85 commit 08be669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/webhook-github-app/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ variable "github_app" {
id = string
webhook_secret = string
})
sensitive = true
}

variable "webhook_endpoint" {
Expand Down

0 comments on commit 08be669

Please sign in to comment.