Skip to content

Commit cea80a6

Browse files
committed
adding terraform installation
1 parent 3d41acd commit cea80a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-to-aks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
pip install tox
4040
sudo snap install juju --classic --channel=${{ env.JUJU_VERSION }}/stable
4141
sudo snap install charmcraft --classic
42+
sudo snap install terraform --channel latest/stable --classic
43+
44+
# Check versions
4245
juju version
46+
terraform --version
4347
4448
- uses: azure/login@v1
4549
with:

0 commit comments

Comments
 (0)