We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0b601 commit 84fb2a5Copy full SHA for 84fb2a5
1 file changed
infrastructure/modules/storage/variables.tf
@@ -85,6 +85,7 @@ variable "monitor_diagnostic_setting_storage_account_metrics" {
85
variable "monitor_diagnostic_setting_storage_account_resource_metrics" {
86
type = list(string)
87
description = "Controls what metrics will be enabled for the storage account itself"
88
+ default = ["Transaction"]
89
}
90
91
variable "private_endpoint_properties" {
0 commit comments