packer-cn/builder/amazon/common
Adrien Delorme 4a2773f8fa remove default max retries config of 8, it will now be used from env
removing the code that wants to guess region from metadata allows us to change that setting, which can now be taken from environment.
2019-01-25 13:51:02 +01:00
..
access_config.go remove default max retries config of 8, it will now be used from env 2019-01-25 13:51:02 +01: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 Check that the KMS key ID is valid 2018-12-12 11:41:58 +00:00
ami_config_test.go Check that the KMS key ID is valid 2018-12-12 11:41:58 +00:00
artifact.go Set session in state bag 2017-12-19 11:32:33 -08:00
artifact_test.go Natural order of AMI artifacts 2017-08-24 20:57:12 +02:00
block_device.go aws: add validation for device_name parameter 2018-10-16 21:37:48 +03:00
block_device_test.go builder/amazon: Added KmsKeyID to BlockDevice 2018-01-11 20:27:38 -08:00
build_filter.go builder/amazon: Add suppport for vpc_filter and subnet_filter 2018-08-23 12:52:03 +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 fix region stuff 2019-01-16 11:02:58 -08:00
run_config.go Merge branch 'master' into aws-filters 2018-09-07 16:14:00 +02:00
run_config_test.go builder.amazon: use c.Comm for ssh 2018-08-29 14:40:33 +02:00
ssh.go Remove remaining unused ssh config funcs and add missing calls (#6622) 2018-08-24 16:00:40 +02:00
ssh_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
state.go Move logging about aws waiters to the access config prepare() so that it's only spit out once per builder. 2018-12-06 14:37:31 -08: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 move UI call to before the wait; add context to these steps 2018-07-11 10:36:21 -07:00
step_cleanup_volumes.go amazon-ebssurrogate clean up volumes 2018-07-26 09:38:59 +03:00
step_create_tags.go Expose more source ami data in the template 2018-03-30 10:47:11 +02:00
step_deregister_ami.go update changelog 2018-04-05 16:32:03 -07:00
step_encrypted_ami.go move UI call to before the wait; add context to these steps 2018-07-11 10:36:21 -07:00
step_get_password.go Going to revert this change for now, becuase of potential issues that arise from calling Prepare() twice 2018-09-10 16:48:42 -07:00
step_key_pair.go builders: reuse private key file reading function 2018-11-08 14:25:50 +03:00
step_modify_ami_attributes.go Expose more source ami data in the template 2018-03-30 10:47:11 +02:00
step_modify_ebs_instance.go Convert `ena_support` to a pointer 2018-10-19 12:40:43 +01:00
step_network_info.go Only filter SG's on VPC if it's set. Only use VPC's and Subnets that are available 2018-08-24 20:24:48 +02:00
step_pre_validate.go fix imports 2018-01-24 17:09:17 -08:00
step_run_source_instance.go Merge branch 'master' into aws-filters 2018-09-07 16:14:00 +02:00
step_run_spot_instance.go Merge pull request #6374 from rickard-von-essen/aws-filters 2018-10-18 14:34:02 -07:00
step_security_group.go Merge pull request #6374 from rickard-von-essen/aws-filters 2018-10-18 14:34:02 -07:00
step_source_ami_info.go Merge pull request #6872 from aspectcapital/disable-ena-support 2018-10-19 10:54:38 -07:00
step_source_ami_info_test.go Allow users to build hvm images from pv images to have ena_support 2018-09-04 18:16:52 -07:00
step_stop_ebs_instance.go read in the environment variables that government wait time and polling time for the AWS wait in step_stop_ebs_volume 2018-07-13 09:43:28 -07:00
tags.go Expose more source ami data in the template 2018-03-30 10:47:11 +02:00
template_funcs.go Fix not allowed comma, add all allowed special characters 2015-10-19 13:41:30 +03:00
template_funcs_test.go Fix not allowed comma, add all allowed special characters 2015-10-19 13:41:30 +03:00