Skip to content

Commit

Permalink
Fixed dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mthorley committed Jan 26, 2020
1 parent 7735318 commit cca5d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inspec-exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

/opt/terraform plan -out tf.out
/opt/terraform show -json tf.out > tf.json
mv tf.json pac/files
mkdir pac/files
mv tf.json pac/files/tf.json
inspec exec pac

0 comments on commit cca5d8e

Please sign in to comment.