Skip to content

Commit 1fb29e0

Browse files
committed
testing terraform setup
1 parent 911f82c commit 1fb29e0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,8 @@ jobs:
4343
echo "staging" > .workspace
4444
fi
4545
46-
- name: Install Dependencies
46+
- name: Install Terraform
4747
run: |
48-
sudo apt-get update -y
49-
sudo apt-get install -y gnupg software-properties-common curl
50-
51-
- name: Install Terraform
52-
run: |
5348
if terraform -version &>/dev/null; then
5449
echo "Terraform is already installed."
5550
terraform -version

0 commit comments

Comments
 (0)