Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibraAmin authored Dec 7, 2023
1 parent eb71096 commit 4a4943c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ resource "aws_eks_addon" "kubecost" {
cluster_name = var.eks_cluster_name
addon_name = "kubecost_kubecost"
addon_version = data.aws_eks_addon_version.kubecost.version
resolve_conflicts_on_create = "OVERWRITE"
service_account_role_arn = var.worker_iam_role_arn
preserve = true

Expand Down

0 comments on commit 4a4943c

Please sign in to comment.