Skip to content

Commit 8cc99e4

Browse files
committed
update cloudwatch rule name and description
1 parent 8fa7dae commit 8cc99e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/cloudwatch.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "aws_cloudwatch_event_rule" "codepipeline_event" {
2-
name = "codepipeline-events"
3-
description = "Capture each CodePipeline"
2+
name = "codepipeline-execution-state-change"
3+
description = "Capture CodePipeline Execution State Change"
44

55
event_pattern = <<PATTERN
66
{

0 commit comments

Comments
 (0)