Skip to content

Commit

Permalink
adding test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 10, 2024
1 parent b2b5490 commit c8aac72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/eks/addon/gpu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ resource "aws_eks_addon" "this" {
cluster_name = aws_eks_cluster.this.name
addon_version = var.addon_version
}
output "eks_cluster_name" {
value = aws_eks_cluster.this.name
}

resource "null_resource" "validator" {
depends_on = [
Expand Down

0 comments on commit c8aac72

Please sign in to comment.