» digitalocean_loadbalancer
Get information on a load balancer for use in other resources. This data source provides all of the load balancers properties as configured on your DigitalOcean account. This is useful if the load balancer in question is not managed by Terraform or you need to utilize any of the load balancers data.
An error is triggered if the provided load balancer name does not exist.
» Example Usage
Get the load balancer:
data "digitalocean_loadbalancer" "example" {
name = "app"
}
» Argument Reference
The following arguments are supported:
» Attributes Reference
See the Load Balancer Resource for details on the returned attributes - they are identical.