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 1ecb0d8 commit cb616bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ locals {
name = "terraform"
user = {
token = var.cluster_config.token
client-certificate = var.cluster_config.client_certificate
client-key = var.cluster_config.client_key
client-certificate-data = var.cluster_config.client_certificate
client-key-data = var.cluster_config.client_key
}
}]
})
Expand Down

0 comments on commit cb616bf

Please sign in to comment.