mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
236 stars 44 forks source link

feat: change the behavior of schema KeyKubeconfigPath #21

Closed naka-gawa closed 4 years ago

naka-gawa commented 4 years ago

Hi, Thank you always!

The suggestion for this PR is to allow the user to control the path of kubeconfig.

"Kubeconfig_path" is defined as an optional parameter By default, "kubeconfig" is generated in the tmp area. Also, if i want to inherit "kubeconfig" in another environment, i set the parameter "kubeconfig_path". (Example: CI)

default setting 'kubeconfig_path is null'

add setting "kubeconfig_path"