We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c897a70 commit 580fd56Copy full SHA for 580fd56
vars.tf
@@ -41,7 +41,7 @@ variable "backup_retention_days" {
41
default = 7
42
validation {
43
condition = var.backup_retention_days >= 7 && var.backup_retention_days <= 35
44
- error_message = "Backup retention days has to be between 7 and 35 including"
+ error_message = "Backup retention days has to be between 7 and 35 including."
45
}
46
47
0 commit comments