Skip to content

Commit

Permalink
fix(eks): use cluster_name instead of cluster_id
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
  • Loading branch information
raphink committed Jan 18, 2022
1 parent 1185ce7 commit 4c8c093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "iam_assumable_role_loki" {

resource "aws_iam_policy" "loki" {
name_prefix = "loki"
description = "EKS loki policy for cluster ${var.cluster_id}"
description = "EKS loki policy for cluster ${var.cluster_name}"
policy = data.aws_iam_policy_document.loki.json
}

Expand Down

0 comments on commit 4c8c093

Please sign in to comment.