Skip to content

Commit dc77a16

Browse files
authored
feat: Make eventbridge connections output sensitive (#123)
1 parent ef35580 commit dc77a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ output "eventbridge_permissions" {
128128
output "eventbridge_connections" {
129129
description = "The EventBridge Connections created and their attributes"
130130
value = aws_cloudwatch_event_connection.this
131+
sensitive = true
131132
}
132133

133134
output "eventbridge_api_destinations" {

0 commit comments

Comments
 (0)