Skip to content

Commit 41bec8b

Browse files
committedOct 13, 2024
test
1 parent ec41d22 commit 41bec8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.forgejo/workflows/tofu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Run OpenTofu Init
7777
working-directory: ./terraform
78-
run: tofu init -var-file=secrets.tfvars
78+
run: tofu init
7979

8080
- name: Run OpenTofu Plan
8181
id: plan

‎terraform/kasm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
3636
# VM Disk Settings
3737
disk {
3838
datastore_id = "local-lvm"
39-
size = 151
39+
size = 152
4040
interface = "scsi0"
4141
}
4242

0 commit comments

Comments
 (0)
Please sign in to comment.