Skip to content

Commit

Permalink
refactor(terraform): add comment (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Nov 27, 2023
1 parent 66201af commit 37207b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ jobs:
run: |
tar -cf terraform.tar .
7z a -mx=1 -p"$ENCRYPTION_PASSWORD" terraform.tar.7z terraform.tar
# When running 7-Zip, set "-mx=1" for fastest level of compression, to ensure that this step runs as fast as possible.
# Could set "-mx=0" for no compression, but that would result in a much larger file size for the created archive file.

- name: Upload artifact
id: upload
Expand Down

0 comments on commit 37207b5

Please sign in to comment.