We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdb82c commit 6af04f8Copy full SHA for 6af04f8
tls/main.tf
@@ -4,7 +4,6 @@ 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