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

Commit 08be669

Browse files
authored
fix: mark github_app variable as sensitive (#4013)
Resolves https://github.com/philips-labs/terraform-aws-github-runner/issues/4012
1 parent 0cd6a85 commit 08be669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/webhook-github-app/variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ variable "github_app" {
55
id = string
66
webhook_secret = string
77
})
8+
sensitive = true
89
}
910

1011
variable "webhook_endpoint" {

0 commit comments

Comments
 (0)