Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
movence committed Dec 4, 2024
1 parent 3b03b9e commit c8ebdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/eks/addon/gpu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ resource "aws_eks_addon" "this" {
depends_on = [
null_resource.kubectl
]
addon_name = var.addon_name
cluster_name = aws_eks_cluster.this.name
addon_name = var.addon_name
cluster_name = aws_eks_cluster.this.name
}
output "eks_cluster_name" {
value = aws_eks_cluster.this.name
Expand Down

0 comments on commit c8ebdba

Please sign in to comment.