Remove http healthcheck
This commit is contained in:
parent
33d5e30ba6
commit
7a1a8a348a
4 changed files with 1 additions and 59 deletions
modules/infrastructure
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue