fix dynamic private ip

This commit is contained in:
jodhi
2022-02-24 23:57:36 +07:00
parent 519cae04d3
commit b5039e2bc1
4 changed files with 6 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ output "ipv4_address" {
}
output "private_ipv4_address" {
value = var.ip
value = hcloud_server_network.server.ip
}
output "name" {