Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
231 B
HCL
9 lines
231 B
HCL
output "server_ip" {
|
|
description = "Public IPv4 address of the cloud anchor"
|
|
value = hcloud_server.anchor.ipv4_address
|
|
}
|
|
|
|
output "server_id" {
|
|
description = "Hetzner server ID"
|
|
value = hcloud_server.anchor.id
|
|
}
|