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,9 +25,7 @@ jobs:
- name: Setup OpenTofu - name: Setup OpenTofu
uses: https://github.com/opentofu/setup-opentofu@v1 uses: https://github.com/opentofu/setup-opentofu@v1
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- name: Run OpenTofu Init - name: Run OpenTofu Init
working-directory: ./terraform working-directory: ./terraform
run: tofu init run: tofu init

View file

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