feat: add more ping monitors
This commit is contained in:
@@ -88,8 +88,15 @@ variable "http_health_check_path" {
|
||||
default = "/"
|
||||
}
|
||||
|
||||
variable "create_http_monitor" {
|
||||
description = "Whether to create the HTTP health check monitor"
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "gitea_password" {
|
||||
description = "API Token/Password for Gitea remote HTTP state access"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user