We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca5d8d commit 219c847Copy full SHA for 219c847
iam.tf
@@ -1,6 +1,6 @@
1
module "lb_controller_role" {
2
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
3
- version = "~> 5.39.0"
+ version = "~> 5.59.0"
4
5
role_name_prefix = coalesce(var.iam_role_name, "${var.cluster_name}-lb-")
6
role_description = "EKS Cluster ${var.cluster_name} LoadBalancer Controller"
0 commit comments