Skip to content

Commit be48c5d

Browse files
committed
added terraform installation lines
1 parent 4138e4a commit be48c5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ jobs:
6767
- name: Install dependencies
6868
run: |
6969
sudo apt update
70-
sudo apt install -y unzip curl terraform
70+
sudo apt install -y unzip curl
71+
72+
- name: Setup Terraform
73+
uses: hashicorp/setup-terraform@v2
74+
with:
75+
terraform_version: 1.6.6
7176

7277
# Setup SSH Private Key
7378
- name: Setup SSH Private Key

0 commit comments

Comments
 (0)