Skip to content

Commit

Permalink
feat: Export kms key arn (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami authored Mar 27, 2024
1 parent e7c4261 commit ec0aea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws-cloudfront-logs-bucket/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ output "arn" {
output "id" {
value = module.aws-cloudfront-logs-bucket.id
}

output "bucket_kms_encryption_key_arn" {
value = module.aws-cloudfront-logs-bucket.bucket_kms_encryption_key_arn
}

0 comments on commit ec0aea5

Please sign in to comment.