From ebdc694b250ffc38f042cf546c517c62f355faab Mon Sep 17 00:00:00 2001 From: Moss Date: Thu, 12 Mar 2020 17:58:11 +0100 Subject: [PATCH] Remove template.json --- template.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 template.json diff --git a/template.json b/template.json deleted file mode 100644 index fff4778a5..000000000 --- a/template.json +++ /dev/null @@ -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`}}'"] - } - ] -}