[macos] Convert packer templates to HCL2 (#9098)

* [macos] Convert packer templates to HCL2

* Fix inline shell provisioner

* Fix folder name

* Fix bootstrap folder copy
This commit is contained in:
Shamil Mubarakshin
2024-01-05 12:29:46 +01:00
committed by GitHub
parent 9da2ec6b06
commit 4960fde8f7
9 changed files with 615 additions and 535 deletions
+1 -2
View File
@@ -21,7 +21,6 @@ Log into the Azure Portal. Find that resource group under `Resource groups`. Y
## Step 3: Connect to the VM
Select the VM in the resource group. Click `Connect:`
This will download an RDP file. Open that and enter the credentials found in the JSON file you pass to `packer build`:
This will download an RDP file. Open that and enter the credentials found in the HCL2 file you pass to `packer build`:
![VM credentials screenshot](/docs/resources/vmCredentials.png "VM credentials screenshot")