Skip to content

Commit 21a912d

Browse files
authored
changed terraform version in action.yml
1 parent 12c1a95 commit 21a912d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module-preview-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
shell: bash
3535
run: |
3636
sudo apt-get install -y python3 python3-pip curl unzip jq git
37-
curl -fsSL https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_linux_amd64.zip -o terraform.zip
37+
curl -fsSL https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_linux_amd64.zip -o terraform.zip
3838
unzip terraform.zip && mv terraform /usr/local/bin/ && rm terraform.zip
3939
pip install checkov
4040

0 commit comments

Comments
 (0)