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
Adrien Delorme 8e355d0fe7
Move ssm code to its own ssm package and make it singlethreaded
5 years ago
..
ssm Move ssm code to its own ssm package and make it singlethreaded 5 years ago
access_config.go switch to using aws base config, which means we're using code tested and maitnained by the terraform crowd. 5 years ago
access_config.hcl2spec.go Implement assume_role for Packer. This functionality is copied shamelessly 5 years ago
access_config_test.go add aws_polling config option to override env variables 6 years ago
ami_config.go fix docs for kms key ids (#9766) 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 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 builder/amazon: Add io2 as a supported volume type 5 years ago
block_device.hcl2spec.go HCL2: generate hcl tags with go-cty tags too (#9306) 6 years ago
block_device_test.go builder/amazon: Add io2 as a supported volume type 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
helper_funcs.go change isAwsErr to an exported func so I can use it in other aws modules. 6 years ago
interpolate_build_info.go Add all of the custom AWS template engines to GeneratedData for use b… (#9751) 6 years ago
interpolate_build_info_test.go Added SourceAMICreationDate 6 years ago
regions.go aws: document ValidateRegion better 7 years ago
run_config.go Re-allow spot + tenancy. Validate tenancy is set to a usable value 5 years ago
run_config.hcl2spec.go name fields of PolicyDocument correctly in HCL (#9812) 6 years ago
run_config_test.go Re-allow spot + tenancy. Validate tenancy is set to a usable value 5 years ago
ssh.go Update address to localhost to be consistent with other proxies 6 years ago
ssh_test.go Update address to localhost to be consistent with other proxies 6 years ago
ssm_driver.go Move ssm code to its own ssm package and make it singlethreaded 5 years ago
ssm_driver_test.go tests/builder/amazon: Enhance the test coverage for SSM Tunnel related steps (#9213) 6 years ago
ssm_mock_funcs.go Move ssm code to its own ssm package and make it singlethreaded 5 years ago
state.go fix max_attempts typo 6 years ago
state.hcl2spec.go add aws_polling config option to override env variables 6 years ago
state_test.go
step_ami_region_copy.go add aws_polling config option to override env variables 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_ssm_tunnel.go Move ssm code to its own ssm package and make it singlethreaded 5 years ago
step_create_ssm_tunnel_test.go tests/builder/amazon: Enhance the test coverage for SSM Tunnel related steps (#9213) 6 years ago
step_create_tags.go change isAwsErr to an exported func so I can use it in other aws modules. 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 get data sharing to a working state with the powershell provisioner 6 years ago
step_iam_instance_profile.go build using HCL2 (#8423) 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 Add golangci-lint to project (#8686) 6 years ago
step_modify_ebs_instance.go amazon-ebssurrogate: allow enabling ena/sr-iov on spot instances 6 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 change isAwsErr to an exported func so I can use it in other aws modules. 6 years ago
step_pre_validate_test.go Format code with `gofmt -s -w` 6 years ago
step_run_source_instance.go Add support for source instance tenancy to amazon builders 5 years ago
step_run_spot_instance.go Retry fleet creating only on invalid IAM instance profile (#9946) 6 years ago
step_run_spot_instance_test.go add aws_polling config option to override env variables 6 years ago
step_security_group.go amazon/builder: Move port validation for security group into RunConfig.Prepare 6 years ago
step_set_generated_data.go Add all of the custom AWS template engines to GeneratedData for use b… (#9751) 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 add aws_polling config option to override env variables 6 years ago
tags.go wip 6 years ago
template_funcs.go Revert "fix template imports" 6 years ago
template_funcs_test.go