Skip to content

Commit 219c847

Browse files
authored
fix: irsa (#13)
1 parent aca5d8d commit 219c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "lb_controller_role" {
22
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
3-
version = "~> 5.39.0"
3+
version = "~> 5.59.0"
44

55
role_name_prefix = coalesce(var.iam_role_name, "${var.cluster_name}-lb-")
66
role_description = "EKS Cluster ${var.cluster_name} LoadBalancer Controller"

0 commit comments

Comments
 (0)