Fixed variable name typo

This commit is contained in:
caiotavaresdito 2021-10-18 10:55:37 -04:00
parent 781c4d7c86
commit 64fc4fcaf6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ variable "backup_configuration" {
start_time = string
location = string
log_retention_days = number
retained_count = number
retention_count = number
})
default = {
enabled = false