Fix alert variable notification prompts type in project module (#3330)

This commit is contained in:
Ludovico Magnocavallo
2025-09-17 08:59:18 +02:00
committed by GitHub
parent 95f52e1e48
commit 02b37c5958
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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)
}))