infrastructure/terraform/modules/storageaccount/data.tf (4 lines of code) (raw):
data "azurerm_client_config" "current" {}
data "azurerm_monitor_diagnostic_categories" "diagnostic_categories_storage" {
resource_id = azurerm_storage_account.storage.id
}