Skip to content

Commit

Permalink
Merge pull request #16 from ministryofjustice/ANPL-1225-fix
Browse files Browse the repository at this point in the history
fix: name of add-on was wrong
  • Loading branch information
bogdan-mania-moj authored Oct 11, 2022
2 parents 4b8e224 + efa8140 commit 822b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_eks_addon" "ebs_csi" {
depends_on = [
module.eks
]
addon_name = "ebs-csi"
addon_name = "aws-ebs-csi-driver"
addon_version = var.cluster_ebs_csi_version
cluster_name = module.eks.cluster_id
resolve_conflicts = "OVERWRITE"
Expand Down

0 comments on commit 822b777

Please sign in to comment.