We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13969db + 5b4e263 commit 912d382Copy full SHA for 912d382
.github/actions/brew_and_gittoken/action.yaml
@@ -28,8 +28,8 @@ runs:
28
run: |
29
mkdir -p tmp
30
cd tmp
31
- wget https://releases.hashicorp.com/terraform/1.9.8/terraform_1.9.8_linux_amd64.zip
32
- unzip -o terraform_1.9.8_linux_amd64.zip
+ wget https://releases.hashicorp.com/terraform/1.12.2/terraform_1.12.2_linux_amd64.zip
+ unzip -o terraform_1.12.2_linux_amd64.zip
33
chmod +x terraform
34
mv terraform /usr/local/bin
35
shell: bash
@@ -38,4 +38,4 @@ runs:
38
terragrunt -v
39
terraform --version
40
41
-
+
0 commit comments