We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37830c commit ec41d22Copy full SHA for ec41d22
.forgejo/workflows/tofu.yml
@@ -56,6 +56,8 @@ jobs:
56
virtual_environment_api: ${{ steps.bitwarden-secrets.outputs.virtual_environment_api }}
57
virtual_environment_endpoint: ${{ steps.bitwarden-secrets.outputs.virtual_environment_endpoint }}
58
vlan_gateway: ${{ steps.bitwarden-secrets.outputs.vlan_gateway }}
59
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
60
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
61
run: |
62
echo "Environment variables are set"
63
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
40
interface = "scsi0"
41
}
42
0 commit comments