outputs.tf (8 lines of code) (raw):
output "resource" {
description = "This is the full output for the resource."
value = azurerm_ssh_public_key.this
}
output "resource_id" {
description = "This is the full output for the resource id."
value = azurerm_ssh_public_key.this.id
}