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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,14 @@ data "stackit_loadbalancer" "example" {
43
43
-`private_address` (String) Transient private Load Balancer IP address. It can change any time.
44
44
-`security_group_id` (String) The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT Network areas (SNA). To enable this, create a security group rule for your target VMs and set the `remote_security_group_id` of that rule to this value. This is typically used when `disable_security_group_assignment` is set to `true`.
45
45
-`target_pools` (Attributes List) List of all target pools which will be used in the Load Balancer. Limited to 20. (see [below for nested schema](#nestedatt--target_pools))
-`server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
53
+
-`server_name_indicators` (Attributes List, Deprecated) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
Copy file name to clipboardExpand all lines: docs/resources/loadbalancer.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,7 @@ import {
247
247
-`id` (String) Terraform's internal resource ID. It is structured as "`project_id`","region","`name`".
248
248
-`private_address` (String) Transient private Load Balancer IP address. It can change any time.
249
249
-`security_group_id` (String) The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT network areas (SNA). To enable this, create a security group rule for your target VMs and set the `remote_security_group_id` of that rule to this value. This is typically used when `disable_security_group_assignment` is set to `true`.
250
+
-`version` (String) Load balancer resource version. This is needed to have concurrency safe updates.
250
251
251
252
<aid="nestedatt--listeners"></a>
252
253
### Nested Schema for `listeners`
@@ -260,7 +261,7 @@ Required:
260
261
Optional:
261
262
262
263
-`display_name` (String)
263
-
-`server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
264
+
-`server_name_indicators` (Attributes List, Deprecated) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
264
265
-`tcp` (Attributes) Options that are specific to the TCP protocol. (see [below for nested schema](#nestedatt--listeners--tcp))
265
266
-`udp` (Attributes) Options that are specific to the UDP protocol. (see [below for nested schema](#nestedatt--listeners--udp))
266
267
@@ -365,7 +366,7 @@ Optional:
365
366
Optional:
366
367
367
368
-`credentials_ref` (String) Credentials reference for logs. Not changeable after creation.
368
-
-`push_url` (String) Credentials reference for logs. Not changeable after creation.
369
+
-`push_url` (String) The ARGUS/Loki remote write Push URL to ship the logs to. Not changeable after creation.
0 commit comments