Skip to content

Commit 70b87fc

Browse files
committed
fix: check the variable value
1 parent 9bfd689 commit 70b87fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)