You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message="Missing image_id for pool ${each.key}. Check provided value for image_id if image_type is 'custom', or image_os/image_os_version if image_type is 'oke' or 'platform'."
45
45
}
46
46
47
-
precondition {
48
-
condition=var.cni_type=="flannel"
49
-
error_message="Cluster Networks require a cluster with `cni_type = flannel`."
50
-
}
51
-
52
47
precondition {
53
48
condition=each.value.autoscale==false
54
49
error_message="Cluster Networks do not support cluster autoscaler management."
0 commit comments