Skip to content

Commit afdb82c

Browse files
EXO-5: [FIX] main.tf
Missing attribute value, however no error was returned. Preventing the panic from this situation.
1 parent 0fdb6bc commit afdb82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tls/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ resource "tls_private_key" "default" {
44
}
55

66
resource "tls_self_signed_cert" "default" {
7+
key_algorithm = tls_private_key.default.algorithm
78
private_key_pem = tls_private_key.default.private_key_pem
89

910
subject {

0 commit comments

Comments
 (0)