We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f440639 commit 179c84bCopy full SHA for 179c84b
outputs.tf
@@ -84,6 +84,7 @@ output "replication_tasks" {
84
output "endpoints" {
85
description = "A map of maps containing the endpoints created and their full output of attributes and values"
86
value = aws_dms_endpoint.this
87
+ sensitive = true
88
}
89
90
# Event Subscriptions
0 commit comments