We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e893d6 commit 72d6bc6Copy full SHA for 72d6bc6
.forgejo/workflows/tofu.yml
@@ -25,9 +25,7 @@ jobs:
25
26
- name: Setup OpenTofu
27
uses: https://github.com/opentofu/setup-opentofu@v1
28
- with:
29
- cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
30
-
+
31
- name: Run OpenTofu Init
32
working-directory: ./terraform
33
run: tofu init
terraform/kasm.tf
@@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
36
# VM Disk Settings
37
disk {
38
datastore_id = "local-lvm"
39
- size = 151
+ size = 152
40
interface = "scsi0"
41
}
42
0 commit comments