Skip to content

Commit ec41d22

Browse files
committedOct 13, 2024
test
1 parent f37830c commit ec41d22

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.forgejo/workflows/tofu.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
virtual_environment_api: ${{ steps.bitwarden-secrets.outputs.virtual_environment_api }}
5757
virtual_environment_endpoint: ${{ steps.bitwarden-secrets.outputs.virtual_environment_endpoint }}
5858
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 }}
5961
run: |
6062
echo "Environment variables are set"
6163

‎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 = 152
39+
size = 151
4040
interface = "scsi0"
4141
}
4242

0 commit comments

Comments
 (0)
Please sign in to comment.