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
Matthew Hooker 1c352726d7
Merge pull request #5719 from rchenv/issue5606
9 years ago
..
access_config.go Correctly set aws region if given in template along with a profile. 9 years ago
access_config_test.go
ami_config.go tests 9 years ago
ami_config_test.go tests 9 years ago
artifact.go issue5606: follow the convention to use AccessConfig to create new aws session for step_create_tags etc. 9 years ago
artifact_test.go Natural order of AMI artifacts 9 years ago
block_device.go move packer to hashicorp 9 years ago
block_device_test.go split up BlockDevices in amazon/common 10 years ago
interpolate_build_info.go builder/amazon: Add SourceAMI and BuildRegion template 9 years ago
regions.go builder/amazon: Added new region Paris - eu-west-3 9 years ago
run_config.go spot instance ena/sriov checking for all other builders 9 years ago
run_config_test.go move packer to hashicorp 9 years ago
ssh.go Valadating early 9 years ago
ssh_test.go ssh interface for amazon builders 🔨 9 years ago
state.go remove unnecessary type conversions 9 years ago
step_ami_region_copy.go I think this was the intention 9 years ago
step_create_tags.go issue5606: follow the convention to use AccessConfig to create new aws session for step_create_tags etc. 9 years ago
step_deregister_ami.go fix various bugs deregistering AMIs 9 years ago
step_encrypted_ami.go continue, not break 9 years ago
step_get_password.go move packer to hashicorp 9 years ago
step_key_pair.go remove unneeded keypair var 9 years ago
step_modify_ami_attributes.go move packer to hashicorp 9 years ago
step_modify_ebs_instance.go use ami prefix to make it clear that these variables are amazon specific 9 years ago
step_pre_validate.go add ami name to output 9 years ago
step_run_source_instance.go Wait until source instance OK before continuing 9 years ago
step_run_spot_instance.go also use waiter code for spot instances 9 years ago
step_security_group.go add delay option to security group waiter 9 years ago
step_source_ami_info.go use ami prefix to make it clear that these variables are amazon specific 9 years ago
step_stop_ebs_instance.go use waiter to wait for ebs instances to stop 9 years ago
template_funcs.go
template_funcs_test.go