Skip to content

Commit 72d6bc6

Browse files
committedOct 13, 2024
test
1 parent 0e893d6 commit 72d6bc6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎.forgejo/workflows/tofu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
2626
- name: Setup OpenTofu
2727
uses: https://github.com/opentofu/setup-opentofu@v1
28-
with:
29-
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
30-
28+
3129
- name: Run OpenTofu Init
3230
working-directory: ./terraform
3331
run: tofu init

‎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.