mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 11:21:04 +01:00
test fixture produced an error for the path of kubectl being .// removed the extra slash to fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
resource "local_file" "kubeconfig" {
|
||||
content = "${data.template_file.kubeconfig.rendered}"
|
||||
filename = "${var.config_output_path}/kubeconfig_${var.cluster_name}"
|
||||
filename = "${var.config_output_path}kubeconfig_${var.cluster_name}"
|
||||
count = "${var.write_kubeconfig ? 1 : 0}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user