This commit is contained in:
parent
4692330417
commit
7e6a43ed09
2 changed files with 5 additions and 3 deletions
|
@ -47,6 +47,9 @@ jobs:
|
|||
echo "aws_access_key_id=${{ secrets.AWS_ACCESS_KEY_ID }}" >> ~/.aws/credentials
|
||||
echo "aws_secret_access_key=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ~/.aws/credentials
|
||||
|
||||
- name: Set Environment Variables
|
||||
run: echo "AWS_EC2_METADATA_DISABLED=true" >> $GITHUB_ENV
|
||||
|
||||
|
||||
- name: Setup OpenTofu
|
||||
uses: https://github.com/opentofu/setup-opentofu@v1.0.4
|
||||
|
@ -70,8 +73,7 @@ jobs:
|
|||
-var "ubu_ip_address=${{ steps.bitwarden-secrets.outputs.ubu_ip_address }}" \
|
||||
-var "virtual_environment_api=${{ steps.bitwarden-secrets.outputs.virtual_environment_api }}" \
|
||||
-var "virtual_environment_endpoint=${{ steps.bitwarden-secrets.outputs.virtual_environment_endpoint }}" \
|
||||
-var "vlan_gateway=${{ steps.bitwarden-secrets.outputs.vlan_gateway }}" \
|
||||
-var "AWS_EC2_METADATA_DISABLED=true"
|
||||
-var "vlan_gateway=${{ steps.bitwarden-secrets.outputs.vlan_gateway }}"
|
||||
|
||||
|
||||
- name: Run OpenTofu Plan
|
||||
|
|
|
@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
|
|||
# VM Disk Settings
|
||||
disk {
|
||||
datastore_id = "local-lvm"
|
||||
size = 152
|
||||
size = 151
|
||||
interface = "scsi0"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue