Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 8a7b785

Browse files
committed
reduce noise
1 parent 6c07fc6 commit 8a7b785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ resource "aws_cloudwatch_event_rule" "code_pipeline_notifications" {
280280
"aws.codepipeline"
281281
],
282282
"detail-type": [
283-
"CodePipeline Stage Execution State Change"
283+
"CodePipeline Pipeline Execution State Change"
284284
],
285285
"detail": {
286286
"state": [

modules/basic/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ variable "dlm_policy_alert" {
185185

186186
variable "code_pipeline_notifications" {
187187
type = bool
188-
description = "Receive a notification, if a CodePipeline stage succeedes."
188+
description = "Receive a notification, if a CodePipeline pipeline succeedes."
189189
default = true
190190
}
191191

0 commit comments

Comments
 (0)