Skip to content

Commit

Permalink
Merge pull request #3 from reyerstudio/pr-340
Browse files Browse the repository at this point in the history
docs: Remove read only parameter key_algorithm
  • Loading branch information
sestegra authored Sep 1, 2023
2 parents a9bb675 + 258da35 commit 17e3451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ resource "tls_private_key" "example" {
}
resource "tls_self_signed_cert" "example" {
key_algorithm = tls_private_key.example.algorithm
private_key_pem = tls_private_key.example.private_key_pem
# Certificate expires after 12 hours.
Expand Down

0 comments on commit 17e3451

Please sign in to comment.