refactor: skylab user ssh pub key as var
Some checks failed
Terraform Provision / Terraform Apply (push) Failing after 22s

This commit is contained in:
Ditmar Visser
2025-06-05 09:34:27 +00:00
parent 81bdd1b698
commit ce950908b6
3 changed files with 7 additions and 10 deletions

View File

@ -22,6 +22,7 @@ jobs:
TF_VAR_esxi_hostname: ${{ secrets.ESXI_HOSTNAME }}
TF_VAR_esxi_username: ${{ secrets.ESXI_USERNAME }}
TF_VAR_esxi_password: ${{ secrets.ESXI_PASSWORD }}
TF_VAR_skylab_ssh_public_key: ${{ secrets.SKYLAB_SSH_PUBLIC_KEY }}
steps:
- name: Checkout code