You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/loadbalancer.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,14 @@ data "stackit_loadbalancer" "example" {
27
27
-`name` (String) Load balancer name.
28
28
-`project_id` (String) STACKIT project ID to which the Load Balancer is associated.
29
29
30
+
### Optional
31
+
32
+
-`region` (String) The resource region. If not defined, the provider region is used.
33
+
30
34
### Read-Only
31
35
32
36
-`external_address` (String) External Load Balancer IP address where this Load Balancer is exposed.
33
-
-`id` (String) Terraform's internal resource ID. It is structured as "`project_id`","`name`".
37
+
-`id` (String) Terraform's internal resource ID. It is structured as "`project_id`","region","`name`".
34
38
-`listeners` (Attributes List) List of all listeners which will accept traffic. Limited to 20. (see [below for nested schema](#nestedatt--listeners))
35
39
-`networks` (Attributes List) List of networks that listeners and targets reside in. (see [below for nested schema](#nestedatt--networks))
36
40
-`options` (Attributes) Defines any optional functionality you want to have enabled on your load balancer. (see [below for nested schema](#nestedatt--options))
-`external_address` (String) External Load Balancer IP address where this Load Balancer is exposed.
129
131
-`options` (Attributes) Defines any optional functionality you want to have enabled on your load balancer. (see [below for nested schema](#nestedatt--options))
132
+
-`region` (String) The resource region. If not defined, the provider region is used.
130
133
131
134
### Read-Only
132
135
133
-
-`id` (String) Terraform's internal resource ID. It is structured as "`project_id`","`name`".
136
+
-`id` (String) Terraform's internal resource ID. It is structured as "`project_id`","region","`name`".
134
137
-`private_address` (String) Transient private Load Balancer IP address. It can change any time.
0 commit comments