8 lines
149 B
Terraform
8 lines
149 B
Terraform
|
output "nginx_ip_address" {
|
||
|
value = module.packer_droplet.droplet_ip_address
|
||
|
}
|
||
|
|
||
|
output "nginx_urn" {
|
||
|
value = module.packer_droplet.droplet_urn
|
||
|
}
|