output "ip_address" {
  value = module.packer_droplet.droplet_ip_address
}

output "urn" {
  value = module.packer_droplet.droplet_urn
}