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

This commit is contained in:
Matt Reeves 2024-10-12 22:55:38 -04:00
parent 0e893d6240
commit 72d6bc6844
2 changed files with 2 additions and 4 deletions

View file

@ -25,8 +25,6 @@ jobs:
- name: Setup OpenTofu
uses: https://github.com/opentofu/setup-opentofu@v1
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- name: Run OpenTofu Init
working-directory: ./terraform

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"
}