packer-cn/builder/amazon/common
Adrien Delorme 221e72e9c3 builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types
because they make hcl2/cty decoding panic
2019-10-15 12:56:41 +02:00
..
access_config.go make sure all documentation fields are there 2019-08-26 17:16:54 +02:00
access_config_test.go make ValidateRegion a member of *AccessConfig and make it variadic 2018-10-24 11:26:53 +02:00
ami_config.go update docs 2019-09-27 09:51:18 -07:00
ami_config_test.go use trilean initializers in test where missing 2019-08-23 11:17:45 +02:00
artifact.go remove unused imports 2019-03-04 16:42:33 -08:00
artifact_test.go Natural order of AMI artifacts 2017-08-24 20:57:12 +02:00
block_device.go update docs to show a use case for block device mappings 2019-09-25 16:48:04 -07:00
block_device_test.go fix test 2019-09-20 15:28:43 +02:00
build_filter.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 2019-10-15 12:56:41 +02:00
errors.go use a UI wrapper to auto-decode error messages 2018-09-11 16:05:43 -07:00
errors_test.go use a UI wrapper to auto-decode error messages 2018-09-11 16:05:43 -07:00
interpolate_build_info.go Expose more source ami data in the template 2018-03-30 10:47:11 +02:00
interpolate_build_info_test.go Add interpolate_build_info_test tests 2018-03-30 16:46:35 +02:00
regions.go aws: document ValidateRegion better 2019-02-27 11:17:08 +01:00
run_config.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 2019-10-15 12:56:41 +02:00
run_config_test.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 2019-10-15 12:56:41 +02:00
ssh.go make sure amazon builders respect ssh_host option 2019-09-26 12:30:04 -07:00
ssh_test.go updates tests to validate that ssh_host value supplied in the template overrides all else 2019-09-27 09:19:23 -07:00
state.go Fixed various typos 2019-07-25 06:49:51 +02:00
state_test.go refactored env var code and tests so that I don't have to set env vars during tests to check logic 2018-07-11 10:36:21 -07:00
step_ami_region_copy.go use trilean initializers in test where missing 2019-08-23 11:17:45 +02:00
step_ami_region_copy_test.go use trilean initializers in test where missing 2019-08-23 11:17:45 +02:00
step_cleanup_volumes.go simplify block devices utilisation by removing intermediary types 2019-06-18 12:37:47 +02:00
step_create_tags.go aws: step_create_tags make the max waiting time 30s and not 30ns 2019-06-11 12:37:52 +02:00
step_deregister_ami.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_get_password.go adding ctx makes the cancel channel redundant 2019-09-13 14:32:13 -07:00
step_key_pair.go refactor: replace the maxBackoff from 30 nanosecond to 30 seconds 2019-06-11 16:01:03 +05:30
step_modify_ami_attributes.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_modify_ebs_instance.go convert EnableAMIENASupport to trilean in code 2019-08-22 13:18:22 -07:00
step_modify_ebs_instance_test.go convert EnableAMIENASupport to trilean in code 2019-08-22 13:18:22 -07:00
step_network_info.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 2019-10-15 12:56:41 +02:00
step_pre_validate.go add prevalidating AMI name retries so the build doesn't fail when throttled 2019-08-27 18:00:08 -07:00
step_run_source_instance.go step_run_source_instance.go: make sure we use the right ShouldRetry error 2019-09-27 12:57:55 +02:00
step_run_spot_instance.go don't abort on a single error if another availability zone was able to create the instance 2019-10-02 14:17:00 -07:00
step_run_spot_instance_test.go Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config 2019-08-21 16:44:23 +02:00
step_security_group.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 2019-10-15 12:56:41 +02:00
step_source_ami_info.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 2019-10-15 12:56:41 +02:00
step_source_ami_info_test.go change Builder to be passed a context for cancellation 2019-04-03 15:55:55 +02:00
step_stop_ebs_instance.go move retry code into the common/retry pkg and make retry context aware 2019-04-09 17:46:38 +02:00
tags.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
template_funcs.go fix template imports 2019-10-14 13:22:06 -07:00
template_funcs_test.go Fix not allowed comma, add all allowed special characters 2015-10-19 13:41:30 +03:00