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 336ae12df9
fix formatting
5 years ago
..
awserrors move packer/builder/amazon/common.IsAWSErr to builder/amazon/common/awserrors.Matches 5 years ago
ssm update tests and website and generated partials to reflect new package format 5 years ago
access_config.go remove unused SkipValidation field which was a duplicate of the SkipRegionValidation field. 5 years ago
access_config.hcl2spec.go Implement assume_role for Packer. This functionality is copied shamelessly 5 years ago
access_config_test.go remove unused SkipValidation field which was a duplicate of the SkipRegionValidation field. 5 years ago
ami_config.go move hcl2template kv types into the config/custom_types with trilean definitions 5 years ago
ami_config_test.go move helper/config to bundle with the other template definitions 5 years ago
artifact.go Sharing info with post-processors via artifact (#8632) 6 years ago
artifact_test.go Sharing info with post-processors via artifact (#8632) 6 years ago
block_device.go Merge branch 'master' into feature/aws-ebs-io-validation 5 years ago
block_device.hcl2spec.go HCL2: generate hcl tags with go-cty tags too (#9306) 6 years ago
block_device_test.go fix formatting 5 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 update tests and website and generated partials to reflect new package format 5 years ago
interpolate_build_info.go move multistep into the plugin sdk 5 years ago
interpolate_build_info_test.go move multistep into the plugin sdk 5 years ago
regions.go aws: document ValidateRegion better 7 years ago
run_config.go Merge pull request #10286 from hashicorp/hcl2template_extraction 5 years ago
run_config.hcl2spec.go move hcl2template kv types into the config/custom_types with trilean definitions 5 years ago
run_config_test.go move hcl2template kv types into the config/custom_types with trilean definitions 5 years ago
ssh.go move multistep into the plugin sdk 5 years ago
ssh_test.go move multistep into the plugin sdk 5 years ago
state.go move multistep into the plugin sdk 5 years ago
state.hcl2spec.go add aws_polling config option to override env variables 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 move helper/config to bundle with the other template definitions 5 years ago
step_ami_region_copy_test.go move helper/config to bundle with the other template definitions 5 years ago
step_cleanup_volumes.go move multistep into the plugin sdk 5 years ago
step_create_ssm_tunnel.go move multistep into the plugin sdk 5 years ago
step_create_tags.go move multistep into the plugin sdk 5 years ago
step_deregister_ami.go move multistep into the plugin sdk 5 years ago
step_get_password.go move multistep into the plugin sdk 5 years ago
step_iam_instance_profile.go move multistep into the plugin sdk 5 years ago
step_key_pair.go move multistep into the plugin sdk 5 years ago
step_modify_ami_attributes.go move multistep into the plugin sdk 5 years ago
step_modify_ebs_instance.go move helper/config to bundle with the other template definitions 5 years ago
step_network_info.go move multistep into the plugin sdk 5 years ago
step_pre_validate.go move multistep into the plugin sdk 5 years ago
step_pre_validate_test.go Format code with `gofmt -s -w` 6 years ago
step_run_source_instance.go move multistep into the plugin sdk 5 years ago
step_run_spot_instance.go move multistep into the plugin sdk 5 years ago
step_run_spot_instance_test.go move multistep into the plugin sdk 5 years ago
step_security_group.go move multistep into the plugin sdk 5 years ago
step_set_generated_data.go move multistep into the plugin sdk 5 years ago
step_source_ami_info.go move helper/config to bundle with the other template definitions 5 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 move multistep into the plugin sdk 5 years ago
tags.go move multistep into the plugin sdk 5 years ago
template_funcs.go Revert "fix template imports" 6 years ago
template_funcs_test.go Fix not allowed comma, add all allowed special characters 10 years ago