Skip to content

Commit

Permalink
add a default value to alerts_email
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Dec 19, 2023
1 parent c8b46e8 commit 0272596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/050-pw-manager/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ variable "alb_https_listener_arn" {
}

variable "alerts_email" {
type = string
description = "Email to which to send error alerts. Omit to disable email alerts."
type = string
default = ""
}

variable "api_subdomain" {
Expand Down

0 comments on commit 0272596

Please sign in to comment.