Skip to content

Commit 0b20958

Browse files
authored
pattern commit should trigger run
1 parent 1a25b9e commit 0b20958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "length" {
2020

2121
validation{
2222
condition = var.length > 0
23-
error_message = "length must be positive. "
23+
error_message = "length must be positive."
2424
}
2525
}
2626

0 commit comments

Comments
 (0)