ibm-cloud-architecture / terraform-icp-vmware

Terraform recipe to deploy IBM Cloud Private on VMware
10 stars 15 forks source link

Clean up user credentials to enforce being provided via ENV_VARS #17

Open osowski opened 5 years ago

osowski commented 5 years ago

VSPHERE_USER and VSPHERE_PASSWORD should be provided via environment variables and not in the terraform.tfvars. This will promote best practices and enable us to script this more easily in the future. This change affects instances.tf, variables.tf, and documentation.