Skip to content

Commit

Permalink
Tflint for self-signed-certificate module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 30, 2024
1 parent 0ae95a9 commit 703e6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/self-signed-certificate/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ data "external" "this_p8" {
program = ["bash", "${path.module}/data-sources/p8.sh"]

query = {
private_key_pem = "${tls_private_key.this.private_key_pem}"
private_key_pem = tls_private_key.this.private_key_pem
}
}

0 comments on commit 703e6e3

Please sign in to comment.