This commit is contained in:
parent
0e893d6240
commit
72d6bc6844
2 changed files with 2 additions and 4 deletions
|
@ -25,9 +25,7 @@ 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
|
||||
run: tofu init
|
||||
|
|
|
@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
|
|||
# VM Disk Settings
|
||||
disk {
|
||||
datastore_id = "local-lvm"
|
||||
size = 151
|
||||
size = 152
|
||||
interface = "scsi0"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue