We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfd689 commit 70b87fcCopy full SHA for 70b87fc
infrastructure/modules/storage/variables.tf
@@ -44,7 +44,7 @@ variable "access_tier" {
44
variable "blob_properties_delete_retention_policy" {
45
type = number
46
description = "The value set for blob properties delete retention policy."
47
- default = 8
+ default = null
48
}
49
50
variable "blob_properties_versioning_enabled" {
0 commit comments