Skip to content

Commit 5b61eae

Browse files
committed
Notification rule name var declaration
1 parent 4db8d82 commit 5b61eae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variables.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ variable "name" {
33
description = "Name (unique identifier for app or service)"
44
}
55

6+
variable "notification_rule_name" {
7+
type = string
8+
description = "Notification rule name, to allow multiple notification triggers per pipeline"
9+
default = "slack-notification"
10+
}
11+
12+
613
variable "namespace" {
714
type = string
815
description = "Namespace (e.g. `skynet`)"

0 commit comments

Comments
 (0)