We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911f82c commit 1fb29e0Copy full SHA for 1fb29e0
.github/workflows/terraform.yml
@@ -43,13 +43,8 @@ jobs:
43
echo "staging" > .workspace
44
fi
45
46
- - name: Install Dependencies
+ - name: Install Terraform
47
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: |
53
if terraform -version &>/dev/null; then
54
echo "Terraform is already installed."
55
terraform -version
0 commit comments