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 8fa7dae commit 8cc99e4Copy full SHA for 8cc99e4
terraform/cloudwatch.tf
@@ -1,6 +1,6 @@
1
resource "aws_cloudwatch_event_rule" "codepipeline_event" {
2
- name = "codepipeline-events"
3
- description = "Capture each CodePipeline"
+ name = "codepipeline-execution-state-change"
+ description = "Capture CodePipeline Execution State Change"
4
5
event_pattern = <<PATTERN
6
{
0 commit comments