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.
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.