packer-cn/builder/amazon/common
Adrien Delorme e6cbb013ba add // go:generate struct-markdown to all previously edited files 2019-06-05 16:42:18 +02:00
..
access_config.go add // go:generate struct-markdown to all previously edited files 2019-06-05 16:42:18 +02:00
access_config_test.go
ami_config.go add // go:generate struct-markdown to all previously edited files 2019-06-05 16:42:18 +02:00
ami_config_test.go Enable encrypted AMIs with custom KMS Keys 2019-05-30 17:16:36 -05:00
artifact.go remove unused imports 2019-03-04 16:42:33 -08:00
artifact_test.go
block_device.go add // go:generate struct-markdown to all previously edited files 2019-06-05 16:42:18 +02:00
block_device_test.go aws: allow to pass nil bool as encryption parameter 2019-02-27 11:17:56 +01:00
build_filter.go
errors.go
errors_test.go
interpolate_build_info.go
interpolate_build_info_test.go
regions.go aws: document ValidateRegion better 2019-02-27 11:17:08 +01:00
run_config.go add // go:generate struct-markdown to all previously edited files 2019-06-05 16:42:18 +02:00
run_config_test.go
ssh.go
ssh_test.go
state.go add tests for step_ami_region_copy 2019-05-03 14:47:09 -07:00
state_test.go
step_ami_region_copy.go the build ami is made with an intermediary name, which means that we can't skip copying even from the original build region when unencrypted 2019-05-24 15:08:20 -07:00
step_ami_region_copy_test.go update tests to reflect new behavior 2019-05-30 16:17:23 -05:00
step_cleanup_volumes.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_create_tags.go test for length of ami tags before tagging 2019-06-03 19:14:06 -07: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 rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_key_pair.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_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 rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_network_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_pre_validate.go move retry code into the common/retry pkg and make retry context aware 2019-04-09 17:46:38 +02:00
step_run_source_instance.go move retry code into the common/retry pkg and make retry context aware 2019-04-09 17:46:38 +02:00
step_run_spot_instance.go refactoring step_run_spot_instance and swapping out the calls to create a spot instance with a call to create a spot fleet of one, so that we can be more flexible with the instance type when desired 2019-05-24 09:32:54 -07:00
step_run_spot_instance_test.go refactoring step_run_spot_instance and swapping out the calls to create a spot instance with a call to create a spot fleet of one, so that we can be more flexible with the instance type when desired 2019-05-24 09:32:54 -07:00
step_security_group.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_source_ami_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +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 introduce the clean_resource_name to clean image names and deprecate the old ones 2019-04-03 11:25:51 +02:00
template_funcs_test.go