[windows] Change packer templates from json to hcl (#8999)

This commit is contained in:
Shamil Mubarakshin
2023-12-13 09:17:44 +01:00
committed by GitHub
parent 126c302e7a
commit ea64263b41
9 changed files with 919 additions and 735 deletions

View File

@@ -217,7 +217,7 @@ Where:
- `InstallPassword` - password for the user used to install software (Windows only);
- `Location` - location where resources will be created (e.g., "East US");
- `ImageName` and `ImageResourceGroupName` - name of the resource group where the managed image will be stored;
- `TemplatePath` - path to the Packer template file (e.g., "images/windows/templates/windows-2022.json").
- `TemplatePath` - path to the Packer template file (e.g., "images/windows/templates/windows-2022.pkr.hcl").
### Required variables