mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 22:40:12 +01:00
4 lines
158 B
HCL
4 lines
158 B
HCL
output "ip_address" {
|
|
value = digitalocean_droplet.anything_llm_instance.ipv4_address
|
|
description = "The public IP address of your droplet application."
|
|
} |