output "droplet_id" { description = "ID of the jump host droplet" value = digitalocean_droplet.jump_host.id } output "public_ip" { description = "Public IPv4 address of the jump host" value = digitalocean_droplet.jump_host.ipv4_address } output "private_ip" { description = "Private IPv4 address of the jump host (VPC)" value = digitalocean_droplet.jump_host.ipv4_address_private } output "urn" { description = "URN of the jump host droplet" value = digitalocean_droplet.jump_host.urn }