Skip to content

Commit 363e809

Browse files
Update stackit/internal/services/alb/applicationloadbalancer/resource.go
Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
1 parent 3e4c3db commit 363e809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stackit/internal/services/alb/applicationloadbalancer

stackit/internal/services/alb/applicationloadbalancer/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ func (r *applicationLoadBalancerResource) Schema(_ context.Context, _ resource.S
415415
"region": "The resource region (e.g. eu01). If not defined, the provider region is used.",
416416
"disable_target_security_group_assignment": "Disable target security group assignemt to allow targets outside of the given network. Connectivity to targets need to be ensured by the customer, including routing and Security Groups (targetSecurityGroup can be assigned). Not changeable after creation.",
417417
"errors": "Reports all errors a Application Load Balancer has.",
418-
"errors.type": "Enum: " + utils.FormatPossibleValues(errorOptions...) + "\nThe error type specifies which part of the Application Load Balancer encountered the error. I.e. the API will not check if a provided public IP is actually available in the project. Instead the Application Load Balancer with try to use the provided IP and if not available reports TYPE_FIP_NOT_CONFIGURED error.",
418+
"errors.type": "The error type specifies which part of the Application Load Balancer encountered the error. I.e. the API will not check if a provided public IP is actually available in the project. Instead the Application Load Balancer with try to use the provided IP and if not available reports TYPE_FIP_NOT_CONFIGURED error." + utils.FormatPossibleValues(errorOptions...) ,
419419
"errors.description": "The error description contains additional helpful user information to fix the error state of the Application Load Balancer. For example the IP 45.135.247.139 does not exist in the project, then the description will report: Floating IP \"45.135.247.139\" could not be found.",
420420
"external_address": "The external IP address where this Application Load Balancer is exposed. Not changeable after creation.",
421421
"labels": "Labels represent user-defined metadata as key-value pairs. Label count cannot exceed 64 per ALB.",

0 commit comments

Comments
 (0)