mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-19 16:42:22 +00:00
* Adding GCP Deployment Manager Template * Adding GCP Deployment Manager Template * Adding GCP Deployment Manager Template * Update gcp/deployment/DEPLOY.md Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com> * Update gcp/deployment/DEPLOY.md Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com> * Update gcp/deployment/DEPLOY.md Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com> * Update DEPLOY.md * Update DEPLOY.md * Update DEPLOY.md * Adding Digital Ocean Deployment using Terraform * Adding Digital Ocean Deployment with Terraform --------- Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
4 lines
No EOL
158 B
HCL
4 lines
No EOL
158 B
HCL
output "ip_address" {
|
|
value = digitalocean_droplet.anything_llm_instance.ipv4_address
|
|
description = "The public IP address of your droplet application."
|
|
} |