Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chilicat committed Nov 28, 2023
1 parent b5370eb commit 6e80b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/from_pem.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "local_file" "result" {
* `private_key_pem` - (Required) The private key in PEM format
* `private_key_pass` - (Optional) Password to decrypt private key
* `ca_pem` - (Optional) The CA (chain) in PEM format
* `encoding` - (Optional) Defines keystore encoding. Default modern2023. Supported: modern (latest modern implementation, currently 2023), legacyDES, legacyRC2
* `encoding` - (Optional) Defines keystore encoding. Default `modern2023`. Supported: `modern` (latest modern implementation, currently 2023), `modern2023`, `legacyDES` and `legacyRC2`

## Attribute Reference

Expand Down

0 comments on commit 6e80b1b

Please sign in to comment.