Skip to content

Commit 179c84b

Browse files
authored
fix: declare endpoints output as sensitive (#9)
1 parent f440639 commit 179c84b

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
@@ -84,6 +84,7 @@ output "replication_tasks" {
8484
output "endpoints" {
8585
description = "A map of maps containing the endpoints created and their full output of attributes and values"
8686
value = aws_dms_endpoint.this
87+
sensitive = true
8788
}
8889

8990
# Event Subscriptions

0 commit comments

Comments
 (0)