Skip to content

Commit 4fd4f7a

Browse files
mafredrijohnstcn
andauthored
Update examples/do-linux/main.tf
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 0e8e338 commit 4fd4f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/do-linux/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ variable "home_volume_size" {
8282
default = 20
8383
validation {
8484
condition = var.home_volume_size >= 1
85-
error_message = "Value must be greather than or equal to 1."
85+
error_message = "Value must be greater than or equal to 1."
8686
}
8787
}
8888

0 commit comments

Comments
 (0)