Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
128 B
HCL
4 lines
128 B
HCL
output "fqdn" {
|
|
description = "Fully qualified domain name of the anchor"
|
|
value = cloudflare_record.anchor.hostname
|
|
}
|