kostaleonard / populare-iac

Populare infrastructure as code.
MIT License
2 stars 0 forks source link

Generate RDS password randomly at apply time #26

Closed kostaleonard closed 2 years ago

kostaleonard commented 2 years ago

Terraform supplies resources like random_password to increase security. We can use this resource to eliminate an input variable and decrease the chance of compromise.