Skip to content

Commit

Permalink
Include terraform in action
Browse files Browse the repository at this point in the history
  • Loading branch information
anacalva committed Mar 21, 2024
1 parent d49401e commit 0a1a7cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/vm-creation-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
python-version: '3.10'

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.7.0"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -93,15 +91,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.7.0"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0a1a7cd

Please sign in to comment.