Terraform-IaC/archive/hetzner/template/outputs.tf
Oscar Blue 4480a44413
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Changed project structure
2023-07-09 17:17:38 +01:00

7 lines
135 B
HCL

output "public_ip" {
value = module.server.server_public_ipv4
}
output "private_ip" {
value = module.server.server_private_ipv4
}