Skip to content

Commit

Permalink
Merge pull request #25 from szesch/cloudwatch-logs-arn-output
Browse files Browse the repository at this point in the history
add cloudwatch logs arn to outputs
  • Loading branch information
AngadiS authored Dec 27, 2022
2 parents 9bc8dab + 91f9c3c commit 19579d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ output "sns_arn" {
value = aws_sns_topic.cloudtrail.arn
}

output "cloudwatch_logs_arn" {
description = "The ARN of the cloudwatch log group"
value = aws_cloudwatch_log_group.cloudtrail.arn
}

0 comments on commit 19579d6

Please sign in to comment.