feat: provision vm's
Some checks failed
Provision & Configure / Terraform Apply (push) Has been cancelled
Some checks failed
Provision & Configure / Terraform Apply (push) Has been cancelled
This commit is contained in:
8
terraform/cloudinit-azure.yaml
Normal file
8
terraform/cloudinit-azure.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
#cloud-config
|
||||
local-hostname: ${hostname}
|
||||
|
||||
users:
|
||||
- name: testuser
|
||||
ssh-authorized-keys:
|
||||
- ${azure_ssh_public_key}
|
||||
shell: /bin/bash
|
Reference in New Issue
Block a user