Skip to content

Commit

Permalink
variables.tf: Set load_balancer_class to nlb
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho committed Oct 18, 2024
1 parent 2b5d7d9 commit 48c413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ variable "svc_port" {

variable "load_balancer_class" {
type = string
default = null
default = "service.k8s.aws/nlb"
description = "The class of the load balancer implementation this Service belongs to. If specified, the value of this field must be a label-style identifier, with an optional prefix. This field can only be set when the svc_type is LoadBalancer"
}

Expand Down

0 comments on commit 48c413c

Please sign in to comment.