Skip to content

Commit

Permalink
fix providers
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 1, 2026
1 parent 969cfe6 commit b747aec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/full-cluster-tf-upgrade/1.32/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ provider "kubernetes" {
}

provider "helm" {
kubernetes {
host = local.aws_eks_cluster.endpoint

kubernetes = {
host = local.aws_eks_cluster.endpoint
cluster_ca_certificate = base64decode(local.aws_eks_cluster.certificate_authority[0].data)
token = local.aws_eks_cluster_auth.token
}
Expand Down

0 comments on commit b747aec

Please sign in to comment.