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 67c3373107
enable no_ephemeral for spot devices, clean up ranging behavior, update docs
6 years ago
..
access_config.go builder/amazon: Add helper function for checking against AWSError 6 years ago
access_config.hcl2spec.go commit old code generation tool 6 years ago
access_config_test.go make ValidateRegion a member of *AccessConfig and make it variadic 7 years ago
ami_config.go Update builder/amazon/common/ami_config.go 6 years ago
ami_config_test.go builder/amazon/common: remove nil check on slice, len() on nil slices is zero 6 years ago
artifact.go delete amazon import post-processor intermediary snapshots 6 years ago
artifact_test.go
block_device.go commit old code generation tool 6 years ago
block_device.hcl2spec.go commit old code generation tool 6 years ago
block_device_test.go fix test 7 years ago
build_filter.go need to initialize variables scoped to the individual loop, because the address of k,v stay the same and that means we overwrite previous variables when assigning them to the struct directly. 6 years ago
build_filter_test.go add test to catch this case 6 years ago
errors.go builder/amazon/common: remove nil check on slice, len() on nil slices is zero 6 years ago
errors_test.go use a UI wrapper to auto-decode error messages 8 years ago
helper_funcs.go builder/amazon: Add helper function for checking against AWSError 6 years ago
interpolate_build_info.go Expose more source ami data in the template 8 years ago
interpolate_build_info_test.go Add interpolate_build_info_test tests 8 years ago
regions.go aws: document ValidateRegion better 7 years ago
run_config.go add structure to its own struct to make generated code stop complaining 6 years ago
run_config.hcl2spec.go add structure to its own struct to make generated code stop complaining 6 years ago
run_config_test.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 6 years ago
ssh.go make sure amazon builders respect ssh_host option 7 years ago
ssh_test.go updates tests to validate that ssh_host value supplied in the template overrides all else 7 years ago
state.go make error messaging around ResourceNotReady better, update docs with other possible issues (#8349) 6 years ago
state_test.go refactored env var code and tests so that I don't have to set env vars during tests to check logic 8 years ago
step_ami_region_copy.go delete amazon import post-processor intermediary snapshots 6 years ago
step_ami_region_copy_test.go use trilean initializers in test where missing 7 years ago
step_cleanup_volumes.go make error messaging around ResourceNotReady better, update docs with other possible issues (#8349) 6 years ago
step_create_tags.go builder/amazon: Add helper function for checking against AWSError 6 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 adding ctx makes the cancel channel redundant 7 years ago
step_iam_instance_profile.go adding formatting 6 years ago
step_key_pair.go refactor: replace the maxBackoff from 30 nanosecond to 30 seconds 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 convert EnableAMIENASupport to trilean in code 7 years ago
step_network_info.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 6 years ago
step_pre_validate.go builder/amazon/common/step_pre_validate: Return DescribeVpcs errors 6 years ago
step_pre_validate_test.go test/builder/amazon/common/step_pre_validate: Update DescribeVpcs mock 6 years ago
step_run_source_instance.go enable no_ephemeral for spot devices, clean up ranging behavior, update docs 6 years ago
step_run_spot_instance.go enable no_ephemeral for spot devices, clean up ranging behavior, update docs 6 years ago
step_run_spot_instance_test.go builder/amazon/common: remove dead test type and function mockEC2ConnSpot.DescribeSpotPriceHistory() 6 years ago
step_security_group.go make error messaging around ResourceNotReady better, update docs with other possible issues (#8349) 6 years ago
step_source_ami_info.go builder.amazon.common: remove pointer (*) from []*string and map[*string]*string types 6 years ago
step_source_ami_info_test.go change Builder to be passed a context for cancellation 7 years ago
step_stop_ebs_instance.go builder/amazon: Add helper function for checking against AWSError 6 years ago
tags.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
template_funcs.go Revert "fix template imports" 6 years ago
template_funcs_test.go