Skip to content

Commit fd4adb2

Browse files
msk-stackitmarceljk
authored andcommitted
update description
1 parent b466055 commit fd4adb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/resources/loadbalancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ import {
242242

243243
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`","region","`name`".
244244
- `private_address` (String) Transient private Load Balancer IP address. It can change any time.
245-
- `security_group_id` (String)
245+
- `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`.
246246

247247
<a id="nestedatt--listeners"></a>
248248
### Nested Schema for `listeners`

stackit/internal/services/loadbalancer/loadbalancer/resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ func (r *loadBalancerResource) Schema(_ context.Context, _ resource.SchemaReques
343343
"targets.display_name": "Target display name",
344344
"ip": "Target IP",
345345
"region": "The resource region. If not defined, the provider region is used.",
346+
"security_group_id": "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`.",
346347
}
347348

348349
resp.Schema = schema.Schema{

0 commit comments

Comments
 (0)