Skip to content

Commit

Permalink
fix case in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa committed Sep 16, 2022
1 parent 5f8471e commit 3336a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "azurerm_log_analytics_workspace" "example" {
}
resource "azurerm_log_analytics_linked_storage_account" "example" {
data_source_type = "customlogs"
data_source_type = "CustomLogs"
resource_group_name = azurerm_resource_group.example.name
workspace_resource_id = azurerm_log_analytics_workspace.example.id
storage_account_ids = [azurerm_storage_account.example.id]
Expand Down

0 comments on commit 3336a02

Please sign in to comment.