Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Jul 1, 2024
1 parent 7c5608a commit 65227ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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_description = "TrueFoundry IAM role for Karpenter Fargate Profile for cluster ${var.cluster_name}"
iam_role_description = "TrueFoundry IAM role of 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
tags = merge(
Expand Down

0 comments on commit 65227ec

Please sign in to comment.