test
Some checks failed
OpenTofu Automation / deploy (push) Failing after 8s

This commit is contained in:
Matt Reeves 2024-10-12 23:24:34 -04:00
parent d3c9588ab9
commit 450f2b929a
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ jobs:
- name: Run OpenTofu Init
working-directory: ./terraform
run: tofu init
run: tofu init -var-file=secrets.tfvars
- name: Run OpenTofu Plan
id: plan

View file

@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
# VM Disk Settings
disk {
datastore_id = "local-lvm"
size = 151
size = 152
interface = "scsi0"
}