Skip to content

Commit 2a0da22

Browse files
committedOct 13, 2024
testing tofu
1 parent 0503e1a commit 2a0da22

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
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest
10+
runs-on: docker
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4

‎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 = 150
4040
interface = "scsi0"
4141
}
4242

0 commit comments

Comments
 (0)
Please sign in to comment.