Skip to content

Commit

Permalink
Merge branch 'tf-upgrade' into fix-providers
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed May 5, 2026
2 parents f96631c + b747aec commit 9df7485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/full-cluster-tf-upgrade/1.32/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ provider "kubernetes" {

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

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
3 changes: 1 addition & 2 deletions examples/full-cluster-tf-upgrade/1.33/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ provider "kubernetes" {

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

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
3 changes: 1 addition & 2 deletions examples/full-cluster-tf-upgrade/1.34/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ provider "kubernetes" {

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

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 9df7485

Please sign in to comment.