mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 03:11:06 +01:00
Allow config_output_path to specify the full path (#549)
This commit is contained in:
committed by
Max Williams
parent
c81e1d2fa7
commit
4369f0271b
@@ -32,7 +32,7 @@ variable "cluster_version" {
|
||||
}
|
||||
|
||||
variable "config_output_path" {
|
||||
description = "Where to save the Kubectl config file (if `write_kubeconfig = true`). Should end in a forward slash `/` ."
|
||||
description = "Where to save the Kubectl config file (if `write_kubeconfig = true`). Assumed to be a directory if the value ends with a forward slash `/`."
|
||||
type = string
|
||||
default = "./"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user