Skip to content

Commit

Permalink
Fix incorrect argument name in EKS TF module
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Feb 22, 2023
1 parent fbc22b3 commit 9d18f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/spack/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module "eks" {

cluster_addons = {
aws-ebs-csi-driver = {
version = "v1.14.0-eksbuild.1"
addon_version = "v1.14.0-eksbuild.1"
service_account_role_arn = aws_iam_role.ebs_efs_csi_driver.arn
}
}
Expand Down

0 comments on commit 9d18f85

Please sign in to comment.