sguyennet / terraform-vsphere-kubespray

Deploy a Kubernetes HA cluster on VMware vSphere
https://blog.inkubate.io/install-and-manage-automatically-a-kubernetes-cluster-on-vmware-vsphere-with-terraform-and-kubespray/
Apache License 2.0
174 stars 89 forks source link

Fix issue with need manually type value #22

Closed AkideLiu closed 4 years ago

AkideLiu commented 4 years ago

Fix issue with need manually type value for vm_privilege_password

sguyennet commented 4 years ago

Hi, This was done on purpose as it is not secure to store a plain text password in a configuration file. Regards, Simon.