Skip to content

Commit

Permalink
fix: Remove read only parameter key_algorithm hashicorp#340
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
  • Loading branch information
sestegra committed Sep 2, 2023
1 parent 52b497a commit 9c194ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 9c194ce

Please sign in to comment.