You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/builder/amazon/common
Megan Marsh 078d888dba
Merge pull request #7707 from CARFAX/master
7 years ago
..
access_config.go
access_config_test.go
ami_config.go Fixed spacing on comment 7 years ago
ami_config_test.go Enable encrypted AMIs with custom KMS Keys 7 years ago
artifact.go
artifact_test.go
block_device.go add omit_from_artifact option for ebssurragote launch_block_devices 7 years ago
block_device_test.go
build_filter.go
errors.go
errors_test.go
interpolate_build_info.go
interpolate_build_info_test.go
regions.go
run_config.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 7 years ago
run_config_test.go
ssh.go
ssh_test.go
state.go add tests for step_ami_region_copy 7 years ago
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 7 years ago
step_ami_region_copy_test.go update tests to reflect new behavior 7 years ago
step_cleanup_volumes.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_create_tags.go move retry code into the common/retry pkg and make retry context aware 7 years ago
step_deregister_ami.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_get_password.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_key_pair.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_modify_ami_attributes.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_modify_ebs_instance.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_network_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_pre_validate.go move retry code into the common/retry pkg and make retry context aware 7 years ago
step_run_source_instance.go move retry code into the common/retry pkg and make retry context aware 7 years ago
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 7 years ago
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 7 years ago
step_security_group.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_source_ami_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_source_ami_info_test.go
step_stop_ebs_instance.go move retry code into the common/retry pkg and make retry context aware 7 years ago
tags.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
template_funcs.go
template_funcs_test.go