Skip to content

Commit d1a597b

Browse files
committed
chore(alb): bump terraform-aws-alb version
Signed-off-by: Marcin Janas <marcin.janas@toolsforhumanity.com>
1 parent c5723a2 commit d1a597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-traefik-external.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ resource "kubernetes_ingress_v1" "treafik_ingress" {
9393
}
9494

9595
module "alb" {
96-
source = "git@github.com:worldcoin/terraform-aws-alb.git?ref=feat/add-client-tls-negotiation-monitor"
96+
source = "git@github.com:worldcoin/terraform-aws-alb.git?ref=v1.3.0"
9797
for_each = var.external_alb_enabled ? toset([local.external_alb_name]) : []
9898

9999
# because of lenght limitation of LB name we need to remove prefix treafik from internal NLB

0 commit comments

Comments
 (0)