Skip to content

Commit 84fb2a5

Browse files
committed
feat: enable diagnostics for storage accounts
1 parent ee0b601 commit 84fb2a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/modules/storage/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ variable "monitor_diagnostic_setting_storage_account_metrics" {
8585
variable "monitor_diagnostic_setting_storage_account_resource_metrics" {
8686
type = list(string)
8787
description = "Controls what metrics will be enabled for the storage account itself"
88+
default = ["Transaction"]
8889
}
8990

9091
variable "private_endpoint_properties" {

0 commit comments

Comments
 (0)