diff --git a/.gitea/workflows/proxmox-tf.yaml b/.gitea/workflows/proxmox-tf.yaml index 52dca7f..425729d 100644 --- a/.gitea/workflows/proxmox-tf.yaml +++ b/.gitea/workflows/proxmox-tf.yaml @@ -6,4 +6,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 \ No newline at end of file + uses: actions/checkout@v4 + + - name: Set up Terraform + uses: hashicorp/setup-terraform@v1 + with: + terraform_version: 1.0.0 \ No newline at end of file