terraform/examples/azure-vmss-ubuntu/outputs.tf

4 lines
51 B
HCL

output "hostname" {
value = "${var.vmss_name}"
}