Skip to content

Commit

Permalink
docs: Remove read only parameter key_algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
torvitas authored and sestegra committed Sep 1, 2023
1 parent a9bb675 commit 258da35
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 258da35

Please sign in to comment.