Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Sep 27, 2023
1 parent eefd0b3 commit ace28b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/key.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "random_password" "example" {}
resource "pbkdf2_key" "example" {
password = random_password.example.result
# Output for https://github.com/change-engine/pbkdf-subtle
format = "v1{{printf \"%06x\" .Iterations}}{{printf \"%s\" .Key}}"
format = "v01{{bin 3 .Iterations}}{{printf \"%s\" .Key}}"
}
```

Expand Down

0 comments on commit ace28b0

Please sign in to comment.