Hello,I very recently started using open source version of terraform and currently exploring the various modes of securing my terraform infrastructure.
I failed to find information on transfer of sensitive data in terraform files over the network.
for ex. if the endpoint is vcenter and I am using vsphere provider, are the login credentials sent in plain text to vcenter server or does terraform encrypt them ?
or say, the passwords defined to connect to a database, how is it sent to the database over the network ?
Appreciate the guidance offered on this forum.
Thank you.