Skip to content

Commit

Permalink
Remove mkdir call.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobnosal committed May 5, 2022
1 parent 91e59bd commit 7cd5a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ resource "null_resource" "trusted_root_certificate" {

provisioner "local-exec" {
command = <<EOF
mkdir ./keys/csrs
openssl req -new -sha256 -key ./keys/cert_private_key.key \
-out ./keys/csrs/${var.dns_name}.csr \
-subj "/C=US/ST=NE/L=Omaha/O=Ocelot Consulting/OU=Cloud Engineering/CN=${var.dns_name}"
Expand Down

0 comments on commit 7cd5a3e

Please sign in to comment.