Removed Log Analytics resources from sample as not used in article

This commit is contained in:
Tom Archer
2023-05-26 11:37:59 -07:00
parent d0a579d375
commit fe231e8d91
4 changed files with 85 additions and 49 deletions

View File

@ -6,10 +6,6 @@ output "kubernetes_cluster_name" {
value = azurerm_kubernetes_cluster.k8s.name
}
output "log_analytics_workspace_name" {
value = azurerm_log_analytics_workspace.test.name
}
output "client_certificate" {
value = azurerm_kubernetes_cluster.k8s.kube_config[0].client_certificate
sensitive = true