Skip to content

Commit b834488

Browse files
authored
feat: Set api_key_key output to be sensitive (#33)
1 parent d5721b7 commit b834488

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
@@ -23,6 +23,7 @@ output "appsync_api_key_id" {
2323
output "appsync_api_key_key" {
2424
description = "Map of API Keys"
2525
value = { for k, v in aws_appsync_api_key.this : k => v.key }
26+
sensitive = true
2627
}
2728

2829
# Datasources

0 commit comments

Comments
 (0)