MON-316 Add empty default for status_message

This commit is contained in:
jnancel 2018-09-28 10:04:00 +02:00 committed by Quentin Manfroi
parent 83b66ef3df
commit 78d88ec233

View File

@ -41,6 +41,7 @@ variable "status_enabled" {
variable "status_message" {
description = "Custom message for serverfarm status monitor"
type = "string"
default = ""
}
variable "status_silenced" {