Add healthchecksio provider and refactor ip-for-host collection

This commit is contained in:
Tobias Reisinger 2024-10-06 17:08:25 +02:00
parent ed51a86935
commit 6fdfd338a1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 147 additions and 49 deletions

View file

@ -7,6 +7,10 @@ output "authentik_data" {
sensitive = true
}
output "healthchecksio" {
value = module.infrastructure.healthchecksio
}
output "postgresql_data" {
value = module.services.postgresql_data
sensitive = true