Skip to content
Snippets Groups Projects
outputs.tf 158 B
Newer Older
  • Learn to ignore specific revisions
  • output "ip_address" {
      value = digitalocean_droplet.anything_llm_instance.ipv4_address
      description = "The public IP address of your droplet application."
    }