diff --git a/README.md b/README.md index 457e0a48..aed05c63 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ The following resources are used by this module: - [null_resource.kubernetes_version_keeper](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) (resource) - [random_id.telem](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) (resource) - [random_string.acr_suffix](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string) (resource) -- [azurerm_monitor_diagnostic_categories.aks](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/monitor_diagnostic_categories) (data source) - [local_file.compute_provider](https://registry.terraform.io/providers/hashicorp/local/2.4.1/docs/data-sources/file) (data source) - [local_file.locations](https://registry.terraform.io/providers/hashicorp/local/2.4.1/docs/data-sources/file) (data source) diff --git a/main.tf b/main.tf index f80596ed..a2b41f67 100644 --- a/main.tf +++ b/main.tf @@ -125,10 +125,6 @@ resource "azapi_update_resource" "aks_cluster_post_create" { } } -data "azurerm_monitor_diagnostic_categories" "aks" { - resource_id = azurerm_kubernetes_cluster.this.id -} - resource "azurerm_log_analytics_workspace" "this" { location = var.location name = "${var.name}-aks"