Fix alert variable notification prompts type in project module (#3330)
This commit is contained in:
committed by
GitHub
parent
95f52e1e48
commit
02b37c5958
File diff suppressed because one or more lines are too long
@@ -25,7 +25,7 @@ variable "alerts" {
|
||||
user_labels = optional(map(string))
|
||||
alert_strategy = optional(object({
|
||||
auto_close = optional(string)
|
||||
notification_prompts = optional(string)
|
||||
notification_prompts = optional(list(string))
|
||||
notification_rate_limit = optional(object({
|
||||
period = optional(string)
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user