terraform-google-vpn
terraform-google-vpn copied to clipboard
use random_password instead of random_id for secrets
- random_id byte_length = 8 (integers) contains 26.6 bits of entropy. base64url 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.
I can't see what failed the vpn-integration-test and I'm not in a position to run it locally myself. If it's being racy with the random_password.count then I'll yank that.
Hi @mikecook, a rebase should hopefully fix the test failure. Cheers!
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