We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There no support for diagnostic setting for ADX (data_explorer), adding the fix for diagnostic setting for data_explorer (Kusto_Cluster)
terraform-azurerm-caf/modules/databases/data_explorer/kusto_clusters/module.tf
Line 14 in 61f82e1
azurerm_kusto_cluster
module "diagnostics" { source = "../../diagnostics" for_each = try(var.settings.diagnostic_profiles, {})
resource_id = azurerm_kusto_cluster.kusto.id resource_location = var.location diagnostics = var.remote_objects.diagnostics profiles = var.settings.diagnostic_profiles }
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Community Note
Description
There no support for diagnostic setting for ADX (data_explorer), adding the fix for diagnostic setting for data_explorer (Kusto_Cluster)
terraform-azurerm-caf/modules/databases/data_explorer/kusto_clusters/module.tf
Line 14 in 61f82e1
New or Affected Resource(s
azurerm_kusto_cluster
Potential Configuration file
module "diagnostics" {
source = "../../diagnostics"
for_each = try(var.settings.diagnostic_profiles, {})
resource_id = azurerm_kusto_cluster.kusto.id
resource_location = var.location
diagnostics = var.remote_objects.diagnostics
profiles = var.settings.diagnostic_profiles
}
References
No response
The text was updated successfully, but these errors were encountered: