da232c6b03
TODOs: - figure out how to keep the mail password in app.ini during install - mount volumes to persist data between droplet redeploys - set up HTTPS
16 lines
327 B
HCL
16 lines
327 B
HCL
output "git_ip_address" {
|
|
value = digitalocean_droplet.git_jeremydormitzer_com.ipv4_address
|
|
}
|
|
|
|
output "git_urn" {
|
|
value = digitalocean_droplet.git_jeremydormitzer_com.urn
|
|
}
|
|
|
|
output "gitea_ip_address" {
|
|
value = module.packer_droplet.droplet_ip_address
|
|
}
|
|
|
|
output "gitea_urn" {
|
|
value = module.packer_droplet.droplet_urn
|
|
}
|