demo_solution/modules/repo_terraform.azurerm.bastion_host/output.tf (8 lines of code) (raw):
output "id" {
description = "The ID of the Bastion Host"
value = azurerm_bastion_host.bastion.id
}
output "dns_name" {
description = "The FQDN for the Bastion Host."
value = azurerm_bastion_host.bastion.dns_name
}