packer/examples/hcl/linux
Kerim Satirli bc6f1e36e6
Fixes typos in docs (#11322)
* fixes typos in base docs

* fixes typos in example code

* fixes typos in website docs

* fixes link to Terraform provider

* fixes typo in function name
2021-10-11 10:19:49 +02:00
..
etc almost working 2020-07-20 11:00:21 +02:00
build.alpine.pkr.hcl Fixes typos in docs (#11322) 2021-10-11 10:19:49 +02:00
build.ubuntu.pkr.hcl Fixes typos in docs (#11322) 2021-10-11 10:19:49 +02:00
README.md move "ubuntu" examples to "linux" 2020-07-20 11:00:16 +02:00
source.esxi-vmware-iso.pkr.hcl add alpine esxi example 2020-07-20 11:00:21 +02:00
source.parallels-iso.pkr.hcl Add http_content func to serve variables from HTTP @ preseed (#10801) 2021-03-23 12:31:13 +01:00
source.qemu.pkr.hcl move "ubuntu" examples to "linux" 2020-07-20 11:00:16 +02:00
source.virtualbox-iso.pkr.hcl Add http_content func to serve variables from HTTP @ preseed (#10801) 2021-03-23 12:31:13 +01:00
source.vmware-iso.pkr.hcl move "ubuntu" examples to "linux" 2020-07-20 11:00:16 +02:00
source.vmware-vmx.pkr.hcl Add vmware vmx example 2020-10-21 15:55:54 +02:00
source.vsphere-iso.pkr.hcl almost working 2020-07-20 11:00:21 +02:00
variables.16.04.pkr.hcl Add vmware vmx example 2020-10-21 15:55:54 +02:00
variables.18.04.pkr.hcl Add http_content func to serve variables from HTTP @ preseed (#10801) 2021-03-23 12:31:13 +01:00
variables.alpine.pkr.hcl better timing 2020-07-20 11:00:21 +02:00
variables.common.pkr.hcl Add http_content func to serve variables from HTTP @ preseed (#10801) 2021-03-23 12:31:13 +01:00

Basic HCL2 Ubuntu builders

Taking the chef/bento repo as an example.

I recommend you start by reading the build.pkr.hcl file and the comments/description there.