Update .gitea/workflows/proxmox-tf.yaml
This commit is contained in:
parent
a6e734873d
commit
c854b97367
@ -11,4 +11,16 @@ jobs:
|
||||
- name: Set up Terraform
|
||||
uses: hashicorp/setup-terraform@v1
|
||||
with:
|
||||
terraform_version: 1.0.0
|
||||
terraform_version: 1.0.0
|
||||
|
||||
- name: Terraform Init
|
||||
run: terraform init
|
||||
|
||||
- name: Terraform Apply
|
||||
run: terraform apply -auto-approve
|
||||
|
||||
- name: Install Proxmox CLI
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y jq curl
|
||||
curl -L https://github.com/Telmate/proxmox-api-go/releases/download/v1.0.0/proxmox-api-go_1.0.0_linux_amd64.tar.gz | tar xz -C /usr/local/bin
|
Loading…
x
Reference in New Issue
Block a user