Skip to content

Commit b9cd5a8

Browse files
typo in variables.tf (#184)
Co-authored-by: Igor Rodionov <[email protected]>
1 parent 0380a5a commit b9cd5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ variable "availability_zone_count" {
137137

138138
validation {
139139
condition = contains([2, 3], var.availability_zone_count)
140-
error_message = "The availibility zone count must be 2 or 3."
140+
error_message = "The availability zone count must be 2 or 3."
141141
}
142142
}
143143

0 commit comments

Comments
 (0)