Skip to content

Commit

Permalink
feat: Make eventbridge connections output sensitive (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Engerim committed Jun 13, 2024
1 parent ef35580 commit dc77a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit dc77a16

Please sign in to comment.