Skip to content

Commit a5df39f

Browse files
author
Rajeev Jaggavarapu
committed
updates in outputs
1 parent 0e3ad1c commit a5df39f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ module "ssm_resources" {
4646

4747
| Name | Description |
4848
|------|-------------|
49-
| cloudwatch\_log\_group\_arn | n/a |
5049
| ssm\_cloudwatch\_log\_group\_arn | The Amazon Resource Name (ARN) specifying the log group for SSM |
5150
| ssm\_kms\_key\_arn | KMS key used for SSM |
5251
| ssm\_role\_arn | n/a |

outputs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
output "cloudwatch_log_group_arn" {
3-
value = aws_cloudwatch_log_group.session_manager_log_group.arn
4-
}
2+
# output "cloudwatch_log_group_arn" {
3+
# value = aws_cloudwatch_log_group.session_manager_log_group.arn
4+
# }
55

66
output "ssm_kms_key_arn" {
77
description = "KMS key used for SSM"

0 commit comments

Comments
 (0)