Skip to content

Commit

Permalink
Merge pull request #70 from ministryofjustice/sensitive-var
Browse files Browse the repository at this point in the history
Set outputs to sensitive for ecr module
  • Loading branch information
sj-williams authored Mar 30, 2023
2 parents 368851d + eae20a5 commit 27be39f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
output "access_key_id" {
description = "Access key id for the credentials"
value = aws_iam_access_key.key_2023.id
sensitive = true
}

output "secret_access_key" {
description = "Secret for the new credentials"
value = aws_iam_access_key.key_2023.secret
sensitive = true
}

output "repo_arn" {
Expand Down

0 comments on commit 27be39f

Please sign in to comment.