Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow authored Aug 4, 2023
1 parent 728e7c9 commit 73460ed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions terraform/modules/shared/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,6 @@ provider "helm" {
client_certificate = base64decode(data.azurerm_kubernetes_cluster.credentials.kube_config.0.client_certificate)
client_key = base64decode(data.azurerm_kubernetes_cluster.credentials.kube_config.0.client_key)
cluster_ca_certificate = base64decode(data.azurerm_kubernetes_cluster.credentials.kube_config.0.cluster_ca_certificate)

# exec {
# api_version = "client.authentication.k8s.io/v1beta1"
# args = ["aks", "get-credentials","--resource-group", var.resource_group_name, "--name", azurerm_kubernetes_cluster.cluster.name]
# command = "az"
# }
}
}

Expand Down Expand Up @@ -735,4 +729,4 @@ resource "azurerm_communication_service" "communication_service" {
# "baseUrl": "https://${terraform.workspace}vault${substr(var.client_id, 0, 8)}.vault.azure.net/"
# }
# JSON
#}
#}

0 comments on commit 73460ed

Please sign in to comment.