Skip to content

Commit 4692330

Browse files
committedOct 13, 2024
test
1 parent 59d6a0c commit 4692330

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎.forgejo/workflows/tofu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
echo "aws_access_key_id=${{ secrets.AWS_ACCESS_KEY_ID }}" >> ~/.aws/credentials
4848
echo "aws_secret_access_key=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ~/.aws/credentials
4949
50+
5051
- name: Setup OpenTofu
51-
uses: https://github.com/opentofu/setup-opentofu@v1
52+
uses: https://github.com/opentofu/setup-opentofu@v1.0.4
5253

5354
- name: Run OpenTofu Init
5455
working-directory: ./terraform
@@ -69,7 +70,8 @@ jobs:
6970
-var "ubu_ip_address=${{ steps.bitwarden-secrets.outputs.ubu_ip_address }}" \
7071
-var "virtual_environment_api=${{ steps.bitwarden-secrets.outputs.virtual_environment_api }}" \
7172
-var "virtual_environment_endpoint=${{ steps.bitwarden-secrets.outputs.virtual_environment_endpoint }}" \
72-
-var "vlan_gateway=${{ steps.bitwarden-secrets.outputs.vlan_gateway }}"
73+
-var "vlan_gateway=${{ steps.bitwarden-secrets.outputs.vlan_gateway }}" \
74+
-var "AWS_EC2_METADATA_DISABLED=true"
7375
7476
7577
- name: Run OpenTofu Plan

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