Add status service to healthchecks.io
This commit is contained in:
parent
a15e70d73d
commit
849b3a277d
2 changed files with 18 additions and 0 deletions
modules/infrastructure
|
@ -40,6 +40,10 @@ output "healthchecksio" {
|
|||
"ping_url" = check.ping_url
|
||||
}
|
||||
}
|
||||
status = {
|
||||
"id" = healthchecksio_check.status.id
|
||||
"ping_url" = healthchecksio_check.status.ping_url
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue