Skip to content

Commit 8ca7b34

Browse files
committed
added kms to cwl
1 parent 12fb366 commit 8ca7b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudwatch.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
resource "aws_cloudwatch_log_group" "this" {
55
name = "/aws/codebuild/${var.name}"
66
retention_in_days = 30
7+
kms_key_id = var.kms_key
78
}
89

910
resource "aws_cloudwatch_event_rule" "this" {

0 commit comments

Comments
 (0)