Fix use of random_string
in RDS module.
#89
Labels
Cloud Enablement
Issues related to DevOps or security that need specialized attention from DevSecOps personnel
Our RDS module uses
random_string
to generate password strings. This is dangerous, as Terraform does not treat the output of this resource as sensitive.We should use
random_password
, instead.The text was updated successfully, but these errors were encountered: