Move Synapse on hcloud and deploy it with Terraform + NixOs

This commit is contained in:
Paul-Henri Froidmont 2021-07-15 13:38:22 +02:00
parent 8d543677c9
commit c76ade9c29
14 changed files with 396 additions and 37 deletions

7
outputs.tf Normal file
View file

@ -0,0 +1,7 @@
output "db1_public_ip" {
value = hcloud_server.db1.ipv4_address
}
output "backend1_public_ip" {
value = hcloud_server.backend1.ipv4_address
}