Greenstand / treetracker-infrastructure

Our cloud infrastructure.
GNU General Public License v2.0
20 stars 26 forks source link

Terraform: save password to version control rather than to digitalocean space. #200

Open dadiorchen opened 1 year ago

dadiorchen commented 1 year ago

Currently we randomly genetate the password by terraform and store into state, if we break the state file, then we need to reset all database user password, it is dangerous for us, we need to find a way to store the password with the deploy manifest and store into Github, which means we need to make it public, so some vault process might be needed.