feat: add more ping monitors

This commit is contained in:
2026-08-07 18:14:42 +02:00
parent a29b90217e
commit 99eda965fe
2 changed files with 22 additions and 1 deletions
+7
View File
@@ -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
}