File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
58
58
uses : https://github.com/opentofu/setup-opentofu@v1
59
59
60
60
- name : Run OpenTofu Init
61
- run : tofu init
61
+ run : tofu init -chdir=./terraform
62
62
63
63
- name : Run OpenTofu Plan
64
64
id : plan
65
- run : tofu plan -no-color
65
+ run : tofu plan -no-color -chdir=./terraform
66
66
67
67
- name : Display Plan Output
68
68
run : |
71
71
72
72
- name : Apply the Plan
73
73
if : success()
74
- run : tofu apply -auto-approve
74
+ run : tofu apply -auto-approve -chdir=./terraform
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
36
36
# VM Disk Settings
37
37
disk {
38
38
datastore_id = " local-lvm"
39
- size = 153
39
+ size = 152
40
40
interface = " scsi0"
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments