random_bytes
resource does not explicitly mention being "sufficiently random for cryptographic use"
#529
Labels
random_bytes
resource does not explicitly mention being "sufficiently random for cryptographic use"
#529
Terraform CLI and Provider Versions
terraform-provider-random v3.6.0
Use Cases or Problem Statement
random_bytes
documentation does not specifically mention being cryptographically random.The index-level documentation for this provider mentions:
Proposal
Upon inspection of the
random_bytes
resource, the source of bytes is coming fromcrypto/rand#Read
and should be sufficiently random for cryptographic use -- according to the index, the resource should mention that.The
random_bytes
resource being based onrandom_id
implied this, but it would be preferable that the documentation be explicit.How much impact is this issue causing?
Low
Additional Information
Resource added in #494
Code of Conduct
The text was updated successfully, but these errors were encountered: