feat: provision vm's
Some checks failed
Provision & Configure / Terraform Apply (push) Has been cancelled

This commit is contained in:
Ditmar Visser
2025-06-05 19:54:17 +00:00
parent 04d40be424
commit 153dbd26b5
10 changed files with 458 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#cloud-config
local-hostname: ${hostname}
users:
- name: testuser
ssh-authorized-keys:
- ${azure_ssh_public_key}
shell: /bin/bash