You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="If set to true, this skips the creation of a service to service authorization from Secrets Manager to Event Notifications. If false, the service to service authorization is created."
241
241
default=false
242
242
}
243
+
244
+
variable"sm_en_email_list" {
245
+
type=list(string)
246
+
description="The list of email address to target out when Secrets Manager triggers an event"
247
+
default=[]
248
+
}
249
+
250
+
variable"sm_en_from_email" {
251
+
type=string
252
+
description="The email address in the used in the 'from' of any Secret Manager event coming from Event Notifications"
253
+
default="compliancealert@ibm.com"
254
+
}
255
+
256
+
variable"sm_en_reply_to_email" {
257
+
type=string
258
+
description="The email address used in the 'reply_to' of any Secret Manager event coming from Event Notifications"
0 commit comments