packer-cn/builder/azure/chroot
Adrien Delorme 840e67f775
HCL2: when we see a map generate an attribute spec instead of a block spec (#9035)
* mapstructure-to-hcl2: when we see a map generate an attribute spec and not a block spec

this will alow to do

tags = {
 key = "value"
}

instead of

tags {
  key = "value"
}

This will also enable using variables directly for those tags

* generate code

* update tests
2020-04-14 16:05:13 +02:00
..
builder.go Fix artifact output 2020-04-09 20:54:50 +00:00
builder.hcl2spec.go HCL2: when we see a map generate an attribute spec instead of a block spec (#9035) 2020-04-14 16:05:13 +02:00
builder_test.go [azure/chroot] Add shared image output 2020-04-07 22:49:24 +00:00
const.go Add more tests 2020-04-08 21:05:26 +00:00
diskattacher.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
diskattacher_test.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
metadatastub_test.go Stub metadata service for builder tests 2020-04-07 22:49:21 +00:00
packerui_test.go Extract testUI func 2020-04-07 22:49:20 +00:00
shared_image_gallery_destination.go generated & docs 2020-04-07 23:05:09 +00:00
shared_image_gallery_destination.hcl2spec.go generated & docs 2020-04-07 23:05:09 +00:00
shared_image_gallery_destination_test.go Add more tests 2020-04-08 21:05:26 +00:00
step_attach_disk.go Use const for statebag key 2020-04-07 22:49:24 +00:00
step_attach_disk_test.go Use const for statebag key 2020-04-07 22:49:24 +00:00
step_create_image.go Use const for statebag key 2020-04-07 22:49:24 +00:00
step_create_new_disk.go Default polling delay 5 sec 2020-04-09 20:37:23 +00:00
step_create_new_disk_test.go Add more tests 2020-04-08 21:05:26 +00:00
step_create_shared_image_version.go [azure/chroot] Add shared image output 2020-04-07 22:49:24 +00:00
step_create_shared_image_version_test.go Add more tests 2020-04-08 21:05:26 +00:00
step_create_snapshot.go Default polling delay 5 sec 2020-04-09 20:37:23 +00:00
step_create_snapshot_test.go Add more tests 2020-04-08 21:05:26 +00:00
step_mount_device.go Move CommandWrapper & ShellCommand to common 2019-10-24 04:06:29 +00:00
step_resolve_plaform_image_version.go Move PIR :latest resolution to step 2020-04-07 22:49:21 +00:00
step_resolve_plaform_image_version_test.go Remove lint 2020-04-07 23:09:42 +00:00
step_verify_shared_image_destination.go Fix error message grammar 2020-04-09 20:55:10 +00:00
step_verify_shared_image_destination_test.go Fix error message grammar 2020-04-09 20:55:10 +00:00
step_verify_source_disk.go Use subscription id from client set 2020-04-07 22:49:24 +00:00
step_verify_source_disk_test.go Use subscription id from client set 2020-04-07 22:49:24 +00:00
template_funcs.go Add 'vm' template function 2019-10-15 21:14:20 +00:00