Skip to content

Commit c62ce32

Browse files
committed
fix: add arn to outputs
1 parent b0090e0 commit c62ce32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
output "arn" {
2+
description = "The cloudwatch log group ARN"
3+
value = aws_cloudwatch_log_group.main.arn
4+
}
5+
16
output "name" {
27
description = "The cloudwatch log group name"
38
value = aws_cloudwatch_log_group.main.name

0 commit comments

Comments
 (0)