File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
github-repository-webhook
gitlab-repository-webhook
github-repository-webhook
gitlab-repository-webhook Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ output "github_webhook_urls" {
2828output "github_webhook_secret" {
2929 description = " Github webhook secret"
3030 value = module. github_repository_webhook . repository_webhook_secret
31+ sensitive = true
3132}
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ output "github_webhook_urls" {
66output "github_webhook_secret" {
77 description = " Github webhook secret"
88 value = module. github_repository_webhook . repository_webhook_secret
9+ sensitive = true
910}
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ output "gitlab_webhook_urls" {
66output "gitlab_webhook_secret" {
77 description = " Gitlab webhook secret"
88 value = module. gitlab_repository_webhook . repository_webhook_secret
9+ sensitive = true
910}
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ output "repository_webhook_urls" {
66output "repository_webhook_secret" {
77 description = " Webhook secret"
88 value = var. webhook_secret
9+ sensitive = true
910}
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ output "repository_webhook_urls" {
66output "repository_webhook_secret" {
77 description = " Webhook secret"
88 value = var. webhook_secret
9+ sensitive = true
910}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ output "atlantis_allowed_repo_names" {
1717output "webhook_secret" {
1818 description = " Webhook secret"
1919 value = element (concat (random_id. webhook . * . hex , [" " ]), 0 )
20+ sensitive = true
2021}
2122
2223# ECS
You can’t perform that action at this time.
0 commit comments