File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 47
47
echo "aws_access_key_id=${{ secrets.AWS_ACCESS_KEY_ID }}" >> ~/.aws/credentials
48
48
echo "aws_secret_access_key=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ~/.aws/credentials
49
49
50
+ - name : Set Environment Variables
51
+ run : echo "AWS_EC2_METADATA_DISABLED=true" >> $GITHUB_ENV
52
+
50
53
51
54
- name : Setup OpenTofu
52
55
uses : https://github.com/opentofu/setup-opentofu@v1.0.4
70
73
-var "ubu_ip_address=${{ steps.bitwarden-secrets.outputs.ubu_ip_address }}" \
71
74
-var "virtual_environment_api=${{ steps.bitwarden-secrets.outputs.virtual_environment_api }}" \
72
75
-var "virtual_environment_endpoint=${{ steps.bitwarden-secrets.outputs.virtual_environment_endpoint }}" \
73
- -var "vlan_gateway=${{ steps.bitwarden-secrets.outputs.vlan_gateway }}" \
74
- -var "AWS_EC2_METADATA_DISABLED=true"
76
+ -var "vlan_gateway=${{ steps.bitwarden-secrets.outputs.vlan_gateway }}"
75
77
76
78
77
79
- name : Run OpenTofu Plan
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
36
36
# VM Disk Settings
37
37
disk {
38
38
datastore_id = " local-lvm"
39
- size = 152
39
+ size = 151
40
40
interface = " scsi0"
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments