Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Jul 1, 2024
1 parent a135084 commit 3cdadf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ module "aws-eks-kubernetes-cluster" {
}
]
create_iam_role = var.karpenter_fargate_profile_create_iam_role
iam_role_use_name_prefix = true
iam_role_name = var.cluster_name
iam_role_use_name_prefix = true
iam_role_name = var.cluster_name
iam_role_description = "TrueFoundry IAM role for Karpenter Fargate Profile for cluster ${var.cluster_name}"
iam_role_attach_cni_policy = var.karpenter_fargate_profile_attach_cni_policy
iam_role_tags = local.tags
Expand Down

0 comments on commit 3cdadf2

Please sign in to comment.