Skip to content

Commit

Permalink
Merge pull request #27 from montblu/5-fix-service-always-wants-to-rec…
Browse files Browse the repository at this point in the history
…reate

Fix Service always wants to recreate
  • Loading branch information
pessoa authored Oct 18, 2024
2 parents 2b5d7d9 + 48c413c commit 1765aeb
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 1765aeb

Please sign in to comment.