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 d5721b7 commit b834488Copy full SHA for b834488
outputs.tf
@@ -23,6 +23,7 @@ output "appsync_api_key_id" {
23
output "appsync_api_key_key" {
24
description = "Map of API Keys"
25
value = { for k, v in aws_appsync_api_key.this : k => v.key }
26
+ sensitive = true
27
}
28
29
# Datasources
0 commit comments