This commit is contained in:
parent
a75699103e
commit
59c9e261a5
1 changed files with 7 additions and 0 deletions
|
|
@ -43,3 +43,10 @@ jobs:
|
||||||
TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }}
|
TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }}
|
||||||
working-directory: pve01.wheatley.in/k8s-wheatley
|
working-directory: pve01.wheatley.in/k8s-wheatley
|
||||||
run: tofu plan -out=tfplan
|
run: tofu plan -out=tfplan
|
||||||
|
|
||||||
|
- name: Tofu Apply
|
||||||
|
env:
|
||||||
|
TF_VAR_proxmox_endpoint: ${{ secrets.PROXMOX_ENDPOINT }}
|
||||||
|
TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }}
|
||||||
|
working-directory: pve01.wheatley.in/k8s-wheatley
|
||||||
|
run: tofu apply -auto-approve tfplan
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue