terraform/examples/azure-encrypt-running-linux-vm/outputs.tf

9 lines
176 B
HCL

output "hostname" {
value = "${var.hostname}"
}
output "BitLockerKey" {
value = "${azurerm_template_deployment.linux_vm.outputs["BitLockerKey"]}"
sensitive = true
}