Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
dcallao committed Jan 23, 2024
1 parent 1051da3 commit 4ad6fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cluster-with-cni/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variable "flannel_version" {

validation {
condition = length(var.flannel_version) > 0 && substr(var.flannel_version, 0, 1) == "v"
error_message = "The fannel_version variable must be set. It must also start with string \"v\"."
error_message = "The flannel_version variable must be set. It must also start with string \"v\"."
}
}

Expand Down

0 comments on commit 4ad6fc9

Please sign in to comment.