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
164 B
HCL
4 lines
164 B
HCL
output "peer_config_files" {
|
|
description = "Map of site name to peer config file path"
|
|
value = { for k, v in local_file.peer_config : k => v.filename }
|
|
}
|