Skip to content

Commit

Permalink
Fix the kubeconfig file that fails in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 committed May 29, 2024
1 parent 4574627 commit 6c9d404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ locals {
users = [{
name = "terraform"
user = {
token = var.cluster_config.token
client-certificate = var.cluster_config.client_certificate
client-key = var.cluster_config.client_key
token = var.cluster_config.token
client-certificate-data = var.cluster_config.client_certificate
client-key-data = var.cluster_config.client_key
}
}]
})
Expand Down

0 comments on commit 6c9d404

Please sign in to comment.