Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
add kubeconfig generation variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Efimov committed Mar 18, 2020
1 parent 5cc7490 commit a6b3924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapsule.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ resource "scaleway_k8s_cluster_beta" "kapsule" {

resource "local_file" "kubeconfig" {
content = scaleway_k8s_cluster_beta.kapsule.kubeconfig[0].config_file
filename = "./sensitive/kubeconfig"
filename = "./sensitive/kubeconfig_${var.kapsule_name}"
}

0 comments on commit a6b3924

Please sign in to comment.