This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019/05/23 09:58:07 [INFO] Packer version: 1.4.1 | |
2019/05/23 09:58:07 Packer Target OS/Arch: linux amd64 | |
2019/05/23 09:58:07 Built with Go Version: go1.12.5 | |
2019/05/23 09:58:07 Detected home directory from env var: /home/build | |
2019/05/23 09:58:07 Using internal plugin for digitalocean | |
2019/05/23 09:58:07 Using internal plugin for hcloud | |
2019/05/23 09:58:07 Using internal plugin for oracle-classic | |
2019/05/23 09:58:07 Using internal plugin for profitbricks | |
2019/05/23 09:58:07 Using internal plugin for vagrant | |
2019/05/23 09:58:07 Using internal plugin for cloudstack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [{ | |
"type": "amazon-ebs", | |
"region": "eu-central-1", | |
"instance_type": "t2.xlarge", | |
"source_ami": "ami-029bb09da31cbfdfc", | |
"ami_name": "Encrypted AMI with Packer 1.4.1", | |
"communicator": "ssh", | |
"ssh_username": "ubuntu", | |
"associate_public_ip_address": false, |