test fixture produced an error for the path of kubectl being .// removed the extra slash to fix

This commit is contained in:
Brandon O'Connor
2018-07-11 23:32:48 -07:00
parent 12b67f3e1f
commit 66e3403387
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ variable "cluster_version" {
}
variable "config_output_path" {
description = "Determines where config files are placed if using configure_kubectl_session and you want config files to land outside the current working directory."
description = "Determines where config files are placed if using configure_kubectl_session and you want config files to land outside the current working directory. Should end in a forward slash / ."
default = "./"
}