Skip to content

Commit

Permalink
Remove unnecessary version
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Dec 8, 2023
1 parent 47fd8fa commit b3f11cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.12.0"
}
}
}
Expand All @@ -34,4 +33,4 @@ provider "helm" {
cluster_ca_certificate = base64decode(aws_eks_cluster.kubernetes_cluster.certificate_authority[0].data)
token = data.aws_eks_cluster_auth.kubernetes_cluster.token
}
}
}

0 comments on commit b3f11cb

Please sign in to comment.