How to load kubeconfig file from S3 using terraform

5/13/2020

I am using kubernetes provider with terraform. Config_path attribute refers to config file in my local machine and with that i am able to auth to my cluster.

I want to achieve the same with something like travis ci. Instead of storing file as base64 secret, is it possible to load kube config file from s3 bucket? Please help...

-- Adam
kubernetes
terraform

0 Answers