Skip to content

Commit

Permalink
Add SHA256 to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Apr 22, 2024
1 parent 5611211 commit b128531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/resources/password.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ output "bcrypt_hash" {
value = htpasswd_password.hash.bcrypt
}
output "sha256_hash" {
value = htpasswd_password.hash.sha256
}
output "sha512_hash" {
value = htpasswd_password.hash.sha512
}
Expand All @@ -58,4 +62,5 @@ In addition to all arguments above, the following attributes are exported:

* `apr1` - (Computed) The apr1 hash of the password
* `bcrypt` - (Computed) the bcrypt hash of the password
* `sha256` - (Computed) the SHA-256 hash of the password
* `sha512` - (Computed) the SHA-512 hash of the password

0 comments on commit b128531

Please sign in to comment.