We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0090e0 commit c62ce32Copy full SHA for c62ce32
outputs.tf
@@ -1,3 +1,8 @@
1
+output "arn" {
2
+ description = "The cloudwatch log group ARN"
3
+ value = aws_cloudwatch_log_group.main.arn
4
+}
5
+
6
output "name" {
7
description = "The cloudwatch log group name"
8
value = aws_cloudwatch_log_group.main.name
0 commit comments