testing tofu
Some checks failed
OpenTofu Automation / deploy (push) Failing after 46s

This commit is contained in:
Matt Reeves 2024-10-12 21:11:41 -04:00
parent 0503e1ab27
commit 2a0da22b48
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout code
uses: actions/checkout@v4

View file

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