Skip to content

Commit 3c642e8

Browse files
committed
fix: check the variable value
1 parent b87a938 commit 3c642e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/storage/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "access_tier" {
4444
variable "blob_properties_delete_retention_policy" {
4545
type = number
4646
description = "The value set for blob properties delete retention policy."
47-
default = 8
47+
default = null
4848
}
4949

5050
variable "blob_properties_versioning_enabled" {

0 commit comments

Comments
 (0)