Terraform-IaC/template/hetzner-infra/outputs.tf

8 lines
135 B
Terraform
Raw Permalink Normal View History

2023-07-09 17:05:29 +01:00
output "public_ip" {
value = module.server.server_public_ipv4
}
output "private_ip" {
value = module.server.server_private_ipv4
}