We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450f2b9 commit 63aad3eCopy full SHA for 63aad3e
.forgejo/workflows/tofu.yml
@@ -40,6 +40,7 @@ jobs:
40
41
- name: Write secrets to secrets.tfvars
42
run: |
43
+ rm -f ./terraform/secrets.tfvars
44
echo "arrbuntu_ip_address = \"${{ steps.bitwarden-secrets.outputs.arrbuntu_ip_address }}\"" >> ./terraform/secrets.tfvars
45
echo "downloaders_ip_address = \"${{ steps.bitwarden-secrets.outputs.downloaders_ip_address }}\"" >> ./terraform/secrets.tfvars
46
echo "init_password = \"${{ steps.bitwarden-secrets.outputs.init_password }}\"" >> ./terraform/secrets.tfvars
terraform/kasm.tf
@@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
36
# VM Disk Settings
37
disk {
38
datastore_id = "local-lvm"
39
- size = 152
+ size = 151
interface = "scsi0"
}
0 commit comments