We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdb6bc commit afdb82cCopy full SHA for afdb82c
tls/main.tf
@@ -4,6 +4,7 @@ resource "tls_private_key" "default" {
4
}
5
6
resource "tls_self_signed_cert" "default" {
7
+ key_algorithm = tls_private_key.default.algorithm
8
private_key_pem = tls_private_key.default.private_key_pem
9
10
subject {
0 commit comments