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

8 lines
145 B
Terraform
Raw Normal View History

2021-02-03 15:38:23 +00:00
output "ip_address" {
value = module.packer_droplet.droplet_ip_address
}
output "droplet_urn" {
value = module.packer_droplet.droplet_urn
}