Skip to content

Commit

Permalink
unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 31, 2024
1 parent c41d25b commit 4e35f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/k8s-node-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ resource "aws_eks_addon" "coredns" {
]
}

resource "aws_eks_addon" "coredns" {
resource "aws_eks_addon" "ebs-csi-driver" {
cluster_name = var.cluster_name
addon_name = "aws-ebs-csi-driver"

depends_on = [
module.ocean-controller,
module.ocean-aws-k8s,
Expand Down

0 comments on commit 4e35f28

Please sign in to comment.