terraform plan
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Has been cancelled

This commit is contained in:
MichaelFisher1997 2025-04-17 03:04:14 +01:00
parent 1f24092432
commit 8f07732121

View File

@ -26,20 +26,24 @@ jobs:
echo 'proxmox_password = "${{ secrets.PROXMOX_PASSWORD }}"' >> terraform.tfvars
- name: Terraform Init
working-directory: terraform
run: terraform init
- name: Terraform Format Check
working-directory: terraform
run: terraform fmt -check -recursive
- name: Terraform Validate
working-directory: terraform
run: terraform validate
- name: Terraform Plan
working-directory: terraform
run: terraform plan -out=tfplan
- name: Upload Terraform Plan
uses: actions/upload-artifact@v3
with:
name: terraform-plan
path: tfplan
path: terraform/tfplan