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 2f517bd commit d49401e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/vm-creation-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
build-terraform-file:
runs-on: ghr-proxmox-vm-sthings-cicd
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand All @@ -49,7 +51,7 @@ jobs:
runs-on: ghr-proxmox-vm-sthings-cicd
steps:
- name: Checkout code
uses: actions/[email protected]
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -90,7 +92,8 @@ jobs:
runs-on: ghr-proxmox-vm-sthings-cicd
steps:
- name: Checkout code
uses: actions/[email protected]
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit d49401e

Please sign in to comment.