Skip to content

Commit

Permalink
fix: declare endpoints output as sensitive (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
henworth authored Nov 8, 2021
1 parent f440639 commit 179c84b
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 @@ -84,6 +84,7 @@ output "replication_tasks" {
output "endpoints" {
description = "A map of maps containing the endpoints created and their full output of attributes and values"
value = aws_dms_endpoint.this
sensitive = true
}

# Event Subscriptions
Expand Down

0 comments on commit 179c84b

Please sign in to comment.