mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 02:41:03 +01:00
test fixture produced an error for the path of kubectl being .// removed the extra slash to fix
This commit is contained in:
@@ -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 = "./"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user