This commit is contained in:
Tom Archer
2022-03-02 19:41:10 -08:00
parent af4a2cbdd5
commit 3770c0b277
4 changed files with 23 additions and 30 deletions

View File

@ -1,7 +1,3 @@
output "resource_group_name" {
value = azurerm_resource_group.default.name
}
output "client_key" {
value = azurerm_kubernetes_cluster.k8s.kube_config.0.client_key
}