Skip to content

Commit

Permalink
Match other keys in not marking access_key_id sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshochadel committed Apr 23, 2024
1 parent 04e2951 commit 4ce12bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/modules/csb/outputs.tf
Expand Up @@ -11,8 +11,7 @@ output "secret_access_key_prev" {
}

output "access_key_id_curr" {
value = aws_iam_access_key.iam_access_key.id
sensitive = true
value = aws_iam_access_key.iam_access_key.id
}

output "secret_access_key_curr" {
Expand Down

0 comments on commit 4ce12bc

Please sign in to comment.