optimized events
This commit is contained in:
@@ -23,11 +23,11 @@ output "dns_a_record" {
|
||||
}
|
||||
|
||||
output "routing_data_mount_path" {
|
||||
description = "Persistenter Pfad für heruntergeladene PBFs und erzeugte Fahrrouten."
|
||||
description = "Persistenter Pfad für PBFs, Fahrrouten und PostGIS-Ereignisdaten."
|
||||
value = "/srv/watermaps-data"
|
||||
}
|
||||
|
||||
output "routing_volume_id" {
|
||||
description = "Hetzner-ID des persistenten Routingdaten-Volumes."
|
||||
description = "Hetzner-ID des persistenten Routing- und Ereignisdaten-Volumes."
|
||||
value = hcloud_volume.routing_data.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user