terraform/examples/azure-traffic-manager-vm/outputs.tf

4 lines
50 B
HCL

output "dns_name" {
value = "${var.dns_name}"
}