Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit f820fac

Browse files
senthilvvBARRY Thierno Ibrahima (Canal Plus Prestataire)
authored and
BARRY Thierno Ibrahima (Canal Plus Prestataire)
committed
fix: Set IAM Path for cluster_elb_sl_role_creation IAM policy (terraform-aws-modules#1045)
1 parent 52b3b57 commit f820fac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster.tf

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ resource "aws_iam_policy" "cluster_elb_sl_role_creation" {
163163
name_prefix = "${var.cluster_name}-elb-sl-role-creation"
164164
description = "Permissions for EKS to create AWSServiceRoleForElasticLoadBalancing service-linked role"
165165
policy = data.aws_iam_policy_document.cluster_elb_sl_role_creation[0].json
166+
path = var.iam_path
166167
}
167168

168169
resource "aws_iam_role_policy_attachment" "cluster_elb_sl_role_creation" {

0 commit comments

Comments
 (0)