Skip to content

Commit

Permalink
Update kubectl.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar committed Nov 8, 2019
1 parent 9d81b26 commit 51a2ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "null_resource" "apply_config_map_aws_auth" {
command = "kubectl apply -f ${local.config_map_aws_auth_filename} --kubeconfig ${local.kubeconfig_filename}"
}
provisioner "local-exec" {
command = "cp .terraform/modules/eks-cluster/kubeconfig-dev-eks-clouddrove-cluster.yaml _config/"
command = "cp ${local.kubeconfig_filename} _config/"
}

triggers = {
Expand Down

0 comments on commit 51a2ab7

Please sign in to comment.