Skip to content

Commit 5e68add

Browse files
committedOct 13, 2024
test
1 parent 35db934 commit 5e68add

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.forgejo/workflows/tofu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
echo "${secret} = \"${{ steps.bitwarden-secrets.outputs[secret] }}\"" >> ./terraform/terraform.tfvars
4646
done
4747
48+
- name: Create AWS Credentials Directory
49+
run: mkdir -p ~/.aws
50+
4851
- name: Set AWS Credentials
4952
run: |
5053
echo "[default]" > ~/.aws/credentials

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