mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Move Synapse on hcloud and deploy it with Terraform + NixOs
This commit is contained in:
parent
8d543677c9
commit
c76ade9c29
14 changed files with 396 additions and 37 deletions
7
outputs.tf
Normal file
7
outputs.tf
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue