Skip to content

Commit 580fd56

Browse files
committed
fix: Missing full stop on validation error
1 parent c897a70 commit 580fd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variable "backup_retention_days" {
4141
default = 7
4242
validation {
4343
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"
44+
error_message = "Backup retention days has to be between 7 and 35 including."
4545
}
4646
}
4747

0 commit comments

Comments
 (0)