Remove http healthcheck

This commit is contained in:
Tobias Reisinger 2024-10-07 22:28:23 +02:00
parent 33d5e30ba6
commit 7a1a8a348a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 1 additions and 59 deletions
modules/infrastructure

View file

@ -32,7 +32,7 @@ resource "healthchecksio_check" "backup" {
}
resource "healthchecksio_check" "healthcheck" {
for_each = toset(["http", "mail", "matrix"])
for_each = toset(["mail", "matrix"])
name = "service: ${each.value}"
desc = "Monitoring for service (group) ${each.value}"