Skip to content
Snippets Groups Projects
Commit 556e29c4 authored by Rob Kooper's avatar Rob Kooper
Browse files

need to end with a .

parent 0b106e12
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ variable "cluster_type" { ...@@ -11,7 +11,7 @@ variable "cluster_type" {
#condition = var.cluster_type == "rke" || var.cluster_type == "rke2" #condition = var.cluster_type == "rke" || var.cluster_type == "rke2"
#error_message = "Image needs to be one of [rke, rke2]." #error_message = "Image needs to be one of [rke, rke2]."
condition = var.cluster_type == "rke2" condition = var.cluster_type == "rke2"
error_message = "Currently only support rke2" error_message = "Currently only support rke2."
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment