From dc77a168aca707a2a4b52a73095601f1d41155d6 Mon Sep 17 00:00:00 2001 From: Alexander Miehe Date: Thu, 13 Jun 2024 14:06:31 +0300 Subject: [PATCH] feat: Make eventbridge connections output sensitive (#123) --- outputs.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/outputs.tf b/outputs.tf index 479368d..97e2b66 100644 --- a/outputs.tf +++ b/outputs.tf @@ -128,6 +128,7 @@ output "eventbridge_permissions" { output "eventbridge_connections" { description = "The EventBridge Connections created and their attributes" value = aws_cloudwatch_event_connection.this + sensitive = true } output "eventbridge_api_destinations" {