terraform-google-container-vm
terraform-google-container-vm copied to clipboard
use random_password instead of random_id for secrets
- random_id byte_length = 8 (integers) contains 26.6 bits of entropy. base64 encoding does not change that entropy. Instead use random_password length = 32 restricted to (upper, lower, int) which contains 190.5 bits of entropy.
- Restrict random_password to special = false to prevent issues with allowed characters.
Thanks for the PR! 🚀
✅ Lint checks have passed.
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Would someone review this please?
@morgante ?
/gcbrun
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days