rancher ok

This commit is contained in:
Karim Naufal
2022-05-04 21:39:58 +02:00
parent 725eb334a9
commit 75a817ea3b
4 changed files with 30 additions and 7 deletions

View File

@@ -195,7 +195,7 @@ variable "rancher_install_channel" {
validation {
condition = contains(["stable", "latest", "alpha"], var.rancher_install_channel)
error_message = "The allowed values for the rancher install channel are stable, latest, or alpha."
error_message = "The allowed values for the Rancher install channel are stable, latest, or alpha."
}
}