jdormit-infra/prod/syncthing/terraform/outputs.tf

12 lines
213 B
Terraform
Raw Normal View History

2020-12-31 21:22:41 +00:00
output "ip_address" {
value = module.packer_droplet.droplet_ip_address
}
2020-12-31 21:22:41 +00:00
output "urn" {
value = module.packer_droplet.droplet_urn
}
2020-12-31 21:22:41 +00:00
output "volume_urn" {
value = digitalocean_volume.syncthing_volume.urn
}