Remove template.json

This commit is contained in:
Moss 2020-03-12 17:58:11 +01:00
parent a3740bb9be
commit ebdc694b25
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
{
"builders": [
{
"type": "amazon-ebs",
"ami_name": "moss-packer-whee",
"instance_type": "t2.micro",
"source_ami_filter": {
"filters": {
"virtualization-type": "hvm",
"name": "ubuntu/images/*ubuntu-xenial-16.04-amd64-server-*",
"root-device-type": "ebs"
},
"owners": ["099720109477"],
"most_recent": true
},
"ssh_username": "ubuntu"
}
],
"provisioners": [
{
"type": "shell-local",
"inline": ["echo MOSS packer run uuid is '{{ build `PackerRunUUID`}}'"]
},
{
"type": "shell",
"inline": ["echo MOSS packer run uuid is '{{ build `PackerRunUUID`}}'"]
}
]
}