Skip to content

Commit

Permalink
fix eni_configs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nerahou committed Apr 18, 2024
1 parent a387a70 commit 596699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@ resource "helm_release" "eni_configs" {
eniConfigs : jsonencode(local.eni_configs)
})
]
depends_on = [aws_eks_addon.quortex_addon]
depends_on = [aws_eks_addon.quortex_addon["vpc-cni"]]
}

0 comments on commit 596699e

Please sign in to comment.