Skip to content

Commit 450f2b9

Browse files
committedOct 13, 2024
test
1 parent d3c9588 commit 450f2b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.forgejo/workflows/tofu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Run OpenTofu Init
7272
working-directory: ./terraform
73-
run: tofu init
73+
run: tofu init -var-file=secrets.tfvars
7474

7575
- name: Run OpenTofu Plan
7676
id: plan

‎terraform/kasm.tf

+1-1
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.